diff ym2612.h @ 424:7e8e179116af

Add support for loading GST format savestates
author Mike Pavone <pavone@retrodev.com>
date Sat, 29 Jun 2013 17:15:08 -0700
parents baf4688901f2
children b7c3b2d22858
line wrap: on
line diff
--- a/ym2612.h	Tue Jun 25 23:18:57 2013 -0700
+++ b/ym2612.h	Sat Jun 29 17:15:08 2013 -0700
@@ -85,6 +85,7 @@
 void ym_address_write_part2(ym2612_context * context, uint8_t address);
 void ym_data_write(ym2612_context * context, uint8_t value);
 uint8_t ym_read_status(ym2612_context * context);
+uint8_t ym_load_gst(ym2612_context * context, FILE * gstfile);
 
 #endif //YM2612_H_