summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/c64dtv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/c64dtv.cpp')
-rw-r--r--src/mame/drivers/c64dtv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/c64dtv.cpp b/src/mame/drivers/c64dtv.cpp
index 4b707dfa585..9a8c2f6d1ed 100644
--- a/src/mame/drivers/c64dtv.cpp
+++ b/src/mame/drivers/c64dtv.cpp
@@ -14,7 +14,7 @@ public:
c64dtv_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
- 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;