Skip to content

Commit

Permalink
work around an obscure emulator bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Raeven0 committed Jul 28, 2024
1 parent 2542270 commit 1fb6ebc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/iog_randomizer/randomizer/iogr.asr
Original file line number Diff line number Diff line change
Expand Up @@ -11200,6 +11200,12 @@ lda #$0000
sta $306000,x
inx : inx : cpx #$0800 : bcc -
tdc : tax
; DMA clears this RAM elsewhere, but in one reported instance, a platform didn't emulate the DMA correctly
ldy #$0000
lda #$0000
-:
sta $0dc0,y
iny : iny : cpy #$0040 : bcc -
if !SettingDebug == 1
lda #$0015 : sta $0ac6
jsl LR_GiveNormalItemA8OrSec
Expand Down

0 comments on commit 1fb6ebc

Please sign in to comment.