view gdb_remote.h @ 1144:be3df2d8530a

Increment TH counter on low to high transitions rather than high to low transitions for six button controllers. Fixes Charles MacDonald's SMS six button controller demo
author Michael Pavone <pavone@retrodev.com>
date Tue, 03 Jan 2017 20:43:35 -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_