ot(" .global CycloneRun\n");\r
ot(" .global CycloneSetSr\n");\r
ot(" .global CycloneGetSr\n");\r
- ot(" .global CycloneSetRealTAS\n");\r
ot(" .global CycloneVer\n");\r
#if (CYCLONE_FOR_GENESIS == 2)\r
+ ot(" .global CycloneSetRealTAS\n");\r
ot(" .global CycloneDoInterrupt\n");\r
ot(" .global CycloneJumpTab\n");\r
#endif\r
OpUse(op,op); // This opcode obviously uses this handler\r
ot("Op%.4x%s\n", op, ms?"":":");\r
#if (MEMHANDLERS_NEED_PC || MEMHANDLERS_NEED_CYCLES)\r
- if (ea >= 0x10) {\r
+ if (ea >= 0x10 && ea != 0x3c) {\r
#if MEMHANDLERS_NEED_PC\r
ot(" sub r0,r4,#2\n");\r
ot(" str r0,[r7,#0x40] ;@ Save PC\n");\r