summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ccpu/ccpudasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ccpu/ccpudasm.cpp')
-rw-r--r--src/devices/cpu/ccpu/ccpudasm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/ccpu/ccpudasm.cpp b/src/devices/cpu/ccpu/ccpudasm.cpp
index e1f54d1ec00..9a02ee58d49 100644
--- a/src/devices/cpu/ccpu/ccpudasm.cpp
+++ b/src/devices/cpu/ccpu/ccpudasm.cpp
@@ -17,8 +17,8 @@
CPU_DISASSEMBLE( ccpu )
{
unsigned startpc = pc;
- UINT8 opcode = oprom[pc++ - startpc];
- UINT8 tempval;
+ uint8_t opcode = oprom[pc++ - startpc];
+ uint8_t tempval;
switch (opcode)
{