mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
galaxian.cpp: made theendb boot, renamed the set to takeoff. Sound system needs work (only 1 AY8912) (nw)
This commit is contained in:
parent
6eed3cdeae
commit
bba054d65f
@ -10332,7 +10332,7 @@ ROM_START( theends ) /* The Stern Electronics license */
|
||||
ROM_LOAD( "6331-1j.86", 0x0000, 0x0020, CRC(24652bc4) SHA1(d89575f3749c75dc963317fe451ffeffd9856e4d) ) /* no label for this chip */
|
||||
ROM_END
|
||||
|
||||
ROM_START( theendb )
|
||||
ROM_START( takeoff )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "0p.t.o.10l", 0x0000, 0x1000, CRC(46712d43) SHA1(e1b84494b530dd96d8a51a3f8bd7d7d3ba7560a9) )
|
||||
ROM_LOAD( "1p.t.o.9l", 0x1000, 0x1000, CRC(10256742) SHA1(3748bf82e410ba763cc10a546b566f1d9efb8307) )
|
||||
@ -11583,7 +11583,7 @@ GAME( 1982, amidars, amidar, scramble, amidars, galaxian_state, scram
|
||||
/* The End/Scramble based hardware */
|
||||
GAME( 1980, theend, 0, theend, theend, galaxian_state, theend, ROT90, "Konami", "The End", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, theends, theend, theend, theend, galaxian_state, theend, ROT90, "Konami (Stern Electronics license)", "The End (Stern Electronics)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, theendb, theend, theend, theend, galaxian_state, theend, ROT90, "bootleg?", "The End (bootleg?)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1980, takeoff, theend, explorer, explorer, galaxian_state, explorer, ROT90, "bootleg (Sidam)", "Take Off (bootleg of The End)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1981, scramble, 0, scramble, scramble, galaxian_state, scramble, ROT90, "Konami", "Scramble", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1981, scrambles, scramble, scramble, scramble, galaxian_state, scramble, ROT90, "Konami (Stern Electronics license)", "Scramble (Stern Electronics set 1)", MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -12690,7 +12690,7 @@ tazmania // (c) 1982 Stern
|
||||
tdpgal // 1983 Design Labs / Thomas Automatics
|
||||
tenspot // (c) 1982 Thomas Automatics
|
||||
theend // (c) 1980 Konami
|
||||
theendb // (c) 1980 Bootleg
|
||||
takeoff // (c) 1980 Sidam (bootleg)
|
||||
theends // (c) 1980 Stern
|
||||
thepitm // bootleg
|
||||
timefgtr // (c) Taito (Brazil) - rewrite of Time Pilot
|
||||
|
Loading…
Reference in New Issue
Block a user