Skip to content

Commit a5fc3b9

Browse files
Make the _VRAM equ's consistent with the new base
1 parent 9cba6d0 commit a5fc3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ENDM
4141

4242
_VRAM EQU $8000 ; $8000->$9FFF
4343
_VRAM8000 EQU _VRAM
44-
_VRAM8800 EQU $8800
45-
_VRAM9000 EQU $9000
44+
_VRAM8800 EQU _VRAM+$800
45+
_VRAM9000 EQU _VRAM+$1000
4646
_SCRN0 EQU $9800 ; $9800->$9BFF
4747
_SCRN1 EQU $9C00 ; $9C00->$9FFF
4848
_SRAM EQU $A000 ; $A000->$BFFF

0 commit comments

Comments
 (0)