adjust padding to be same as in PC-DOS (90h/nop)

see 1dc244b09b
This commit is contained in:
Kenneth J Davis 2021-07-22 23:32:22 -04:00
parent afca594446
commit edfb0db758

View File

@ -581,7 +581,7 @@ _CritPatch dw 0 ;-11 zero list of patched critical
dw 0 ; DOS puts 0d0ch here but some
dw 0 ; progs really write to that addr.
dw 0 ;-03 - critical patch list terminator
db 0 ;-01 - unknown
db 90h ;-01 - unused, NOP pad byte
_internal_data: ; <-- Address returned by INT21/5D06
_ErrorMode db 0 ; 00 - Critical Error Flag
_InDOS db 0 ; 01 - Indos Flag