mirror of
https://github.com/mgcaret/rom4x.git
synced 2025-01-15 23:31:40 +00:00
d159a92a7d
causes a crash when a Mockingboard IIc+ is enabled.
10 lines
276 B
ArmAsm
10 lines
276 B
ArmAsm
; patch RDKEY to skip over NOPs and add in additional code for handling
|
|
; delete key.
|
|
.code
|
|
.PC02
|
|
.include "iic+.defs"
|
|
.org $fd10
|
|
bra :+ ; skip over the patch
|
|
lda #$88 ; replace with left arrow code
|
|
bra $fd7c ; branch back out of the patch
|
|
: |