summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2016-05-11 14:34:48 +0200
committer hap <happppp@users.noreply.github.com>2016-05-11 14:34:48 +0200
commitc133569132c8537107aee793d0a97007ca6a1464 (patch)
tree79c1ea468627ebedaf8be90fac2b67c40caa1e48 /src/devices/cpu/v60/v60.h
parent6778e724fd8f0d36890faeeb5a5ce56961f00ab7 (diff)
v60: revert clang compile warning fix that broke conditional compile, added var to save_item to prevent that warning
Diffstat (limited to 'src/devices/cpu/v60/v60.h')
-rw-r--r--src/devices/cpu/v60/v60.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/v60/v60.h b/src/devices/cpu/v60/v60.h
index a7b2c886d5e..acb1c70bfcf 100644
--- a/src/devices/cpu/v60/v60.h
+++ b/src/devices/cpu/v60/v60.h
@@ -151,6 +151,7 @@ private:
address_space_config m_program_config;
address_space_config m_io_config;
+ offs_t m_fetch_xor;
offs_t m_start_pc;
UINT32 m_reg[68];
struct {