summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spbactn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spbactn.h')
-rw-r--r--src/mame/includes/spbactn.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mame/includes/spbactn.h b/src/mame/includes/spbactn.h
index d9fb1ba1ff9..221a4d09c6d 100644
--- a/src/mame/includes/spbactn.h
+++ b/src/mame/includes/spbactn.h
@@ -27,6 +27,10 @@ public:
m_extraram2(*this, "extraram2")
{ }
+ void spbactn(machine_config &config);
+ void spbactnp(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
@@ -57,13 +61,10 @@ public:
DECLARE_WRITE8_MEMBER(extraram_w);
TILE_GET_INFO_MEMBER(get_extra_tile_info);
-
-
bitmap_ind16 m_tile_bitmap_bg;
bitmap_ind16 m_tile_bitmap_fg;
bitmap_ind16 m_sprite_bitmap;
-
DECLARE_WRITE16_MEMBER(spbatnp_90006_w);
DECLARE_WRITE16_MEMBER(spbatnp_9000a_w);
DECLARE_WRITE16_MEMBER(spbatnp_9000c_w);
@@ -75,7 +76,6 @@ public:
DECLARE_VIDEO_START(spbactn);
DECLARE_VIDEO_START(spbactnp);
-
//virtual void video_start();
uint32_t screen_update_spbactn(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint32_t screen_update_spbactnp(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
@@ -86,8 +86,7 @@ public:
{
return 0xffff;
}
- void spbactn(machine_config &config);
- void spbactnp(machine_config &config);
+
void spbactn_map(address_map &map);
void spbactn_sound_map(address_map &map);
void spbactnp_extra_map(address_map &map);