Skip to content

Commit

Permalink
Added Big Game MOD rev.12 (fixes background sound DIP switch)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkenborn committed Dec 24, 2023
1 parent f9cd081 commit bcd6d09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Clones:
Ali (7-digit conversion Free Play rev. 76)
Bad Girls (alternate set)
Beavis and Butt-Head (Class of 1812 MOD)
Big Game (MOD rev. 12)
Black Knight L-2
Cue Ball Wizard (older display rev.)
Dracula (One Ball MOD)
Expand Down
1 change: 1 addition & 0 deletions src/wpc/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ DRIVERNV(biggamfp) // 03/80 Big Game (Free Play)
DRIVERNV(biggameb) // 11/19 Big Game (MOD rev. 7)
DRIVERNV(biggamec) // 10/20 Big Game (MOD rev. 8)
DRIVERNV(biggamed) // 09/21 Big Game (MOD rev. 9)
DRIVERNV(biggamee) // 12/23 Big Game (MOD rev. 12)
DRIVERNV(seawitch) //MPU-200: 05/80 Seawitch
DRIVERNV(seawitfp) // 05/80 Seawitch (Free Play)
DRIVERNV(seawitcha) // 10/21 Seawitch (MOD rev. 5)
Expand Down
9 changes: 9 additions & 0 deletions src/wpc/stgames.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,15 @@ BY35_ROMEND
#define input_ports_biggamed input_ports_st
CORE_CLONEDEFNV(biggamed,biggame,"Big Game (MOD rev. 9)",2021,"Stern / Idleman",by35_mST200,0)

INITGAME(biggamee,GEN_STMPU200,dispst7,FLIP_SW(FLIP_L),0,SNDBRD_ST300,0)
ST200_ROMSTART8888(biggamee,"biggame_V12-u1.716",CRC(94efc96f) SHA1(476f1f67b3875a3764cb71f11bb6825a6ad2630c),
"biggame_V12-u5.716",CRC(44a9a2ba) SHA1(b7ef9b565c90ec71dd8779220203c3b203658904),
"biggame_V12-u2.716",CRC(e5595e87) SHA1(95d8fe376f1e0c4cb847cd911e2ed831a0e14cfd),
"biggame_V12-u6.716",CRC(7a7e67e4) SHA1(7a964db3f92775ea7fc50a90e77fb846fa3f9d9f))
BY35_ROMEND
#define input_ports_biggamee input_ports_st
CORE_CLONEDEFNV(biggamee,biggame,"Big Game (MOD rev. 12)",2023,"Stern / Idleman",by35_mST200,0)

/*--------------------------------
/ Seawitch
/-------------------------------*/
Expand Down

0 comments on commit bcd6d09

Please sign in to comment.