summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alph8201/8201dasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alph8201/8201dasm.cpp')
-rw-r--r--src/devices/cpu/alph8201/8201dasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/alph8201/8201dasm.cpp b/src/devices/cpu/alph8201/8201dasm.cpp
index 464813cd170..f8fadecaedb 100644
--- a/src/devices/cpu/alph8201/8201dasm.cpp
+++ b/src/devices/cpu/alph8201/8201dasm.cpp
@@ -334,7 +334,7 @@ static void InitDasm8201(void)
Op[i].type = type;
/* 2 byte code ? */
- while (isspace((UINT8)*p)) p++;
+ while (isspace((uint8_t)*p)) p++;
if( (*p) )
Op[i].type |= 0x10;
/* number of param */