idle loop detection (Cyclone only, with debug stuff)
[picodrive.git] / Pico / Pico.h
index 8caf109..7e2ec69 100644 (file)
@@ -47,6 +47,7 @@ void mp3_update(int *buffer, int length, int stereo);
 #define POPT_DIS_VDP_FIFO   (1<<16) // 0x 0000\r
 #define POPT_EN_SVP_DRC     (1<<17)\r
 #define POPT_DIS_SPRITE_LIM (1<<18)\r
+#define POPT_DIS_IDLE_DET   (1<<19)\r
 extern int PicoOpt; // bitfield\r
 #define PAHW_MCD  (1<<0)\r
 #define PAHW_32X  (1<<1)\r