Yes
I just modified Count-Down (Gottlieb 1978) and added music (includes B2S and ...)
Magna saves right = music
************************************************************************
I muted the sound from the ROM, you can reactivate it in the script at sound line 66
66 .Games("countdwn").Settings.Value("sound") = 0 '1 enabled rom sound
************************************************************************
You can also mute the music and add background noise lines 976 and 977
976 Const PlaySong = True 'Control music playback [true -> ON, false -> OFF]
977 Const Playambience = false 'Control Ambience playback [true -> ON, false -> OFF]
************************************************************************
User Feedback
Create an account or sign in to leave a review
You need to be a member in order to leave a review
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now