summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mvme147.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mvme147.cpp')
-rw-r--r--src/mame/drivers/mvme147.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/mvme147.cpp b/src/mame/drivers/mvme147.cpp
index 97ec968a95b..1f9a088992f 100644
--- a/src/mame/drivers/mvme147.cpp
+++ b/src/mame/drivers/mvme147.cpp
@@ -197,7 +197,10 @@ mvme147_state(const machine_config &mconfig, device_type type, const char *tag)
, m_sccterm2(*this, "scc2")
{
}
+
+ void mvme147(machine_config &config);
+private:
DECLARE_READ32_MEMBER (bootvect_r);
DECLARE_WRITE32_MEMBER (bootvect_w);
/* PCC - Peripheral Channel Controller */
@@ -215,11 +218,8 @@ mvme147_state(const machine_config &mconfig, device_type type, const char *tag)
//DECLARE_WRITE16_MEMBER (vme_a16_w);
virtual void machine_start () override;
virtual void machine_reset () override;
- void mvme147(machine_config &config);
void mvme147_mem(address_map &map);
-protected:
-private:
required_device<cpu_device> m_maincpu;
required_device<scc85c30_device> m_sccterm;
required_device<scc85c30_device> m_sccterm2;