mirror of
https://github.com/mgcaret/romex.git
synced 2024-11-26 21:50:35 +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
|