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:
notaz 2007-10-06 16:06:15 +00:00
parent c77ca79e89
commit 9a8ffeeeea
4 changed files with 29 additions and 19 deletions

View file

@ -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);
}