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. --- gdb_remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb_remote.h') diff --git a/gdb_remote.h b/gdb_remote.h index 7bd40f0..a908d65 100644 --- a/gdb_remote.h +++ b/gdb_remote.h @@ -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); -- cgit v1.2.3