use realistic values for hardware/hram constant examples

This commit is contained in:
yenatch 2017-12-24 20:34:40 -05:00
parent a6472e3e56
commit d87a231b72

View File

@ -75,8 +75,8 @@ vPascalCase: ; vram
PascalCase: ; rom
; Some constants are also prefixed
rBGP EQU 1 ; hardware register
hPascalCase EQU 1 ; hram
rBGP EQU $ff47 ; hardware register
hPascalCase EQU $ff80 ; hram
; Most other constants should be upper case
UPPER_CASE EQU 1