summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/shadfrce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shadfrce.cpp')
-rw-r--r--src/mame/drivers/shadfrce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/shadfrce.cpp b/src/mame/drivers/shadfrce.cpp
index f364e6a1995..5805a88c2e0 100644
--- a/src/mame/drivers/shadfrce.cpp
+++ b/src/mame/drivers/shadfrce.cpp
@@ -234,7 +234,7 @@ WRITE16_MEMBER(shadfrce_state::flip_screen)
READ16_MEMBER(shadfrce_state::input_ports_r)
{
- UINT16 data = 0xffff;
+ uint16_t data = 0xffff;
switch (offset)
{