summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vigilant.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vigilant.h')
-rw-r--r--src/mame/includes/vigilant.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mame/includes/vigilant.h b/src/mame/includes/vigilant.h
index c6a0c4dc224..2745a799002 100644
--- a/src/mame/includes/vigilant.h
+++ b/src/mame/includes/vigilant.h
@@ -16,6 +16,11 @@ public:
m_spriteram(*this, "spriteram"),
m_videoram(*this, "videoram") { }
+ void vigilant(machine_config &config);
+ void kikcubic(machine_config &config);
+ void buccanrs(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<m72_audio_device> m_audio;
required_device<gfxdecode_device> m_gfxdecode;
@@ -58,9 +63,7 @@ public:
void draw_background(bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
void vigilant_postload();
- void vigilant(machine_config &config);
- void kikcubic(machine_config &config);
- void buccanrs(machine_config &config);
+
void buccanrs_sound_io_map(address_map &map);
void kikcubic_io_map(address_map &map);
void kikcubic_map(address_map &map);