diff gst.c @ 1103:22e87b739ad6

WIP split of ROM loading/argument parsing from Genesis emulation code. Compiles and doesn't crash, but nothing works. Still a few too many globals as well.
author Michael Pavone <pavone@retrodev.com>
date Fri, 09 Dec 2016 09:48:48 -0800
parents 1a66d5165ea7
children 2eb54e24914e
line wrap: on
line diff
--- a/gst.c	Mon Nov 28 22:45:46 2016 -0800
+++ b/gst.c	Fri Dec 09 09:48:48 2016 -0800
@@ -3,8 +3,10 @@
  This file is part of BlastEm.
  BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text.
 */
+#include "genesis.h"
 #include "gst.h"
 #include <string.h>
+#include <stdio.h>
 
 #define GST_68K_REGS 0x80
 #define GST_68K_REG_SIZE (0xDA-GST_68K_REGS)