mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -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
|
@ -106,9 +106,7 @@ PICO_INTERNAL void sound_reset(void)
|
|||
// also clear the internal registers+addr line
|
||||
ym2612_regs = YM2612GetRegs();
|
||||
memset(ym2612_regs, 0, 0x200+4);
|
||||
// setting these to 0 might confuse timing code,
|
||||
// so better set to something like this instead
|
||||
z80startCycle = z80stopCycle = 0x01000000;
|
||||
z80startCycle = z80stopCycle = 0;
|
||||
|
||||
sound_rerate(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue