DSPSpy: Print ACCOV mails
This commit is contained in:
parent
e569d3bc4a
commit
99e36cd9d9
|
@ -390,6 +390,10 @@ void handle_dsp_mail(void)
|
|||
while (real_dsp.CheckMailTo())
|
||||
;
|
||||
}
|
||||
else if (mail == 0x80050000)
|
||||
{
|
||||
CON_PrintRow(4, 25, "ACCOV at step %i", dsp_steps);
|
||||
}
|
||||
|
||||
// ROM dumping mails
|
||||
else if (mail == 0x8888c0de)
|
||||
|
|
Loading…
Reference in New Issue