view gdb_remote.h @ 1307:3cdc4e33a2c4

Added Might and Magic III prototype to ROM DB as it requires SRAM, but does not indicate it in the standard header
author Michael Pavone <pavone@retrodev.com>
date Wed, 29 Mar 2017 22:31:37 -0700
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_