summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kingobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kingobox.h')
-rw-r--r--src/mame/includes/kingobox.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/mame/includes/kingobox.h b/src/mame/includes/kingobox.h
index 2e25f4f8c31..fbee6a13c70 100644
--- a/src/mame/includes/kingobox.h
+++ b/src/mame/includes/kingobox.h
@@ -35,6 +35,13 @@ public:
m_soundlatch(*this, "soundlatch")
{ }
+ void kingofb(machine_config &config);
+ void ringking(machine_config &config);
+
+ void init_ringkingw();
+ void init_ringking3();
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_scroll_y;
required_shared_ptr<uint8_t> m_videoram;
@@ -60,8 +67,6 @@ public:
DECLARE_WRITE8_MEMBER(kingofb_videoram2_w);
DECLARE_WRITE8_MEMBER(kingofb_colorram2_w);
DECLARE_WRITE8_MEMBER(kingofb_f800_w);
- void init_ringkingw();
- void init_ringking3();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(ringking_get_bg_tile_info);
@@ -85,8 +90,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
- void kingofb(machine_config &config);
- void ringking(machine_config &config);
void kingobox_map(address_map &map);
void kingobox_sound_io_map(address_map &map);
void kingobox_sound_map(address_map &map);