summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm8
1 files changed, 1 insertions, 7 deletions
diff --git a/sram.asm b/sram.asm
index 163de6bda..0b44c9304 100644
--- a/sram.asm
+++ b/sram.asm
@@ -1,12 +1,6 @@
-SRAM_Begin EQU $a000
-SRAM_End EQU $c000
-
-GLOBAL SRAM_Begin, SRAM_End
-
-
SECTION "Scratch", SRAM
-sScratch::
+sScratch:: ds $600 ; a000
SECTION "SRAM Bank 0", SRAM