Skip to content

Commit

Permalink
robocop2 volume
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jul 24, 2023
1 parent 4e8e721 commit 1266b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/dataeast/d_cninja.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ static INT32 Robocop2Init()
SekSetReadByteHandler(0, robocop2_main_read_byte);
SekClose();

deco16SoundInit(DrvHucROM, DrvHucRAM, 4027500, 1, DrvYM2151WritePort, 0.45, 1006875, 0.75, 2013750, 0.50);
deco16SoundInit(DrvHucROM, DrvHucRAM, 4027500, 1, DrvYM2151WritePort, 0.45, 1006875, 0.75, 2013750, 0.60);
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);
Expand Down

0 comments on commit 1266b0f

Please sign in to comment.