summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mikro80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mikro80.h')
-rw-r--r--src/mame/includes/mikro80.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/mikro80.h b/src/mame/includes/mikro80.h
index a69afdf4482..64688b9d8a9 100644
--- a/src/mame/includes/mikro80.h
+++ b/src/mame/includes/mikro80.h
@@ -61,6 +61,9 @@ public:
virtual void video_start() override;
uint32_t screen_update_mikro80(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void kristall(machine_config &config);
+ void radio99(machine_config &config);
+ void mikro80(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
required_device<i8255_device> m_ppi8255;