summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_fccpu20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_fccpu20.h')
-rw-r--r--src/devices/bus/vme/vme_fccpu20.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/vme/vme_fccpu20.h b/src/devices/bus/vme/vme_fccpu20.h
index bab05fd987f..4be52d07477 100644
--- a/src/devices/bus/vme/vme_fccpu20.h
+++ b/src/devices/bus/vme/vme_fccpu20.h
@@ -54,6 +54,8 @@ protected:
emu_timer *m_arbiter_start; // Need a startup delay because it is hooked up to the sense inputs of the PIT
+ required_device<cpu_device> m_maincpu;
+
private:
DECLARE_WRITE_LINE_MEMBER(bim_irq_callback);
@@ -68,7 +70,6 @@ private:
void cpu20_mem(address_map &map);
- required_device<cpu_device> m_maincpu;
required_device<pit68230_device> m_pit;
required_device<bim68153_device> m_bim;
required_device<mpcc68561_device> m_mpcc;