CurrentColordb -> CurrentColor db
This commit is contained in:
parent
4b5c169695
commit
d54e14ca74
1 changed files with 1 additions and 1 deletions
|
|
@ -564,7 +564,7 @@ ColorNumbers label byte
|
||||||
COLOR_ENTRY_LENGTH equ ($-ColorNumbers)/16
|
COLOR_ENTRY_LENGTH equ ($-ColorNumbers)/16
|
||||||
db ‘$'
|
db ‘$'
|
||||||
;
|
;
|
||||||
CurrentColordb?
|
CurrentColor db ?
|
||||||
;
|
;
|
||||||
; Space for the array of 16 colors we'll pass to the BIOS, plus
|
; Space for the array of 16 colors we'll pass to the BIOS, plus
|
||||||
; an overscan setting of black.
|
; an overscan setting of black.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue