mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
fast mode timing changed (again...)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@271 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c77ca79e89
commit
9a8ffeeeea
4 changed files with 29 additions and 19 deletions
|
@ -22,7 +22,7 @@
|
|||
else { \
|
||||
cnt = SekCyclesDone() - z80startCycle; \
|
||||
cnt = (cnt>>1)-(cnt>>5); \
|
||||
if (cnt > (z80_cycles)) cnt = z80_cycles; \
|
||||
if (cnt < 0 || cnt > (z80_cycles)) cnt = z80_cycles; \
|
||||
Pico.m.z80Run |= 2; \
|
||||
z80CycleAim+=cnt; \
|
||||
} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue