summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debugger.h')
-rw-r--r--src/emu/debugger.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/emu/debugger.h b/src/emu/debugger.h
index 91431d31631..95658eb8250 100644
--- a/src/emu/debugger.h
+++ b/src/emu/debugger.h
@@ -52,24 +52,4 @@ private:
/* OSD can call this to safely flush all traces in the event of a crash */
void debugger_flush_all_traces_on_abnormal_exit();
-
-
-/***************************************************************************
- CPU CORE STATIC FUNCTIONS
-***************************************************************************/
-
-void debugger_instruction_hook(device_t *device, offs_t curpc);
-void debugger_exception_hook(device_t *device, int exception);
-
-
-
-/***************************************************************************
- CPU EXECUTION SYSTEM STATIC FUNCTIONS
-***************************************************************************/
-
-void debugger_start_cpu_hook(device_t *device, const attotime &endtime);
-void debugger_stop_cpu_hook(device_t *device);
-void debugger_interrupt_hook(device_t *device, int irqline);
-
-
#endif // MAME_EMU_DEBUGGER_H