mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-22 18:30:25 +00:00
8 lines
84 B
ArmAsm
8 lines
84 B
ArmAsm
; patch RESET.X to call reset5x
|
|
|
|
#include "iic+.defs"
|
|
.text
|
|
* = $fac8
|
|
jmp gorst5x
|
|
|