summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cp1610/1610dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/cp1610/1610dasm.cpp')
-rw-r--r--src/devices/cpu/cp1610/1610dasm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/cp1610/1610dasm.cpp b/src/devices/cpu/cp1610/1610dasm.cpp
index 83b2ef018e0..964b1a5e612 100644
--- a/src/devices/cpu/cp1610/1610dasm.cpp
+++ b/src/devices/cpu/cp1610/1610dasm.cpp
@@ -6,9 +6,9 @@
CPU_DISASSEMBLE( cp1610 )
{
- UINT16 oprom16[4]={ static_cast<UINT16>((oprom[0] << 8) | oprom[1]), static_cast<UINT16>((oprom[2] << 8) | oprom[3]), static_cast<UINT16>((oprom[4] << 8) | oprom[5]), static_cast<UINT16>((oprom[6] << 8) | oprom[7]) };
- UINT16 op = oprom16[0]; UINT16 subop;
- UINT16 ea, ea1, ea2;
+ uint16_t oprom16[4]={ static_cast<uint16_t>((oprom[0] << 8) | oprom[1]), static_cast<uint16_t>((oprom[2] << 8) | oprom[3]), static_cast<uint16_t>((oprom[4] << 8) | oprom[5]), static_cast<uint16_t>((oprom[6] << 8) | oprom[7]) };
+ uint16_t op = oprom16[0]; uint16_t subop;
+ uint16_t ea, ea1, ea2;
unsigned size = 1;
// const char *sym, *sym2;