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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/includes/spbactn.h b/src/mame/includes/spbactn.h
index ded656e40b9..8f259e48279 100644
--- a/src/mame/includes/spbactn.h
+++ b/src/mame/includes/spbactn.h
@@ -34,11 +34,11 @@ public:
required_device<tecmo_mix_device> m_mixer;
required_device<generic_latch_8_device> m_soundlatch;
- required_shared_ptr<UINT16> m_bgvideoram;
- required_shared_ptr<UINT16> m_fgvideoram;
- required_shared_ptr<UINT16> m_spvideoram;
- optional_shared_ptr<UINT8> m_extraram;
- optional_shared_ptr<UINT8> m_extraram2;
+ required_shared_ptr<uint16_t> m_bgvideoram;
+ required_shared_ptr<uint16_t> m_fgvideoram;
+ required_shared_ptr<uint16_t> m_spvideoram;
+ optional_shared_ptr<uint8_t> m_extraram;
+ optional_shared_ptr<uint8_t> m_extraram2;
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
@@ -76,8 +76,8 @@ public:
//virtual void video_start();
- UINT32 screen_update_spbactn(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
- UINT32 screen_update_spbactnp(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ 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);
int draw_video(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect, bool alt_sprites);
// temp hack