Skip to content

Commit

Permalink
add Batman Forever 5.01 unofficial MOD by pinballcode/Chad Hendrickson
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 14, 2025
1 parent 1b4edd5 commit 019f34e
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@ -125,7 +125,7 @@ Splin: Golden Game Bingo Stake 6/10 (Bingo) (not working)

Kinda new:
Bad Cats (The Cat's Meow) (MOD)
Batman Forever 5.00 (unofficial MOD)
Batman Forever 5.00, 5.01 (unofficial MODs)
X-Files 3.04 (unofficial MOD)

Correct Dumps:
Expand Down
13 changes: 13 additions & 0 deletions src/wpc/degames.c
Original file line number Diff line number Diff line change
Expand Up @@ -1771,6 +1771,19 @@ DE_ROMEND
#define init_batmanf5 init_batmanf
CORE_CLONEDEFNV(batmanf5,batmanf,"Batman Forever (5.0 unofficial MOD)",2024,"Sega",de_mDEDMD64S2A,0)

/*-------------------------------------------------------------
/ Batman Forever 5.01 - CPU Rev 3b / DMD Type 3 2x512K Rom - 64K CPU Rom
/------------------------------------------------------------*/
DE_ROMSTARTx0(batmanf501,"BMF-CPU.501",CRC(0bb3373e) SHA1(23cbe3d91556be5f8a063f6da822bbb68515bb7f))
DE_DMD64ROM88( "BMF-DISPLAY0.500",CRC(2e2f8f5c) SHA1(897bdf6359e27b981b68ea376b94fa7e97879660),
"BMF-DISPLAY3.500",CRC(32e3e0aa) SHA1(ca53b720042bfe6f1e4f6223d54ce40030a418f4))
DE2S_SOUNDROM144( "bmfu7.bin" , CRC(58c0d144) SHA1(88a404d3625c7c154892282598b4949ac97de12b),
"bmfu17.bin" , CRC(edcd5c10) SHA1(561f22fb7817f64e09ef6adda646f58f31b80bf4),
"bmfu21.bin" , CRC(e41a516d) SHA1(9c41803a01046e57f8bd8759fe5e62ad6abaa80c))
DE_ROMEND
#define input_ports_batmanf501 input_ports_batmanf
#define init_batmanf501 init_batmanf
CORE_CLONEDEFNV(batmanf501,batmanf,"Batman Forever (5.01 unofficial MOD)",2025,"Sega",de_mDEDMD64S2A,0)

/***********************************************************************/
/*************** SPECIAL TEST CHIP - NO DISPLAY ************************/
Expand Down
1 change: 1 addition & 0 deletions src/wpc/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ DRIVER (bmf,sv) // 07/95 Batman Forever (Swedish)
DRIVER (bmf,jp) // 07/95 Batman Forever (Japanese)
DRIVER (bmf,time) // 07/95 Batman Forever (Timed Version)
DRIVERNV(batmanf5) // 07/24 Batman Forever (5.0 unofficial MOD)
DRIVERNV(batmanf501) // 01/25 Batman Forever (5.01 unofficial MOD)
DRIVERNV(ctcheese) //DE/Sega MPU: ??/96 Cut The Cheese (Redemption)
//Whitestar Hardware, DMD 128x32
DRIVERNV(apollo1) //Whitestar: 11/95 Apollo 13 (1.00)
Expand Down

0 comments on commit 019f34e

Please sign in to comment.