summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidepckt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidepckt.h')
-rw-r--r--src/mame/includes/sidepckt.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mame/includes/sidepckt.h b/src/mame/includes/sidepckt.h
index 14f032d294b..4b3a25f71b7 100644
--- a/src/mame/includes/sidepckt.h
+++ b/src/mame/includes/sidepckt.h
@@ -24,6 +24,13 @@ public:
m_spriteram(*this, "spriteram")
{ }
+ void sidepcktb(machine_config &config);
+ void sidepckt(machine_config &config);
+
+ void init_sidepckt();
+ void init_sidepcktj();
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
@@ -50,9 +57,6 @@ public:
DECLARE_READ8_MEMBER(scroll_y_r);
DECLARE_WRITE8_MEMBER(scroll_y_w);
- void init_sidepckt();
- void init_sidepcktj();
-
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void machine_reset() override;
@@ -61,8 +65,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites(bitmap_ind16 &bitmap,const rectangle &cliprect);
- void sidepcktb(machine_config &config);
- void sidepckt(machine_config &config);
+
void sidepckt_map(address_map &map);
void sidepcktb_map(address_map &map);
void sound_map(address_map &map);