X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FMemoryCmn.c;h=ee75abcabc143b498760a4a3144612e261c1bf90;hb=0af33fe0ef24a3e3b65217ad0d7aa2db03d16fc1;hp=f47392bd73a9ea508185a9989c39bc770fd81b69;hpb=3335750a7df62a52857348365e9dbbf6f23a0d29;p=picodrive.git diff --git a/Pico/MemoryCmn.c b/Pico/MemoryCmn.c index f47392b..ee75abc 100644 --- a/Pico/MemoryCmn.c +++ b/Pico/MemoryCmn.c @@ -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