DSPSpy: Print ACCOV mails

This commit is contained in:
Léo Lam 2017-09-19 19:13:39 +02:00
parent e569d3bc4a
commit 99e36cd9d9
1 changed files with 4 additions and 0 deletions

View File

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