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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/a2bus/a2themill.h b/src/devices/bus/a2bus/a2themill.h
index f9c9d622564..113ccdbb9ec 100644
--- a/src/devices/bus/a2bus/a2themill.h
+++ b/src/devices/bus/a2bus/a2themill.h
@@ -27,10 +27,6 @@ public:
// construction/destruction
a2bus_themill_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ8_MEMBER( dma_r );
- DECLARE_WRITE8_MEMBER( dma_w );
-
- void m6809_mem(address_map &map);
protected:
a2bus_themill_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
@@ -43,13 +39,17 @@ protected:
virtual void write_c0nx(uint8_t offset, uint8_t data) override;
virtual bool take_c800() override;
- required_device<cpu_device> m_6809;
-
private:
+ required_device<cpu_device> m_6809;
bool m_bEnabled;
bool m_flipAddrSpace;
bool m_6809Mode;
uint8_t m_status;
+
+ DECLARE_READ8_MEMBER( dma_r );
+ DECLARE_WRITE8_MEMBER( dma_w );
+
+ void m6809_mem(address_map &map);
};
// device type definition