diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-06-29 17:15:08 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-06-29 17:15:08 -0700 |
commit | 48718d1f339e263fb52a35a7a5230d32491b78b8 (patch) | |
tree | 16eb423306ce41301c188ffa4ed8193b438e334b /ym2612.h | |
parent | 6183aae8b8ff8deb39d5e177896ef62bc72df7c0 (diff) |
Add support for loading GST format savestates
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ void ym_address_write_part1(ym2612_context * context, uint8_t address); 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_ |