comparison gst.h @ 451:b7c3b2d22858

Added support for saving savestates. Added gst savestate format test harness
author Mike Pavone <pavone@retrodev.com>
date Fri, 26 Jul 2013 19:55:04 -0700
parents
children 140af5509ce7
comparison
equal deleted inserted replaced
448:e85a107e6ec0 451:b7c3b2d22858
1 #ifndef GST_H_
2 #define GST_H_
3 #include "blastem.h"
4
5 uint8_t save_gst(genesis_context * gen, char *fname, uint32_t m68k_pc);
6 uint32_t load_gst(genesis_context * gen, char * fname);
7
8 #endif //GST_H_