32x: sh2mame: critical bugfix (irqs on delay slot) + global cycle counter
[picodrive.git] / pico / pico.h
index f15915d..7b1a893 100644 (file)
@@ -58,8 +58,8 @@ extern void emu_32x_startup(void);
 #define POPT_EN_SVP_DRC     (1<<17)\r
 #define POPT_DIS_SPRITE_LIM (1<<18)\r
 #define POPT_DIS_IDLE_DET   (1<<19)\r
-#define POPT_DIS_32X        (1<<20)\r
-#define POPT_DIS_PWM        (1<<21)\r
+#define POPT_EN_32X         (1<<20)\r
+#define POPT_EN_PWM         (1<<21)\r
 extern int PicoOpt; // bitfield\r
 \r
 #define PAHW_MCD  (1<<0)\r