drc: debug improvements
[picodrive.git] / pico / pico.c
index b8e76b3..9a1faca 100644 (file)
@@ -145,6 +145,10 @@ int PicoReset(void)
   if (Pico.romsize <= 0)\r
     return 1;\r
 \r
+#ifdef DRC_CMP\r
+  PicoOpt |= POPT_DIS_VDP_FIFO|POPT_DIS_IDLE_DET;\r
+#endif\r
+\r
   /* must call now, so that banking is reset, and correct vectors get fetched */\r
   if (PicoResetHook)\r
     PicoResetHook();\r
@@ -219,9 +223,6 @@ void PicoLoopPrepare(void)
 \r
   Pico.m.dirtyPal = 1;\r
   rendstatus_old = -1;\r
-\r
-  if (PicoAHW & PAHW_32X)\r
-    p32x_timers_recalc();\r
 }\r
 \r
 \r