diff options
Diffstat (limited to 'src/devices/cpu/sc61860/scdasm.cpp')
-rw-r--r-- | src/devices/cpu/sc61860/scdasm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sc61860/scdasm.cpp b/src/devices/cpu/sc61860/scdasm.cpp index ad35c1f2f1b..c49ad9c77b4 100644 --- a/src/devices/cpu/sc61860/scdasm.cpp +++ b/src/devices/cpu/sc61860/scdasm.cpp @@ -154,10 +154,10 @@ static const struct { const char *mnemonic; Adr adr; } table[]={ CPU_DISASSEMBLE( sc61860 ) { - const UINT8 *base_oprom = oprom; + const uint8_t *base_oprom = oprom; int oper=*(oprom++); int t; - UINT16 adr; + uint16_t adr; switch(oper&0xc0) { case 0x80: |