mirror of
https://github.com/mgcaret/rom4x.git
synced 2025-01-02 12:30:18 +00:00
13 lines
365 B
ArmAsm
13 lines
365 B
ArmAsm
; Fix the beep
|
|
; inspired by http://quinndunki.com/blondihacks/?p=2471
|
|
; see commentary in B1 FB3C patch
|
|
.code
|
|
.pc02
|
|
.org $fbe6
|
|
jmp $c2fc ; to 5X beep with merlin fix
|
|
.res $fbef-*,$ea ; fill up the rest with NOPs
|
|
.assert * = $fbef, error, "ROM 5X beep fix alignment problem"
|
|
; the rts at $fbef is sacred
|
|
|
|
|
|
|