summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dbz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dbz.h')
-rw-r--r--src/mame/includes/dbz.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/mame/includes/dbz.h b/src/mame/includes/dbz.h
index 63d5d73e58a..a709297de97 100644
--- a/src/mame/includes/dbz.h
+++ b/src/mame/includes/dbz.h
@@ -33,6 +33,13 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_soundlatch(*this, "soundlatch") { }
+ void dbz(machine_config &config);
+
+ void init_dbza();
+ void init_dbz();
+ void init_dbz2();
+
+private:
/* memory pointers */
required_shared_ptr<uint16_t> m_bg1_videoram;
required_shared_ptr<uint16_t> m_bg2_videoram;
@@ -65,9 +72,6 @@ public:
DECLARE_WRITE16_MEMBER(dbz_bg2_videoram_w);
DECLARE_WRITE16_MEMBER(dbz_bg1_videoram_w);
DECLARE_WRITE_LINE_MEMBER(dbz_irq2_ack_w);
- void init_dbza();
- void init_dbz();
- void init_dbz2();
TILE_GET_INFO_MEMBER(get_dbz_bg2_tile_info);
TILE_GET_INFO_MEMBER(get_dbz_bg1_tile_info);
virtual void machine_start() override;
@@ -77,7 +81,6 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER(dbz_scanline);
K056832_CB_MEMBER(tile_callback);
K053246_CB_MEMBER(sprite_callback);
- void dbz(machine_config &config);
void dbz_map(address_map &map);
void dbz_sound_io_map(address_map &map);
void dbz_sound_map(address_map &map);