omg this bug sucked. like 2 hours to find a missing sep #0.

This commit is contained in:
Dagen Brock 2015-11-12 08:42:14 -06:00
parent 1dcaeea958
commit d2fd03e02b
1 changed files with 2 additions and 2 deletions

View File

@ -1872,10 +1872,10 @@ DetectRam
bne :notrom3
:rom3 lda #1024
sta BankBuiltInRamKB
rts
bra :exit
:notrom3 lda #256
sta BankBuiltInRamKB
sep #$30
:exit sep #$30
rts