From 5d229dcef2cabe2568491932bb082b0a42b46ed2 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 23:07:46 -0500 Subject: Copy sram.asm's global start/end constants for wram.asm and vram.asm --- sram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sram.asm') diff --git a/sram.asm b/sram.asm index 163de6bda..95b4f1eee 100644 --- a/sram.asm +++ b/sram.asm @@ -6,7 +6,7 @@ GLOBAL SRAM_Begin, SRAM_End SECTION "Scratch", SRAM -sScratch:: +sScratch:: ds $600 ; a000 SECTION "SRAM Bank 0", SRAM -- cgit v1.2.3 From 47e4f21e62705a8d2c832dad257c421a5cbd5c1b Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 26 Dec 2017 23:18:05 -0500 Subject: Keep memory map values in hardware_constants.asm --- sram.asm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sram.asm') diff --git a/sram.asm b/sram.asm index 95b4f1eee..0b44c9304 100644 --- a/sram.asm +++ b/sram.asm @@ -1,9 +1,3 @@ -SRAM_Begin EQU $a000 -SRAM_End EQU $c000 - -GLOBAL SRAM_Begin, SRAM_End - - SECTION "Scratch", SRAM sScratch:: ds $600 ; a000 -- cgit v1.2.3