bugfixes, state load for new mode
[picodrive.git] / Pico / PicoInt.h
index bf5c46d..cd5ba5b 100644 (file)
@@ -479,6 +479,7 @@ extern int timer_a_next_oflow, timer_a_step, timer_a_offset; // in z80 cycles
 extern int timer_b_next_oflow, timer_b_step, timer_b_offset;\r
 \r
 void ym2612_sync_timers(int z80_cycles, int mode_old, int mode_new);\r
+void ym2612_unpack_state(void);\r
 \r
 #define timers_cycle() \\r
   if (timer_a_next_oflow > 0 && timer_a_next_oflow < 0x70000000) \\r