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. --- io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'io.c') diff --git a/io.c b/io.c index acab08f..3a6db6c 100644 --- a/io.c +++ b/io.c @@ -17,6 +17,7 @@ #include "io.h" #include "blastem.h" +#include "genesis.h" #include "render.h" #include "util.h" -- cgit v1.2.3