mirror of
https://github.com/libretro/FBNeo.git
synced 2025-03-09 04:43:17 +00:00
irem m72: remove stupid hack, no longer needed since z80_intf.cpp cyclefix
This commit is contained in:
parent
67a19dedaa
commit
5c7ceea83d
@ -2116,7 +2116,7 @@ static INT32 DrvFrame()
|
||||
|
||||
if (z80_reset == 0) {
|
||||
nCyclesDone[1] += ZetRun((nCyclesTotal[1] * (i + 1) / nInterleave) - nCyclesDone[1]);
|
||||
if (i%multiplier==2 && i/multiplier & 1 && z80samplecount < (128-3)) { // 128-3 times per frame any more/less sounds nasty (test: dbreed coin up, hharry "lets get busy" startup)
|
||||
if (i%multiplier==2 && i/multiplier & 1 && z80samplecount < 128) {
|
||||
if (z80_nmi_enable == Z80_FAKE_NMI) {
|
||||
z80samplecount++;
|
||||
if (DrvSndROM[sample_address]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user