Skip to content

Commit

Permalink
add Big Game MOD rev 13 by slochar
Browse files Browse the repository at this point in the history
thanks carny priest! #370
  • Loading branch information
toxieainc committed Nov 17, 2024
1 parent 287d282 commit 4b05b72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion release/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Bad Girls (alternate set)
Batman Forever (3.02 Dutch, unfortunately without matching display ROMs)
Baywatch 3.00 (German)
Beavis and Butt-Head (Class of 1812 MOD)
Big Game (MOD rev. 12)
Big Game (MOD rev. 12), (MOD rev. 13)
Black Knight L-2
Bugs Bunny's Birthday Ball LG-2 (German)
Cheetah (Prototype Sounds + MOD 84)
Expand Down
1 change: 1 addition & 0 deletions src/wpc/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,6 +1487,7 @@ 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(biggamef) // 11/24 Big Game (MOD rev. 13)
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 @@ -681,6 +681,15 @@ BY35_ROMEND
#define input_ports_biggamee input_ports_st
CORE_CLONEDEFNV(biggamee,biggame,"Big Game (MOD rev. 12)",2023,"Stern / Idleman",by35_mST200,0)

INITGAME(biggamef,GEN_STMPU200,dispst7,FLIP_SW(FLIP_L),0,SNDBRD_ST300,0)
ST200_ROMSTART8888(biggamef,"biggame_13-u1.716", CRC(a05b5a3e) SHA1(dfedcc5faf06ce37c4487ca574c56f3285458a36),
"biggame_V12-u5.716",CRC(44a9a2ba) SHA1(b7ef9b565c90ec71dd8779220203c3b203658904),
"biggame_13-u2.716", CRC(4c321f34) SHA1(923b43a6dcd2e714fbc13aeb28651325885e4220),
"biggame_V12-u6.716",CRC(7a7e67e4) SHA1(7a964db3f92775ea7fc50a90e77fb846fa3f9d9f))
BY35_ROMEND
#define input_ports_biggamef input_ports_st
CORE_CLONEDEFNV(biggamef,biggame,"Big Game (MOD rev. 13)",2024,"Stern / Idleman",by35_mST200,0)

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

0 comments on commit 4b05b72

Please sign in to comment.