view gdb_remote.h @ 1134:15a32da89d23

Fix a bug in hslot advancement in Mode 4. Fix some of the "inactive_start" calculations that did not take into account Mode 4.
author Michael Pavone <pavone@retrodev.com>
date Sun, 01 Jan 2017 02:33:06 -0800
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_