- fixed typo in disassembler
This commit is contained in:
Curt Coder 2008-06-16 15:00:20 +00:00
parent 5deab27d6d
commit 6950cd07a7

View File

@ -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: