Skip to content

Commit

Permalink
remove bdk_294c, it seems its really lost
Browse files Browse the repository at this point in the history
..was a WIP colorized MOD ROM of bdk_294
  • Loading branch information
toxieainc committed Nov 19, 2023
1 parent 1ed748c commit f642048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/wpc/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ DRIVER(bdk,240) // 11/09 Batman - The Dark Knight - V2.4 (scarec
DRIVER(bdk,290) // 05/10 Batman - The Dark Knight - V2.9 (with 3 ball scarecrow multiball)
DRIVER(bdk,294) // 05/10 Batman - The Dark Knight - V2.94 (back to 2 ball scarecrow multiball)
#ifdef SAM_INCLUDE_COLORED
DRIVER(bdk,294c) // 05/10 Batman - The Dark Knight - V2.94 (back to 2 ball scarecrow multiball)
//DRIVER(bdk,294c) // 05/10 Batman - The Dark Knight - V2.94 (back to 2 ball scarecrow multiball) // seems to be lost by now :/
#endif
DRIVER(bdk,300) // ??/10 Batman - The Dark Knight - V3.00 Home Edition/Costco
//DRIVER(csi,100) //S.A.M.: 11/08 CSI: Crime Scene Investigation - V1.00
Expand Down
4 changes: 2 additions & 2 deletions src/wpc/sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ SAM1_ROM32MB(bdk_290, "bdk_290.bin", CRC(09ce777e) SHA1(79b6d3f91aa4d42318c698a4
SAM1_ROM32MB(bdk_294, "bdk_294.bin", CRC(e087ec82) SHA1(aad2c43e6de9a520954eb50b6c824a138cd6f47f), 0x01C00844)
SAM1_ROM32MB(bdk_300, "bdk_300.bin", CRC(8325bc80) SHA1(04f20d78ad33956618e576bba108ab145e26f9aa), 0x01C6AD84)
#ifdef SAM_INCLUDE_COLORED
SAM1_ROM128MB(bdk_294c, "bdk_294c.bin", CRC(5a4246a1) SHA1(725eb666ffaef894d2bd694d412658395c7fa7f9), 0x077FFFF0)
//SAM1_ROM128MB(bdk_294c, "bdk_294c.bin", CRC(5a4246a1) SHA1(725eb666ffaef894d2bd694d412658395c7fa7f9), 0x077FFFF0)
#endif

SAM_INPUT_PORTS_START(bdk, 1)
Expand All @@ -2427,7 +2427,7 @@ CORE_CLONEDEF(bdk, 240, 294, "Batman: The Dark Knight (V2.4)", 2009, "Stern", sa
CORE_CLONEDEF(bdk, 290, 294, "Batman: The Dark Knight (V2.9)", 2010, "Stern", sam1, 0)
CORE_CLONEDEF(bdk, 300, 294, "Batman: The Dark Knight Home Edition/Costco (V3.00)", 2010, "Stern", sam1, 0) // Standard model in Stern terms
#ifdef SAM_INCLUDE_COLORED
CORE_CLONEDEF(bdk, 294c, 294, "Batman: The Dark Knight (V2.9) (Colored MOD)", 2010, "Stern", sam1, 0)
//CORE_CLONEDEF(bdk, 294c, 294, "Batman: The Dark Knight (V2.9) (Colored MOD)", 2010, "Stern", sam1, 0) // seems to be lost by now :/
#endif

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

0 comments on commit f642048

Please sign in to comment.