diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-12-09 09:48:48 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-12-09 09:48:48 -0800 |
commit | 818a3ef482b96c0a963bb515291944346586f106 (patch) | |
tree | a13839316062ed0986e1b0b8317c6df3e74d7610 /gdb_remote.h | |
parent | aaca957565a13e9f2c6ab5ae085d7c8fb6c0fa85 (diff) |
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.
Diffstat (limited to 'gdb_remote.h')
-rw-r--r-- | gdb_remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |