mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Added reg/off for unknown opcodes, nw
This commit is contained in:
parent
f636c77ac4
commit
3628b9086c
@ -1761,7 +1761,7 @@ static void copd2_set_tabledata(running_machine &machine, UINT16 data)
|
||||
logerror("addmem16 (r%x)\n", reg);
|
||||
break;
|
||||
default:
|
||||
logerror("?\n");
|
||||
logerror("? %x(r%x)\n",off, reg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user