Mercurial > repos > blastem
view gdb_remote.h @ 622:b76d2a628ab9
Partially working switch to having a vcounter and hslot counter in the context rather than trying to derive them from the cycle count. This should allow for more accurate handling of mid screen mode switches. Interrupt timing is broken currently though
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 17 Jun 2014 19:01:01 -0700 |
parents | aae9e738c6a4 |
children | 22e87b739ad6 |
line wrap: on
line source
#ifndef GDB_REMOTE_H_ #define GDB_REMOTE_H_ #include "blastem.h" void gdb_remote_init(void); m68k_context * gdb_debug_enter(m68k_context * context, uint32_t pc); #endif //GDB_REMOTE_H_