diff options
Diffstat (limited to 'src/emu/machine.cpp')
-rw-r--r-- | src/emu/machine.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp index 5ef806d2249..91999a8307e 100644 --- a/src/emu/machine.cpp +++ b/src/emu/machine.cpp @@ -767,16 +767,6 @@ void running_machine::strlog(const char *str) const //------------------------------------------------- -// debugger_access - return true if the debugger -// is accessing memory -//------------------------------------------------- - -bool running_machine::debugger_access() const -{ - return m_debugger->cpu().debugger_access(); -} - -//------------------------------------------------- // debug_break - breaks into the debugger, if // enabled //------------------------------------------------- |