minor adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@176 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-06-28 19:44:33 +00:00
parent a9a5a6e0b1
commit 2c559c66ef
2 changed files with 2 additions and 2 deletions

View file

@ -689,9 +689,9 @@ static int CycloneMake()
ot(" .global CycloneRun\n");
ot(" .global CycloneSetSr\n");
ot(" .global CycloneGetSr\n");
ot(" .global CycloneSetRealTAS\n");
ot(" .global CycloneVer\n");
#if (CYCLONE_FOR_GENESIS == 2)
ot(" .global CycloneSetRealTAS\n");
ot(" .global CycloneDoInterrupt\n");
ot(" .global CycloneJumpTab\n");
#endif

View file

@ -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");