mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core z80, fix cycle counting in reset state
This commit is contained in:
parent
c7661b80ef
commit
db2b6d9966
5 changed files with 6 additions and 7 deletions
|
@ -389,7 +389,7 @@ void PDebugZ80Frame(void)
|
|||
else
|
||||
lines = 262;
|
||||
|
||||
z80_resetCycles();
|
||||
z80_resetCycles(Pico.t.z80c_aim);
|
||||
PsndStartFrame();
|
||||
|
||||
if (/*Pico.m.z80Run &&*/ !Pico.m.z80_reset && (PicoIn.opt&POPT_EN_Z80)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue