summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-11-21 05:57:46 +1100
committer Vas Crabb <vas@vastheman.com>2016-11-21 05:57:46 +1100
commitc7352f5684c6dc3a4f5db3e3514e61646c061336 (patch)
tree538ecc7414c5eee71f36d3a90ccfc44695271a46 /src/emu/debug/debugcpu.h
parente4c856dd1ff81ed945c7edd96993f3d909be9ded (diff)
Revert "moved debugger_access() from address space to machine & removed the anti-patterns that updated cascading address spaces. [smf]"
This reverts commit 5f05fbf61348c65204fde1e2aeed72de4cb56593.
Diffstat (limited to 'src/emu/debug/debugcpu.h')
-rw-r--r--src/emu/debug/debugcpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h
index 6f89ed3f18a..079b17d1fd0 100644
--- a/src/emu/debug/debugcpu.h
+++ b/src/emu/debug/debugcpu.h
@@ -482,8 +482,6 @@ public:
/* return true if the current execution state is stopped */
bool is_stopped();
- /* return true if the debugger is accessing memory */
- bool debugger_access() { return m_debugger_access; }
/* ----- symbol table interfaces ----- */