summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skullxbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skullxbo.h')
-rw-r--r--src/mame/includes/skullxbo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/skullxbo.h b/src/mame/includes/skullxbo.h
index 4cabfa061aa..489207fe3b0 100644
--- a/src/mame/includes/skullxbo.h
+++ b/src/mame/includes/skullxbo.h
@@ -41,7 +41,7 @@ public:
DECLARE_MACHINE_START(skullxbo);
DECLARE_MACHINE_RESET(skullxbo);
DECLARE_VIDEO_START(skullxbo);
- UINT32 screen_update_skullxbo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_skullxbo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(scanline_timer);
void skullxbo_scanline_update(int scanline);
DECLARE_WRITE16_MEMBER( skullxbo_xscroll_w );