summaryrefslogtreecommitdiffstats
path: root/src/mame/video/timeplt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/timeplt.cpp')
-rw-r--r--src/mame/video/timeplt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/timeplt.cpp b/src/mame/video/timeplt.cpp
index 163fc3bdeb9..ab1f46ba74f 100644
--- a/src/mame/video/timeplt.cpp
+++ b/src/mame/video/timeplt.cpp
@@ -41,7 +41,7 @@
PALETTE_INIT_MEMBER(timeplt_state, timeplt)
{
- const UINT8 *color_prom = memregion("proms")->base();
+ const uint8_t *color_prom = memregion("proms")->base();
rgb_t palette_val[32];
int i;
@@ -217,7 +217,7 @@ void timeplt_state::draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprec
*
*************************************/
-UINT32 timeplt_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+uint32_t timeplt_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
if (m_video_enable)
{