mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
[patinho] improve log message for the unimplmemented SAI instruction (display the ACC value)
This commit is contained in:
parent
6c5bf9b91a
commit
c0a2483edb
@ -497,7 +497,7 @@ void patinho_feio_cpu_device::execute_instruction()
|
||||
printf("Unimplemented ENTR /%X0 instruction\n", channel);
|
||||
break;
|
||||
case 0x80:
|
||||
printf("Unimplemented SAI /%X0 instruction\n", channel);
|
||||
printf("Unimplemented SAI /%X0 instruction (ACC = 0x%02X '%c')\n", channel, ACC, ACC);
|
||||
break;
|
||||
}
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user