ym2612 full saves wip
[picodrive.git] / Pico / PicoInt.h
index 12d8e2a..06f4c64 100644 (file)
@@ -476,6 +476,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_pack_state(void);\r
 void ym2612_unpack_state(void);\r
 \r
 #define timers_cycle() \\r