fix some clipping/distortion in Spelunker & Kid Niki (irem m62)
This commit is contained in:
parent
f5ec482920
commit
2b07ca39a4
|
@ -3398,13 +3398,13 @@ static void M62MachineInit()
|
|||
|
||||
MSM5205Init(0, M62SynchroniseStream, 384000, M62MSM5205Vck0, MSM5205_S96_4B, 1);
|
||||
MSM5205Init(1, M62SynchroniseStream, 384000, NULL, MSM5205_SEX_4B, 1);
|
||||
MSM5205SetRoute(0, 0.50, BURN_SND_ROUTE_BOTH);
|
||||
MSM5205SetRoute(1, 0.50, BURN_SND_ROUTE_BOTH);
|
||||
MSM5205SetRoute(0, 0.20, BURN_SND_ROUTE_BOTH);
|
||||
MSM5205SetRoute(1, 0.20, BURN_SND_ROUTE_BOTH);
|
||||
|
||||
AY8910Init(0, 894886, nBurnSoundRate, &M62SoundLatchRead, NULL, NULL, &AY8910_0PortBWrite);
|
||||
AY8910Init(1, 894886, nBurnSoundRate, NULL, NULL, NULL, NULL);
|
||||
AY8910SetAllRoutes(0, 0.50, BURN_SND_ROUTE_BOTH);
|
||||
AY8910SetAllRoutes(1, 0.50, BURN_SND_ROUTE_BOTH);
|
||||
AY8910SetAllRoutes(0, 0.20, BURN_SND_ROUTE_BOTH);
|
||||
AY8910SetAllRoutes(1, 0.20, BURN_SND_ROUTE_BOTH);
|
||||
|
||||
GenericTilesInit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue