git-svn-id: file:///home/notaz/opt/svn/PicoDrive@776 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-09-14 18:49:55 +00:00
parent bdd6a009be
commit 6ccf5504a8
2 changed files with 6 additions and 6 deletions

View file

@ -346,7 +346,7 @@ void PDebugZ80Frame(void)
void PDebugCPUStep(void)
{
if (PicoAHW & PAHW_SMS)
z80_run(1);
z80_run_nr(1);
else
SekStepM68k();
}