mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
COP4xx:
- fixed typo in disassembler
This commit is contained in:
parent
5deab27d6d
commit
6950cd07a7
@ -269,7 +269,7 @@ offs_t cop420_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opr
|
||||
break;
|
||||
|
||||
case 0x2C:
|
||||
sprintf(buffer, "COMA");
|
||||
sprintf(buffer, "CQMA");
|
||||
break;
|
||||
|
||||
case 0x2E:
|
||||
|
Loading…
Reference in New Issue
Block a user