mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
atarittl.cpp: removed pongdbl since it has been moved and emulated in pong.cpp [gregf]
This commit is contained in:
parent
ee0856c91b
commit
914d50d78f
@ -79,6 +79,8 @@
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
namespace {
|
||||
|
||||
// copied by Pong, not accurate for this driver!
|
||||
// start
|
||||
#define MASTER_CLOCK 7159000
|
||||
@ -582,10 +584,6 @@ ROM_START( pinpong )
|
||||
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pongdbl )
|
||||
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pursuit )
|
||||
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
|
||||
ROM_END
|
||||
@ -616,6 +614,9 @@ ROM_END
|
||||
|
||||
*/
|
||||
|
||||
} // Anonymous namespace
|
||||
|
||||
|
||||
GAME(1975, antiairc, 0, atarikee, 0, atarikee_state, empty_init, ROT0, "Atari", "Anti-Aircraft [TTL]", MACHINE_IS_SKELETON)
|
||||
GAME(1975, crashnsc, 0, atarikee, 0, atarikee_state, empty_init, ROT0, "Atari", "Crash 'n Score/Stock Car [TTL]", MACHINE_IS_SKELETON)
|
||||
GAME(1974, gtrak10, 0, gtrak10, gtrak10, gtrak10_state, empty_init, ROT0, "Atari/Kee", "Gran Trak 10/Trak 10/Formula K [TTL]", MACHINE_NOT_WORKING | MACHINE_NO_SOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user