main gst.h
 1/*
 2 Copyright 2013 Michael Pavone
 3 This file is part of BlastEm. 
 4 BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
 5*/
 6#ifndef GST_H_
 7#define GST_H_
 8#include "blastem.h"
 9
10uint8_t save_gst(genesis_context * gen, char *fname, uint32_t m68k_pc);
11uint32_t load_gst(genesis_context * gen, char * fname);
12
13#endif //GST_H_