mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
buildfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@776 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bdd6a009be
commit
6ccf5504a8
2 changed files with 6 additions and 6 deletions
|
@ -346,7 +346,7 @@ void PDebugZ80Frame(void)
|
|||
void PDebugCPUStep(void)
|
||||
{
|
||||
if (PicoAHW & PAHW_SMS)
|
||||
z80_run(1);
|
||||
z80_run_nr(1);
|
||||
else
|
||||
SekStepM68k();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue