_DATAsegmentpublic -> _DATA segment public
This commit is contained in:
parent
1a87045a95
commit
b9bf2eb0ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue