swapped L/R channels in k053260 in d_simpsons.cpp
This commit is contained in:
parent
97cbda2a0c
commit
48284e63f4
|
@ -507,8 +507,8 @@ static INT32 DrvInit()
|
|||
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_2, 0.00, BURN_SND_ROUTE_BOTH); // not connected
|
||||
|
||||
K053260Init(0, 3579545, DrvSndROM, 0x140000);
|
||||
K053260SetRoute(0, BURN_SND_K053260_ROUTE_1, 0.75, BURN_SND_ROUTE_LEFT);
|
||||
K053260SetRoute(0, BURN_SND_K053260_ROUTE_2, 0.75, BURN_SND_ROUTE_RIGHT);
|
||||
K053260SetRoute(0, BURN_SND_K053260_ROUTE_1, 0.75, BURN_SND_ROUTE_RIGHT);
|
||||
K053260SetRoute(0, BURN_SND_K053260_ROUTE_2, 0.75, BURN_SND_ROUTE_LEFT);
|
||||
|
||||
GenericTilesInit();
|
||||
|
||||
|
|
Loading…
Reference in New Issue