summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/sf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sf.cpp')
-rw-r--r--src/mame/drivers/sf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sf.cpp b/src/mame/drivers/sf.cpp
index f3906cae498..3efa952ebd6 100644
--- a/src/mame/drivers/sf.cpp
+++ b/src/mame/drivers/sf.cpp
@@ -21,7 +21,7 @@
/* The protection of the Japanese (and alt US) version */
/* I'd love to see someone dump the i8751 rom */
-void sf_state::write_dword( address_space &space, offs_t offset, UINT32 data )
+void sf_state::write_dword( address_space &space, offs_t offset, uint32_t data )
{
space.write_word(offset, data >> 16);
space.write_word(offset + 2, data);