summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2020-11-19 17:31:49 +0100
committer GitHub <noreply@github.com>2020-11-19 17:31:49 +0100
commit048df44f138c2796822d84f1a531e2273bb3dbf7 (patch)
tree80222b68848dbc3328a057111c4a292e3e533362
parent20d5ff7447f85fde9317214034438b6e9fecd379 (diff)
New clones marked as NOT_WORKING (#7498)
* New clones marked as NOT_WORKING -------------------------------- Ator (set 1, 2 bumpers) [Sergio y Vicente de www.electrónicavys.es]
-rw-r--r--src/mame/drivers/peyper.cpp12
-rw-r--r--src/mame/mame.lst1
2 files changed, 11 insertions, 2 deletions
diff --git a/src/mame/drivers/peyper.cpp b/src/mame/drivers/peyper.cpp
index f0b6e6afd23..c7c900323b5 100644
--- a/src/mame/drivers/peyper.cpp
+++ b/src/mame/drivers/peyper.cpp
@@ -867,7 +867,14 @@ ROM_END
/*-------------------------------------------------------------------
/ Ator (1985)
/-------------------------------------------------------------------*/
-ROM_START(ator)
+ROM_START(ator) // Version with 2 bumpers, probably older
+ ROM_REGION(0x6000, "maincpu", 0)
+ ROM_LOAD("ator1.bin", 0x0000, 0x2000, CRC(87967577) SHA1(6586401a4b1a837bacd61d156b44eedaab271479))
+ ROM_LOAD("ator2.bin", 0x2000, 0x2000, CRC(832b06ea) SHA1(c70c613fd29d1d560951890bce072cbf45525526))
+ // No ROM 3
+ROM_END
+
+ROM_START(ator3bmp) // Version with 3 bumpers, probably newer
ROM_REGION(0x6000, "maincpu", 0)
ROM_LOAD("1.bin", 0x0000, 0x2000, NO_DUMP)
ROM_LOAD("ator 2 _0xba29.bin", 0x2000, 0x2000, CRC(21aad5c4) SHA1(e78da5d80682710db34cbbfeae5af54241c73371))
@@ -902,5 +909,6 @@ GAME( 1987, wolfman, 0, peyper, wolfman, peyper_state, init_wolfman,
GAME( 1986, nemesisp, 0, peyper, wolfman, peyper_state, init_wolfman, ROT0, "Peyper", "Nemesis", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
GAME( 1987, odisea, 0, peyper, odisea, peyper_state, init_wolfman, ROT0, "Peyper", "Odisea Paris-Dakar", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
GAME( 1988, hangonp, 0, peyper, sonstwar, peyper_state, init_peyper, ROT0, "Sonic", "Hang-On (Sonic)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // inputs to be checked
-GAME( 1985, ator, 0, peyper, sonstwar, peyper_state, init_peyper, ROT0, "Video Dens", "Ator", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // initial program ROM missing; no manual found
+GAME( 1985, ator, 0, peyper, sonstwar, peyper_state, init_peyper, ROT0, "Video Dens", "Ator (set 1, 2 bumpers)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // inputs to be checked
+GAME( 1985, ator3bmp, ator, peyper, sonstwar, peyper_state, init_peyper, ROT0, "Video Dens", "Ator (set 2, 3 bumpers)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // initial program ROM missing; no manual found
GAME( 1994, lancelot, 0, peyper, sonstwar, peyper_state, empty_init, ROT0, "Peyper", "Sir Lancelot", MACHINE_IS_SKELETON_MECHANICAL) // different hardware (see top of file)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 9052abd7a99..9c90d3592d0 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -34043,6 +34043,7 @@ superpet //
@source:peyper.cpp
ator //
+ator3bmp //
gamatros //
hangonp //
lancelot //