comparison 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
comparison
equal deleted inserted replaced
1102:c15896605bf2 1103:22e87b739ad6
1 #ifndef GDB_REMOTE_H_ 1 #ifndef GDB_REMOTE_H_
2 #define GDB_REMOTE_H_ 2 #define GDB_REMOTE_H_
3 #include "blastem.h" 3 #include "genesis.h"
4 4
5 void gdb_remote_init(void); 5 void gdb_remote_init(void);
6 m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc); 6 m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc);
7 7
8 #endif //GDB_REMOTE_H_ 8 #endif //GDB_REMOTE_H_