summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gundealr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gundealr.h')
-rw-r--r--src/mame/includes/gundealr.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/includes/gundealr.h b/src/mame/includes/gundealr.h
index b840c2bd3b8..2bdad732f6b 100644
--- a/src/mame/includes/gundealr.h
+++ b/src/mame/includes/gundealr.h
@@ -25,6 +25,11 @@ public:
, m_palette(*this, "palette")
{ }
+ void gundealr(machine_config &config);
+ void gundealrbl(machine_config &config);
+ void yamyam(machine_config &config);
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_paletteram;
required_shared_ptr<uint8_t> m_bg_videoram;
@@ -59,9 +64,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
- void gundealr(machine_config &config);
- void gundealrbl(machine_config &config);
- void yamyam(machine_config &config);
void base_map(address_map &map);
void gundealr_main_map(address_map &map);
void main_portmap(address_map &map);