1.31 release
[picodrive.git] / Pico / Pico.c
index a594ce3..4847f55 100644 (file)
@@ -71,6 +71,8 @@ int PicoReset(int hard)
   else PicoMemSetup();\r
   PicoMemReset();\r
   SekReset();\r
+  // s68k doesn't have the TAS quirk, so we just globally set normal TAS handler in MCD mode (used by Batman games).\r
+  CycloneSetRealTAS(PicoMCD & 1);\r
   SekCycleCntT=0;\r
   z80_reset();\r
 \r