summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jedi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jedi.cpp')
-rw-r--r--src/mame/drivers/jedi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jedi.cpp b/src/mame/drivers/jedi.cpp
index 47242667e31..ed22eeaf888 100644
--- a/src/mame/drivers/jedi.cpp
+++ b/src/mame/drivers/jedi.cpp
@@ -208,7 +208,7 @@ WRITE8_MEMBER(jedi_state::rom_banksel_w)
READ8_MEMBER(jedi_state::a2d_data_r)
{
- UINT8 ret = 0;
+ uint8_t ret = 0;
switch (m_a2d_select)
{