mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
New NOT WORKING pinball
- Ator (Videodens) The dump is credited to Gonzalo. The first program ROM is unfortunately missing, so this is for (partial) preservation only.
This commit is contained in:
parent
67bded8842
commit
a6a409f55c
@ -15,6 +15,7 @@
|
|||||||
Nemesis (Peyper)
|
Nemesis (Peyper)
|
||||||
Odisea Paris-Dakar (Peyper)
|
Odisea Paris-Dakar (Peyper)
|
||||||
Hang-On (Sonic)
|
Hang-On (Sonic)
|
||||||
|
Ator (Videodens)
|
||||||
|
|
||||||
Others not emulated (need roms):
|
Others not emulated (need roms):
|
||||||
Night Fever (Sonic)
|
Night Fever (Sonic)
|
||||||
@ -830,6 +831,15 @@ ROM_START(wolfman)
|
|||||||
ROM_LOAD("memoriac.bin", 0x4000, 0x2000, CRC(468f16f0) SHA1(66ce0464d82331cfc0ac1f6fbd871066e4e57262))
|
ROM_LOAD("memoriac.bin", 0x4000, 0x2000, CRC(468f16f0) SHA1(66ce0464d82331cfc0ac1f6fbd871066e4e57262))
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
/*-------------------------------------------------------------------
|
||||||
|
/ Ator (198?)
|
||||||
|
/-------------------------------------------------------------------*/
|
||||||
|
ROM_START(ator)
|
||||||
|
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))
|
||||||
|
ROM_END
|
||||||
|
|
||||||
/*-------------------------------------------------------------------
|
/*-------------------------------------------------------------------
|
||||||
/ Sir Lancelot (1994)
|
/ Sir Lancelot (1994)
|
||||||
/-------------------------------------------------------------------*/
|
/-------------------------------------------------------------------*/
|
||||||
@ -856,4 +866,5 @@ GAME( 1987, wolfman, 0, peyper, wolfman, peyper_state, wolfman, ROT0
|
|||||||
GAME( 1986, nemesisp, 0, peyper, wolfman, peyper_state, wolfman, ROT0, "Peyper", "Nemesis", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
|
GAME( 1986, nemesisp, 0, peyper, wolfman, peyper_state, wolfman, ROT0, "Peyper", "Nemesis", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
|
||||||
GAME( 1987, odisea, 0, peyper, odisea, peyper_state, wolfman, ROT0, "Peyper", "Odisea Paris-Dakar", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
|
GAME( 1987, odisea, 0, peyper, odisea, peyper_state, wolfman, ROT0, "Peyper", "Odisea Paris-Dakar", MACHINE_MECHANICAL | MACHINE_NOT_WORKING )
|
||||||
GAME( 1988, hangonp, 0, peyper, sonstwar, peyper_state, peyper, ROT0, "Sonic", "Hang-On (Sonic)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // inputs to be checked
|
GAME( 1988, hangonp, 0, peyper, sonstwar, peyper_state, peyper, ROT0, "Sonic", "Hang-On (Sonic)", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // inputs to be checked
|
||||||
|
GAME( 198?, ator, 0, peyper, sonstwar, peyper_state, peyper, ROT0, "Videodens", "Ator", MACHINE_MECHANICAL | MACHINE_NOT_WORKING ) // initial program ROM missing; no manual found
|
||||||
GAME( 1994, lancelot, 0, peyper, sonstwar, driver_device,0, ROT0, "Peyper", "Sir Lancelot", MACHINE_IS_SKELETON_MECHANICAL) // different hardware (see top of file)
|
GAME( 1994, lancelot, 0, peyper, sonstwar, driver_device,0, ROT0, "Peyper", "Sir Lancelot", MACHINE_IS_SKELETON_MECHANICAL) // different hardware (see top of file)
|
||||||
|
@ -30389,6 +30389,7 @@ pet8032 //
|
|||||||
superpet //
|
superpet //
|
||||||
|
|
||||||
@source:peyper.cpp
|
@source:peyper.cpp
|
||||||
|
ator //
|
||||||
gamatros //
|
gamatros //
|
||||||
hangonp //
|
hangonp //
|
||||||
lancelot //
|
lancelot //
|
||||||
|
Loading…
Reference in New Issue
Block a user