summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/suna16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suna16.cpp')
-rw-r--r--src/mame/drivers/suna16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/suna16.cpp b/src/mame/drivers/suna16.cpp
index b690876c05c..6d8b54d0bae 100644
--- a/src/mame/drivers/suna16.cpp
+++ b/src/mame/drivers/suna16.cpp
@@ -113,7 +113,7 @@ ADDRESS_MAP_END
READ8_MEMBER(suna16_state::uballoon_prot_r)
{
- UINT8 ret = 0;
+ uint8_t ret = 0;
switch (offset)
{