summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mosaic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mosaic.h')
-rw-r--r--src/mame/includes/mosaic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/mosaic.h b/src/mame/includes/mosaic.h
index c5e90219aff..62ee23377fd 100644
--- a/src/mame/includes/mosaic.h
+++ b/src/mame/includes/mosaic.h
@@ -46,4 +46,6 @@ public:
virtual void video_start() override;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void mosaic(machine_config &config);
+ void gfire2(machine_config &config);
};