diff gdb_remote.h @ 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 aae9e738c6a4
children 85a90964b557
line wrap: on
line diff
--- a/gdb_remote.h	Mon Nov 28 22:45:46 2016 -0800
+++ b/gdb_remote.h	Fri Dec 09 09:48:48 2016 -0800
@@ -1,6 +1,6 @@
 #ifndef GDB_REMOTE_H_
 #define GDB_REMOTE_H_
-#include "blastem.h"
+#include "genesis.h"
 
 void gdb_remote_init(void);
 m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);