summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2themill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2themill.h')
-rw-r--r--src/devices/bus/a2bus/a2themill.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/a2themill.h b/src/devices/bus/a2bus/a2themill.h
index 152cfa6882d..59f0c2316d1 100644
--- a/src/devices/bus/a2bus/a2themill.h
+++ b/src/devices/bus/a2bus/a2themill.h
@@ -33,6 +33,7 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
virtual void device_add_mconfig(machine_config &config) override;
+ virtual ioport_constructor device_input_ports() const override;
// overrides of standard a2bus slot functions
virtual uint8_t read_c0nx(uint8_t offset) override;
@@ -41,6 +42,8 @@ protected:
private:
required_device<cpu_device> m_6809;
+ required_ioport m_cfgsw;
+
bool m_bEnabled;
bool m_flipAddrSpace;
bool m_6809Mode;