mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Changed 32010 unknown opcode to output in $xxx format like
all other hex values.
This commit is contained in:
parent
721087eeeb
commit
a2a25f17e3
@ -255,7 +255,7 @@ CPU_DISASSEMBLE( tms32010 )
|
||||
}
|
||||
if (op == -1)
|
||||
{
|
||||
sprintf(buffer,"???? dw %04Xh",code);
|
||||
sprintf(buffer, "dw $%04X (invalid op)", code);
|
||||
return cnt | DASMFLAG_SUPPORTED;
|
||||
}
|
||||
buffertmp = buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user