view gst.h @ 453:b491df8bdbc0

Adjust VBLANK flag and refresh timing to be in line with logic analyzer and visual observations of direct color DMA demos. Remove debug print statements.
author Mike Pavone <pavone@retrodev.com>
date Mon, 02 Sep 2013 00:20:56 -0700
parents b7c3b2d22858
children 140af5509ce7
line wrap: on
line source

#ifndef GST_H_
#define GST_H_
#include "blastem.h"

uint8_t save_gst(genesis_context * gen, char *fname, uint32_t m68k_pc);
uint32_t load_gst(genesis_context * gen, char * fname);

#endif //GST_H_