Skip to content

Commit

Permalink
robocop2 volume adj (mono)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jul 28, 2023
1 parent 1223ab0 commit 1827b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/dataeast/d_cninja.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1722,8 +1722,8 @@ static INT32 Robocop2Init()

deco16SoundInit(DrvHucROM, DrvHucRAM, 4027500, 1, DrvYM2151WritePort, 0.45, 1006875, 0.75, 2013750, 0.50);
BurnYM2203SetAllRoutes(0, 0.60, BURN_SND_ROUTE_BOTH);
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_1, 0.45, BURN_SND_ROUTE_LEFT);
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_2, 0.45, BURN_SND_ROUTE_RIGHT);
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_1, 0.45, BURN_SND_ROUTE_BOTH);
BurnYM2151SetRoute(BURN_SND_YM2151_YM2151_ROUTE_2, 0.45, BURN_SND_ROUTE_BOTH);

GenericTilesInit();

Expand Down

0 comments on commit 1827b37

Please sign in to comment.