summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ie15/ie15dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ie15/ie15dasm.cpp')
-rw-r--r--src/devices/cpu/ie15/ie15dasm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/ie15/ie15dasm.cpp b/src/devices/cpu/ie15/ie15dasm.cpp
index 3f21fb977e0..536497b9db0 100644
--- a/src/devices/cpu/ie15/ie15dasm.cpp
+++ b/src/devices/cpu/ie15/ie15dasm.cpp
@@ -7,8 +7,8 @@
CPU_DISASSEMBLE( ie15 )
{
- UINT32 flags = 0;
- UINT8 op;
+ uint32_t flags = 0;
+ uint8_t op;
unsigned PC = pc;
op = OP(pc++);