summaryrefslogtreecommitdiffstats
path: root/src/devices/cpu/h6280/6280dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h6280/6280dasm.cpp')
-rw-r--r--src/devices/cpu/h6280/6280dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h6280/6280dasm.cpp b/src/devices/cpu/h6280/6280dasm.cpp
index 4a9923ae0dc..68d2ec5589c 100644
--- a/src/devices/cpu/h6280/6280dasm.cpp
+++ b/src/devices/cpu/h6280/6280dasm.cpp
@@ -146,7 +146,7 @@ static const unsigned char op6280[512]=
*****************************************************************************/
CPU_DISASSEMBLE( h6280 )
{
- UINT32 flags = 0;
+ uint32_t flags = 0;
int PC, OP, opc, arg;
PC = pc;