Mercurial > repos > blastem
view gdb_remote.h @ 1315:810ae0287d66
Fix minor bug that displayed window plane as if it were plane A In plane debug view
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 05 Apr 2017 09:48:49 -0700 |
parents | 22e87b739ad6 |
children | 85a90964b557 |
line wrap: on
line source
#ifndef GDB_REMOTE_H_ #define GDB_REMOTE_H_ #include "genesis.h" void gdb_remote_init(void); m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc); #endif //GDB_REMOTE_H_