mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 03:29:18 +00:00
7 lines
93 B
ArmAsm
7 lines
93 B
ArmAsm
|
; patch GETLN1 to call delete key handler
|
||
|
.code
|
||
|
.include "iic+.defs"
|
||
|
.org $fd75
|
||
|
jsr $c4ee
|
||
|
|