Skip to content

Commit

Permalink
make clear zero-padding in header.asm is no JWasm artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Aug 24, 2024
1 parent af210a1 commit 53c0264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drdos/header.asm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ patch_version dw DOSINROM+0000h ; 0022h sub-version (was SYSDAT length)
; control table.
dw NoYesChars ; 0028h offset in data of pointers to
; default country info.
db 6 dup (0) ; REMOVE AFTER JWASM CONVERSION
db 6 dup (0) ; (paragraph alignment)
PCM_HEADER ends

;****************************************************************************
Expand Down

0 comments on commit 53c0264

Please sign in to comment.