mirror of
https://github.com/holub/mame
synced 2025-05-11 08:38:47 +03:00
not scared of vowels
This commit is contained in:
parent
e6e2945317
commit
440d4a3458
@ -416,15 +416,15 @@ ROM_END
|
||||
|
||||
|
||||
GAME(1975, antiairc, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Anti-Aircraft [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, crshnscr, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Crash 'n Score [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, crashnsc, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Crash 'n Score [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1976, indy4, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Indy 4 [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, indy800, 0, atarikee, 0, driver_device, 0, ROT90, "Atari/Kee", "Indy 800 [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, jetfight, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Jet Fighter (Set1) [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, jetfighta, jetfight, atarikee, 0, driver_device, 0, ROT0, "Atari", "Jet Fighter (Set2) [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, jetfight, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Jet Fighter (set 1) [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, jetfighta, jetfight, atarikee, 0, driver_device, 0, ROT0, "Atari", "Jet Fighter (set 2) [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1976, outlaw, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Outlaw [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1975, sharkjaw, 0, atarikee, 0, driver_device, 0, ROT0, "Atari/Horror Games", "Shark JAWS [TTL]",GAME_IS_SKELETON)
|
||||
GAME(1975, steeplec, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Steeplechase [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1976, stntcycl, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Stunt Cycle [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1976, stuntcyc, 0, atarikee, 0, driver_device, 0, ROT0, "Atari", "Stunt Cycle [TTL]", GAME_IS_SKELETON)
|
||||
GAME(1974, tank, 0, atarikee, 0, driver_device, 0, ROT0, "Atari/Kee", "Tank/Tank II [TTL]", GAME_IS_SKELETON)
|
||||
|
||||
// MISSING ROM DUMPS
|
||||
|
@ -151,5 +151,5 @@ ROM_START( fun4a )
|
||||
ROM_END
|
||||
|
||||
|
||||
GAME( 1976, fun4, 0, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (Set 1) [TTL]", GAME_IS_SKELETON )
|
||||
GAME( 1976, fun4a, fun4, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (Set 2) [TTL]", GAME_IS_SKELETON )
|
||||
GAME( 1976, fun4, 0, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (set 1) [TTL]", GAME_IS_SKELETON )
|
||||
GAME( 1976, fun4a, fun4, bailey, 0, driver_device, 0, ROT0, "Bailey International", "Fun Four (set 2) [TTL]", GAME_IS_SKELETON )
|
||||
|
@ -12589,16 +12589,16 @@ manohman // 199?, Merkur.
|
||||
|
||||
// Atari TTL logic games + roms
|
||||
antiairc // (c) 1975 Atari
|
||||
crshnscr // (c) 1975 Atari
|
||||
crashnsc // (c) 1975 Atari
|
||||
indy4 // (c) 1976 Atari
|
||||
indy800 // (c) 1975 Atari / Kee
|
||||
jetfight // (c) 1975 Atari
|
||||
jetfighta // (c) 1975 Atari
|
||||
outlaw // (c) 1976 Atari
|
||||
sharkjaw // (c) 1975 Atari
|
||||
steeplec // (c) 1975 Atari
|
||||
stntcycl // (c) 1976 Atari
|
||||
tank // (c) 1974 Atari
|
||||
indy800 // (c) 1975 Atari / Kee
|
||||
jetfight // (c) 1975 Atari
|
||||
jetfighta // (c) 1975 Atari
|
||||
outlaw // (c) 1976 Atari
|
||||
sharkjaw // (c) 1975 Atari
|
||||
steeplec // (c) 1975 Atari
|
||||
stuntcyc // (c) 1976 Atari
|
||||
tank // (c) 1974 Atari
|
||||
|
||||
// Atari TTL Missing Rom Dumps
|
||||
//astrotrf
|
||||
|
Loading…
Reference in New Issue
Block a user