mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
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]
This commit is contained in:
parent
20d5ff7447
commit
048df44f13
@ -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)
|
||||
|
@ -34043,6 +34043,7 @@ superpet //
|
||||
|
||||
@source:peyper.cpp
|
||||
ator //
|
||||
ator3bmp //
|
||||
gamatros //
|
||||
hangonp //
|
||||
lancelot //
|
||||
|
Loading…
Reference in New Issue
Block a user