mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-21 19:32:47 +01:00
new acc mode timing, VDP FIFO code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@244 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -150,7 +150,7 @@ int OpMove(int op)
|
||||
|
||||
#if CYCLONE_FOR_GENESIS && !MEMHANDLERS_CHANGE_CYCLES
|
||||
// this is a bit hacky
|
||||
if ((tea==0x39||(tea&0x38)==0x10)&&size>=1)
|
||||
if ((tea==0x39||(tea>=0x10&&tea<0x30))&&size>=1)
|
||||
ot(" ldr r5,[r7,#0x5c] ;@ Load Cycles\n");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user