mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
some fixes for some configurations
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@175 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a67855765d
commit
a9a5a6e0b1
4 changed files with 9 additions and 9 deletions
|
@ -148,7 +148,7 @@ int OpNeg(int op)
|
|||
OpStart(op,ea); Cycles=size<2?4:6;
|
||||
if(ea >= 0x10) {
|
||||
Cycles*=2;
|
||||
#ifdef CYCLONE_FOR_GENESIS
|
||||
#if CYCLONE_FOR_GENESIS
|
||||
// This is same as in Starscream core, CLR uses only 6 cycles for memory EAs.
|
||||
// May be this is similar case as with TAS opcode, but this time the dummy
|
||||
// read is ignored somehow? Without this hack Fatal Rewind hangs even in Gens.
|
||||
|
@ -672,7 +672,7 @@ int OpTas(int op, int gen_special)
|
|||
|
||||
OpEnd();
|
||||
|
||||
#if CYCLONE_FOR_GENESIS
|
||||
#if (CYCLONE_FOR_GENESIS == 2)
|
||||
if (!gen_special && ea >= 0x10) {
|
||||
OpTas(op, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue