summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivers/empty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/empty.cpp')
-rw-r--r--src/emu/drivers/empty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drivers/empty.cpp b/src/emu/drivers/empty.cpp
index 86ba96bf2dc..ec325bb67e2 100644
--- a/src/emu/drivers/empty.cpp
+++ b/src/emu/drivers/empty.cpp
@@ -30,7 +30,7 @@ public:
emulator_info::display_ui_chooser(machine());
}
- UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
+ uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
bitmap.fill(rgb_t::black);
return 0;