view gdb_remote.h @ 1185:9de9d2c6ebe5

Fix border rendering at end of line 1FE. vdp_inactive will probably need a small fixup for the edge case when we start between when the vcounter is incremented and the line is truly finished.
author Michael Pavone <pavone@retrodev.com>
date Thu, 19 Jan 2017 09:32:34 -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_