summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/microvsn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/microvsn.cpp')
-rw-r--r--src/mame/drivers/microvsn.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/microvsn.cpp b/src/mame/drivers/microvsn.cpp
index b4d6631ca77..d7acef85f9d 100644
--- a/src/mame/drivers/microvsn.cpp
+++ b/src/mame/drivers/microvsn.cpp
@@ -42,6 +42,9 @@ public:
m_cart(*this, "cartslot")
{ }
+ void microvision(machine_config &config);
+
+private:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_PALETTE_INIT(microvision);
@@ -91,8 +94,7 @@ public:
pcb_type m_pcb_type;
rc_type m_rc_type;
- void microvision(machine_config &config);
-protected:
+
required_device<dac_byte_interface> m_dac;
required_device<cpu_device> m_i8021;
required_device<tms1100_cpu_device> m_tms1100;