Keep memory map values in hardware_constants.asm

This commit is contained in:
Remy Oukaour
2017-12-26 23:18:05 -05:00
parent 5d229dcef2
commit 47e4f21e62
8 changed files with 28 additions and 33 deletions

View File

@@ -1,9 +1,3 @@
SRAM_Begin EQU $a000
SRAM_End EQU $c000
GLOBAL SRAM_Begin, SRAM_End
SECTION "Scratch", SRAM
sScratch:: ds $600 ; a000