summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lordgun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lordgun.h')
-rw-r--r--src/mame/includes/lordgun.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mame/includes/lordgun.h b/src/mame/includes/lordgun.h
index 94b5b931cbf..b11a612f6a9 100644
--- a/src/mame/includes/lordgun.h
+++ b/src/mame/includes/lordgun.h
@@ -39,6 +39,13 @@ public:
m_scroll_x(*this, "scroll_x.%u", 0),
m_scroll_y(*this, "scroll_y.%u", 0) { }
+ void aliencha(machine_config &config);
+ void lordgun(machine_config &config);
+
+ void init_aliencha();
+ void init_lordgun();
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_soundcpu;
required_device<okim6295_device> m_oki;
@@ -90,9 +97,6 @@ public:
DECLARE_WRITE8_MEMBER(aliencha_dip_w);
DECLARE_WRITE8_MEMBER(lordgun_okibank_w);
- void init_aliencha();
- void init_lordgun();
-
TILE_GET_INFO_MEMBER(get_tile_info_0);
TILE_GET_INFO_MEMBER(get_tile_info_1);
TILE_GET_INFO_MEMBER(get_tile_info_2);
@@ -107,8 +111,6 @@ public:
void lorddgun_calc_gun_scr(int i);
void lordgun_update_gun(int i);
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
- void aliencha(machine_config &config);
- void lordgun(machine_config &config);
void aliencha_map(address_map &map);
void aliencha_soundio_map(address_map &map);
void lordgun_map(address_map &map);