Skip to content

Commit

Permalink
mars, more volume for low efx
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 2, 2024
1 parent 3359ad1 commit 09f3961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/burn/drv/galaxian/d_galaxian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18652,7 +18652,11 @@ static INT32 MarsInit()

nRet = GalInit(); if (nRet) return 1;
KonamiSoundInit();


filter_rc_set_src_gain(3, 0.45);
filter_rc_set_src_gain(4, 0.45);
filter_rc_set_src_gain(5, 0.45);

GalRenderBackgroundFunction = ScrambleDrawBackground;
GalDrawBulletsFunction = ScrambleDrawBullets;

Expand Down

0 comments on commit 09f3961

Please sign in to comment.