From 29f2486b2be8a01b9317e9f1da0559ed0133d047 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sat, 26 May 2018 07:05:15 +0200 Subject: new not working clone --------------------------------- Batman (1.03 France) [PinMAME] --- src/mame/drivers/de_3.cpp | 16 ++++++++++++++++ src/mame/mame.lst | 1 + 2 files changed, 17 insertions(+) (limited to 'src') diff --git a/src/mame/drivers/de_3.cpp b/src/mame/drivers/de_3.cpp index 7c748c0d2eb..17dcc5b6d5c 100644 --- a/src/mame/drivers/de_3.cpp +++ b/src/mame/drivers/de_3.cpp @@ -513,6 +513,21 @@ ROM_START(btmn_101) ROM_LOAD("batman.u21", 0x040000, 0x20000, CRC(42dab6ac) SHA1(facf993db2ce240c9e825ca9a21ac65a0fbba188)) ROM_END +ROM_START(btmn_f13) + ROM_REGION(0x10000, "maincpu", 0) + ROM_LOAD("batcpub5.103", 0x4000, 0x4000, CRC(6f160581) SHA1(0f2d6c396324fbf116309a872cf95d9a05446cea)) + ROM_LOAD("batccpuf.103", 0x8000, 0x8000, CRC(6f654fb4) SHA1(4901326f92aab1f5a2cdf9032511bef8b197f7e4)) + ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF) + ROM_REGION(0x400, "user3", ROMREGION_ERASEFF) + ROM_REGION(0x20000, "gfx3", 0) + ROM_LOAD("bat_dspf.103", 0x00000, 0x20000, CRC(747be2e6) SHA1(47ac64b91eabc24be57e376035ef8da95259587d)) + ROM_REGION(0x010000, "soundcpu", 0) + ROM_LOAD("batman.u7", 0x8000, 0x8000, CRC(b2e88bf5) SHA1(28f814ea73f8eefd1bb5499a599e67a6850c92c0)) + ROM_REGION(0x1000000, "bsmt", 0) + ROM_LOAD("batman.u17", 0x000000, 0x40000, CRC(b84914dd) SHA1(333d88033428705cbd0a40d70d938c0021bb0015)) + ROM_LOAD("batman.u21", 0x040000, 0x20000, CRC(42dab6ac) SHA1(facf993db2ce240c9e825ca9a21ac65a0fbba188)) +ROM_END + ROM_START(btmn_g13) ROM_REGION(0x10000, "maincpu", 0) ROM_LOAD("batbcpug.103", 0x4000, 0x4000, CRC(6f160581) SHA1(0f2d6c396324fbf116309a872cf95d9a05446cea)) @@ -1265,6 +1280,7 @@ GAME(1993, rab_103, rab_320, de_3_dmd2, de_3, de_3_state, empty_init, ROT0, GAME(1992, aar_101, 0, de_3_dmd2, de_3, de_3_state, empty_init, ROT0, "Data East", "Aaron Spelling (1.01)", MACHINE_IS_SKELETON_MECHANICAL) GAME(1991, btmn_103, 0, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Batman (1.03)", MACHINE_IS_SKELETON_MECHANICAL) GAME(1991, btmn_101, btmn_103, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Batman (1.01)", MACHINE_IS_SKELETON_MECHANICAL) +GAME(1991, btmn_f13, btmn_103, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Batman (1.03 France)", MACHINE_IS_SKELETON_MECHANICAL) GAME(1991, btmn_g13, btmn_103, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Batman (1.03 Germany)", MACHINE_IS_SKELETON_MECHANICAL) GAME(1991, btmn_106, btmn_103, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Batman (1.06)", MACHINE_IS_SKELETON_MECHANICAL) GAME(1991, ckpt_a17, 0, de_3_dmd1, de_3, de_3_state, empty_init, ROT0, "Data East", "Checkpoint (1.7)", MACHINE_IS_SKELETON_MECHANICAL) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 23243362c6c..ed5c5682a7e 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -11066,6 +11066,7 @@ aar_101 // btmn_101 // btmn_103 // btmn_106 // +btmn_f13 // btmn_g13 // ckpt_a17 // gnr_300 // -- cgit v1.2.3