view gdb_remote.h @ 1791:1843823f1e9b

Fix off-by one in IO port connection text output
author Michael Pavone <pavone@retrodev.com>
date Wed, 20 Mar 2019 21:36:32 -0700
parents 85a90964b557
children
line wrap: on
line source

#ifndef GDB_REMOTE_H_
#define GDB_REMOTE_H_
#include "genesis.h"

void gdb_remote_init(void);
void gdb_debug_enter(m68k_context * context, uint32_t pc);

#endif //GDB_REMOTE_H_