From 818a3ef482b96c0a963bb515291944346586f106 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 9 Dec 2016 09:48:48 -0800 Subject: 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. --- gst.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst.c') diff --git a/gst.c b/gst.c index 2a56a4c..6a27387 100644 --- a/gst.c +++ b/gst.c @@ -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 +#include #define GST_68K_REGS 0x80 #define GST_68K_REG_SIZE (0xDA-GST_68K_REGS) -- cgit v1.2.3