summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/anzterm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/anzterm.cpp')
-rw-r--r--src/mame/drivers/anzterm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/anzterm.cpp b/src/mame/drivers/anzterm.cpp
index bb948672784..eb9a00a7a60 100644
--- a/src/mame/drivers/anzterm.cpp
+++ b/src/mame/drivers/anzterm.cpp
@@ -362,7 +362,7 @@ public:
{
}
- UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+ uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
return 0;
}