_DATAsegmentpublic -> _DATA segment public

This commit is contained in:
Thomas Perl 2020-05-21 11:14:12 +02:00
commit b9bf2eb0ed

View file

@ -148,7 +148,7 @@ WORD_OUTS_OK equ 1 ;set to 0 to assemble for
; computers that can't handle
; word outs to indexed VGA registers
;
_DATAsegmentpublic byte DATA'
_DATA segment public byte DATA'
;
; 360x480 256-color mode CRT Controller register settings.
; (Courtesy of John Bridges.)