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. --- vdp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vdp.c') diff --git a/vdp.c b/vdp.c index 09131af..86ce7e4 100644 --- a/vdp.c +++ b/vdp.c @@ -5,6 +5,7 @@ */ #include "vdp.h" #include "blastem.h" +#include "genesis.h" #include #include #include "render.h" -- cgit v1.2.3