mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
s68k-side Silpheed hack (needed for EU version)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@748 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ef090115c8
commit
07ceafdb04
4 changed files with 22 additions and 5 deletions
|
@ -119,6 +119,11 @@ int OpBtstImm(int op)
|
|||
if (type==3) ot(" orr r1,r0,r11 ;@ Set bit\n");
|
||||
ot("\n");
|
||||
EaWrite(8, 1,tea,size,0x003f,0,0);
|
||||
#if CYCLONE_FOR_GENESIS && !MEMHANDLERS_CHANGE_CYCLES
|
||||
// this is a bit hacky (device handlers might modify cycles)
|
||||
if (tea==0x38||tea==0x39)
|
||||
ot(" ldr r5,[r7,#0x5c] ;@ Load Cycles\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
OpEnd(sea,tea);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue