diff options
author | 2016-06-29 08:34:30 +0200 | |
---|---|---|
committer | 2016-06-29 08:34:30 +0200 | |
commit | 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e (patch) | |
tree | a1f1874aa84850bddbebd2b0e0bfc3e1c77ce8c4 /src/emu/debug/debugcmd.h | |
parent | 1f6f1bfd6cfb748d9c5e159d6bd014bab8d30944 (diff) |
Cleanup and version bumpmame0175
Diffstat (limited to 'src/emu/debug/debugcmd.h')
-rw-r--r-- | src/emu/debug/debugcmd.h | 6 |
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; |