summaryrefslogtreecommitdiffstats
path: root/src/mame/video/bigstrkb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bigstrkb.cpp')
-rw-r--r--src/mame/video/bigstrkb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/bigstrkb.cpp b/src/mame/video/bigstrkb.cpp
index 4d9c9f90ddd..2372d0552ca 100644
--- a/src/mame/video/bigstrkb.cpp
+++ b/src/mame/video/bigstrkb.cpp
@@ -19,8 +19,8 @@ void bigstrkb_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
**- End of Comments -*/
gfx_element *gfx = m_gfxdecode->gfx(2);
- UINT16 *source = m_spriteram;
- UINT16 *finish = source + 0x800/2;
+ uint16_t *source = m_spriteram;
+ uint16_t *finish = source + 0x800/2;
while( source<finish )
{
@@ -122,7 +122,7 @@ void bigstrkb_state::video_start()
m_tilemap3->set_transparent_pen(15);
}
-UINT32 bigstrkb_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+uint32_t bigstrkb_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
// bitmap.fill(m_palette->black_pen(), cliprect);