summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/fd1094dp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/fd1094dp.cpp')
-rw-r--r--src/mame/etc/fd1094dp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/etc/fd1094dp.cpp b/src/mame/etc/fd1094dp.cpp
index 1b8dbb0a3e8..34074d787e2 100644
--- a/src/mame/etc/fd1094dp.cpp
+++ b/src/mame/etc/fd1094dp.cpp
@@ -39,7 +39,7 @@ char srcpath[250],dstfilename[250];
(BIT(val, B1) << 1) | \
(BIT(val, B0) << 0))
-UINT16 buffer[0x2000];
+uint16_t buffer[0x2000];
int little_endian;
int is_little_endian(void)
@@ -489,7 +489,7 @@ void find_global_key(void)
}
-UINT8 mainkey[0x2000];
+uint8_t mainkey[0x2000];
void find_main_key(void)
{