mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
port to updated Cyclone, debug menu
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@217 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
3335750a7d
commit
0af33fe0ef
14 changed files with 170 additions and 91 deletions
|
@ -102,7 +102,6 @@ u32 OtherRead16(u32 a, int realsize)
|
|||
#if 1
|
||||
if (!d) {
|
||||
// needed by buggy Terminator (Sega CD)
|
||||
extern int z80stopCycle;
|
||||
int stop_before = SekCyclesDone() - z80stopCycle;
|
||||
dprintf("stop before: %i", stop_before);
|
||||
if (stop_before > 0 && stop_before <= 32) // Gens uses 16 here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue