summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/transwarp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/transwarp.h')
-rw-r--r--src/devices/bus/a2bus/transwarp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/transwarp.h b/src/devices/bus/a2bus/transwarp.h
index e687ae6d350..1c01ffef10d 100644
--- a/src/devices/bus/a2bus/transwarp.h
+++ b/src/devices/bus/a2bus/transwarp.h
@@ -42,6 +42,7 @@ protected:
private:
bool m_bEnabled;
bool m_bReadA2ROM;
+ bool m_bIn1MHzMode;
emu_timer *m_timer;
required_device<cpu_device> m_ourcpu;