summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2016-07-03 17:23:47 -0400
committer AJR <ajrhacker@users.noreply.github.com>2016-07-03 17:23:47 -0400
commit20427d78b4066dd169f7f575ba34493bc46c804a (patch)
tree9428abc6de8d54d6da3c07f1754cca2e9ef9245d /src/emu/debug/debugcpu.h
parent90b08e2995d6857fa73aeea5fc61e23e1d3e74b4 (diff)
Don't need debugcpu to translate (nw)
Diffstat (limited to 'src/emu/debug/debugcpu.h')
-rw-r--r--src/emu/debug/debugcpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/debug/debugcpu.h b/src/emu/debug/debugcpu.h
index ffb390ea226..bc4ee3675cf 100644
--- a/src/emu/debug/debugcpu.h
+++ b/src/emu/debug/debugcpu.h
@@ -508,9 +508,6 @@ public:
/* ----- debugger memory accessors ----- */
- /* return the physical address corresponding to the given logical address */
- bool translate(address_space &space, int intention, offs_t *address);
-
/* return a byte from the specified memory space */
UINT8 read_byte(address_space &space, offs_t address, int apply_translation);