summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r--src/emu/debug/debugcmd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index b771aa84174..7ecfc87958b 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -157,9 +157,9 @@ private:
void execute_input(int ref, int params, const char **param);
void execute_dumpkbd(int ref, int params, const char **param);
- running_machine& m_machine;
- debugger_cpu& m_cpu;
- debugger_console& m_console;
+ running_machine& m_machine;
+ debugger_cpu& m_cpu;
+ debugger_console& m_console;
global_entry *m_global_array;
cheat_system m_cheat;