diff vdp.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 c15896605bf2
children cacbd3f18f03
line wrap: on
line diff
--- a/vdp.c	Mon Nov 28 22:45:46 2016 -0800
+++ b/vdp.c	Fri Dec 09 09:48:48 2016 -0800
@@ -5,6 +5,7 @@
 */
 #include "vdp.h"
 #include "blastem.h"
+#include "genesis.h"
 #include <stdlib.h>
 #include <string.h>
 #include "render.h"