mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
(trailing ")" typo)
This commit is contained in:
parent
e8fec24fee
commit
9a829fa120
1 changed files with 4 additions and 4 deletions
|
@ -1116,11 +1116,11 @@ DRIVER_INIT_MEMBER(thepit_state,rtriv)
|
|||
|
||||
GAME( 1981, roundup, 0, thepit, roundup, driver_device, 0, ROT90, "Taito Corporation (Amenip/Centuri license)", "Round-Up", 0 )
|
||||
GAME( 1981, fitter, roundup, thepit, fitter, driver_device, 0, ROT90, "Taito Corporation", "Fitter", 0 )
|
||||
GAME( 1981, fitterbl, roundup, thepit, fitter, driver_device, 0, ROT90, "bootleg", "Fitter (bootleg of Roundup)", 0 )
|
||||
GAME( 1981, ttfitter, roundup, thepit, fitter, driver_device, 0, ROT90, "bootleg", "T.T.Fitter (bootleg of Roundup))", 0 )
|
||||
GAME( 1981, fitterbl, roundup, thepit, fitter, driver_device, 0, ROT90, "bootleg", "Fitter (bootleg of Round-Up)", 0 )
|
||||
GAME( 1981, ttfitter, roundup, thepit, fitter, driver_device, 0, ROT90, "bootleg", "T.T. Fitter (bootleg of Round-Up)", 0 )
|
||||
GAME( 1982, thepit, 0, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics", "The Pit", 0 ) // AW == Andy Walker
|
||||
GAME( 1982, thepitu1, thepit, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics (Centuri license)", "The Pit (US, set 1)", 0 )
|
||||
GAME( 1982, thepitu2, thepit, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics (Centuri license)", "The Pit (US, set 2)", 0 ) // Bally PCB
|
||||
GAME( 1982, thepitu1, thepit, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics (Centuri license)", "The Pit (US set 1)", 0 )
|
||||
GAME( 1982, thepitu2, thepit, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics (Centuri license)", "The Pit (US set 2)", 0 ) // Bally PCB
|
||||
GAME( 1982, thepitj, thepit, thepit, thepit, driver_device, 0, ROT90, "Zilec Electronics (Taito license)", "The Pit (Japan)", 0 )
|
||||
GAME( 1982, dockman, 0, intrepid, dockman, driver_device, 0, ROT90, "Taito Corporation", "Dock Man", 0 )
|
||||
GAME( 1982, portman, dockman, intrepid, dockman, driver_device, 0, ROT90, "Taito Corporation (Nova Games Ltd. license)", "Port Man", 0 )
|
||||
|
|
Loading…
Reference in a new issue