Mercurial > repos > blastem
view gdb_remote.h @ 1042:a6c6b621d0dc
Implement Z80 DAA. Implement half-carry flag for the rest of the "easy" cases. Implement flags for IN instruction. Fix implementation of IN for IN F, (C) case
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 24 Jul 2016 17:17:59 -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_