diff options
Diffstat (limited to 'src/devices/cpu/apexc/apexcdsm.cpp')
-rw-r--r-- | src/devices/cpu/apexc/apexcdsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/apexc/apexcdsm.cpp b/src/devices/cpu/apexc/apexcdsm.cpp index 81effc58b0e..a5d5cfbf754 100644 --- a/src/devices/cpu/apexc/apexcdsm.cpp +++ b/src/devices/cpu/apexc/apexcdsm.cpp @@ -85,7 +85,7 @@ static const instr_desc instructions[16] = CPU_DISASSEMBLE( apexc ) { - UINT32 instruction; /* 32-bit machine instruction */ + uint32_t instruction; /* 32-bit machine instruction */ int x, y, function, c6, vector; /* instruction fields */ int n; /* 'friendly', instruction-dependant interpretation of C6 */ const instr_desc *the_desc; /* pointer to the relevant entry in the instructions array */ |