Exact year for ator (MT #06485)

Video Dens has a space in the middle (nw)
This commit is contained in:
AJR 2017-01-29 13:20:13 -05:00
parent 4ceeca611d
commit 19db9ffda7
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
Nemesis (Peyper) Nemesis (Peyper)
Odisea Paris-Dakar (Peyper) Odisea Paris-Dakar (Peyper)
Hang-On (Sonic) Hang-On (Sonic)
Ator (Videodens) Ator (Video Dens)
Others not emulated (need roms): Others not emulated (need roms):
Night Fever (Sonic) Night Fever (Sonic)
@ -834,7 +834,7 @@ ROM_START(wolfman)
ROM_END ROM_END
/*------------------------------------------------------------------- /*-------------------------------------------------------------------
/ Ator (198?) / Ator (1985)
/-------------------------------------------------------------------*/ /-------------------------------------------------------------------*/
ROM_START(ator) ROM_START(ator)
ROM_REGION(0x6000, "maincpu", 0) ROM_REGION(0x6000, "maincpu", 0)
@ -869,5 +869,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( 1985, ator, 0, peyper, sonstwar, peyper_state, peyper, ROT0, "Video Dens", "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)

View File

@ -3,7 +3,7 @@
/************************************************************************************** /**************************************************************************************
PINBALL PINBALL
Videodens Video Dens S.A., Madrid
PinMAME used as reference. The Break '86 manual scan available on the net includes PinMAME used as reference. The Break '86 manual scan available on the net includes
a mostly illegible schematic. a mostly illegible schematic.
@ -223,5 +223,5 @@ ROM_START(papillon)
ROM_END ROM_END
GAME(1986, break86, 0, vd, break86, driver_device, 0, ROT0, "Videodens", "Break '86", MACHINE_IS_SKELETON_MECHANICAL) GAME(1986, break86, 0, vd, break86, driver_device, 0, ROT0, "Video Dens", "Break '86", MACHINE_IS_SKELETON_MECHANICAL)
GAME(1986, papillon, 0, vd, papillon, driver_device, 0, ROT0, "Videodens", "Papillon", MACHINE_IS_SKELETON_MECHANICAL) GAME(1986, papillon, 0, vd, papillon, driver_device, 0, ROT0, "Video Dens", "Papillon", MACHINE_IS_SKELETON_MECHANICAL)