Remove all address comments
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
GetSRAMBank:: ; 2fcb
|
||||
GetSRAMBank::
|
||||
; load sram bank a
|
||||
; if invalid bank, sram is disabled
|
||||
cp NUM_SRAM_BANKS
|
||||
jr c, OpenSRAM
|
||||
jr CloseSRAM
|
||||
; 2fd1
|
||||
|
||||
OpenSRAM:: ; 2fd1
|
||||
OpenSRAM::
|
||||
; switch to sram bank a
|
||||
push af
|
||||
; latch clock data
|
||||
@@ -19,9 +18,8 @@ OpenSRAM:: ; 2fd1
|
||||
pop af
|
||||
ld [MBC3SRamBank], a
|
||||
ret
|
||||
; 2fe1
|
||||
|
||||
CloseSRAM:: ; 2fe1
|
||||
CloseSRAM::
|
||||
push af
|
||||
ld a, SRAM_DISABLE
|
||||
; reset clock latch for next time
|
||||
@@ -30,4 +28,3 @@ CloseSRAM:: ; 2fe1
|
||||
ld [MBC3SRamEnable], a
|
||||
pop af
|
||||
ret
|
||||
; 2fec
|
||||
|
Reference in New Issue
Block a user