summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ut88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ut88.h')
-rw-r--r--src/mame/includes/ut88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ut88.h b/src/mame/includes/ut88.h
index e25128df05a..1d696a6b904 100644
--- a/src/mame/includes/ut88.h
+++ b/src/mame/includes/ut88.h
@@ -64,6 +64,8 @@ public:
DECLARE_MACHINE_RESET(ut88mini);
uint32_t screen_update_ut88(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void ut88(machine_config &config);
+ void ut88mini(machine_config &config);
private:
required_device<cassette_image_device> m_cassette;
optional_device<i8255_device> m_ppi;