diff options
Diffstat (limited to 'src/mame/includes/klax.h')
-rw-r--r-- | src/mame/includes/klax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/klax.h b/src/mame/includes/klax.h index cf7f0d8195e..4e3f122dca7 100644 --- a/src/mame/includes/klax.h +++ b/src/mame/includes/klax.h @@ -31,7 +31,7 @@ public: DECLARE_VIDEO_START(klax); TILE_GET_INFO_MEMBER(get_playfield_tile_info); - UINT32 screen_update_klax(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); + uint32_t screen_update_klax(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); static const atari_motion_objects_config s_mob_config; |