summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-06-29 10:58:19 +0200
committer Olivier Galibert <galibert@pobox.com>2018-06-29 20:04:28 +0200
commita704ed7b1b121c3bcff52d49bff8372360fe907c (patch)
tree53dd19f2dbe2bd0bf0f747dcccd989beabfafbf7 /src/devices/cpu/v60/v60.h
parentf16d1298a44e71c18c337fc321faebe4fe691e06 (diff)
emumem: Backend modernization [O. Galibert]
Diffstat (limited to 'src/devices/cpu/v60/v60.h')
-rw-r--r--src/devices/cpu/v60/v60.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/cpu/v60/v60.h b/src/devices/cpu/v60/v60.h
index 14a0ca62615..47917aa1c94 100644
--- a/src/devices/cpu/v60/v60.h
+++ b/src/devices/cpu/v60/v60.h
@@ -151,7 +151,6 @@ private:
address_space_config m_program_config;
address_space_config m_io_config;
- offs_t m_fetch_xor;
offs_t m_start_pc;
uint32_t m_reg[68];
struct {