1) HDMA parallax is messed up
2) Sometimes the screen flashes blacks when fighting Zangief vs Zangief.
Code: Select all
arch snes.cpu
macro seek(n) {
origin ({n} & 0x7fffff)
base {n}
}
seek($80044f)
lda #$06 //scanline of first IRQ previously 20
seek($800524)
lda #$08 //scanline of second IRQ previously 22