2016-03-30 20:07:55 +00:00
|
|
|
#ifndef debugger_h
|
|
|
|
#define debugger_h
|
|
|
|
#include "gb.h"
|
|
|
|
|
|
|
|
void debugger_run(GB_gameboy_t *gb);
|
2016-04-10 19:24:53 +00:00
|
|
|
void debugger_call_hook(GB_gameboy_t *gb);
|
|
|
|
void debugger_ret_hook(GB_gameboy_t *gb);
|
2016-03-30 20:07:55 +00:00
|
|
|
|
|
|
|
#endif /* debugger_h */
|