mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 14:57:45 -04:00
core, fix typo
This commit is contained in:
parent
73411ac447
commit
977e5db898
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ extern struct DrZ80 drZ80;
|
|||
|
||||
#define z80_resetCycles() { \
|
||||
Pico.t.z80c_cnt -= Pico.t.z80c_aim, Pico.t.z80c_aim = Pico.t.z80_scanline = 0; \
|
||||
if (!Pico.m.z80Run | Pico.m.z80_reset) Pico.t.z80c_cnt = 0; \
|
||||
if (!Pico.m.z80Run || Pico.m.z80_reset) Pico.t.z80c_cnt = 0; \
|
||||
}
|
||||
|
||||
#define z80_cyclesDone() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue