From 48718d1f339e263fb52a35a7a5230d32491b78b8 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 29 Jun 2013 17:15:08 -0700 Subject: Add support for loading GST format savestates --- ym2612.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ym2612.h') diff --git a/ym2612.h b/ym2612.h index e905f44..b0e3526 100644 --- a/ym2612.h +++ b/ym2612.h @@ -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_ -- cgit v1.2.3