mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-27 22:32:47 +01:00
minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@176 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -31,7 +31,7 @@ void OpStart(int op, int ea)
|
||||
OpUse(op,op); // This opcode obviously uses this handler
|
||||
ot("Op%.4x%s\n", op, ms?"":":");
|
||||
#if (MEMHANDLERS_NEED_PC || MEMHANDLERS_NEED_CYCLES)
|
||||
if (ea >= 0x10) {
|
||||
if (ea >= 0x10 && ea != 0x3c) {
|
||||
#if MEMHANDLERS_NEED_PC
|
||||
ot(" sub r0,r4,#2\n");
|
||||
ot(" str r0,[r7,#0x40] ;@ Save PC\n");
|
||||
|
||||
Reference in New Issue
Block a user