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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/mosaic.h b/src/mame/includes/mosaic.h
index 7649d323508..7fd9ae57d3c 100644
--- a/src/mame/includes/mosaic.h
+++ b/src/mame/includes/mosaic.h
@@ -16,6 +16,10 @@ public:
m_fgvideoram(*this, "fgvideoram"),
m_bgvideoram(*this, "bgvideoram") { }
+ void mosaic(machine_config &config);
+ void gfire2(machine_config &config);
+
+private:
/* devices */
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
@@ -46,8 +50,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);
void gfire2_io_map(address_map &map);
void gfire2_map(address_map &map);
void mosaic_io_map(address_map &map);