mirror of
https://github.com/mgcaret/romex.git
synced 2024-11-27 12:49:51 +00:00
7 lines
123 B
ArmAsm
7 lines
123 B
ArmAsm
|
; patch GETLN1 to call delete key handler
|
||
|
.code
|
||
|
.include "iiee.defs"
|
||
|
rompatch $fd75,3,"patch_getln1"
|
||
|
jsr $d908
|
||
|
endpatch
|