Correct typo to get DOS function 0x51 (get PSP) to work.

PR:		15547
Submitted by:	Atushi Sakauchi <sakauchi@yamame.to>
This commit is contained in:
Thomas Gellekum 2001-05-22 11:30:22 +00:00
parent 3bcc9f9ef8
commit 989884fab9

View File

@ -2354,7 +2354,7 @@ static struct intfunc_table int21_table [] = {
{ 0x4e, IFT_NOSUBFUNC, int21_find, "findfirst"},
{ 0x4f, IFT_NOSUBFUNC, int21_find, "findnext"},
{ 0x50, IFT_NOSUBFUNC, int21_50, "set psp"},
{ 0x50, IFT_NOSUBFUNC, int21_62, "get psp"},
{ 0x51, IFT_NOSUBFUNC, int21_62, "get psp"},
{ 0x52, IFT_NOSUBFUNC, int21_NOFUNC, "get LoL"},
{ 0x53, IFT_NOSUBFUNC, int21_NOFUNC, "translate BPB to DPB"},
{ 0x54, IFT_NOSUBFUNC, int21_NULLFUNC, "get verify flag"},