mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
rename headonb -> headon1
(will add headonb soon, a bootleg of headon)
This commit is contained in:
parent
a7a2878c27
commit
4b7b390234
@ -2633,7 +2633,7 @@ ROM_START( headon )
|
||||
ROM_LOAD( "316-0042.u88", 0x0020, 0x0020, CRC(a1506b9d) SHA1(037c3db2ea40eca459e8acba9d1506dd28d72d10) ) /* sequence PROM */
|
||||
ROM_END
|
||||
|
||||
ROM_START( headonb )
|
||||
ROM_START( headon1 )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "316-163a.u27", 0x0000, 0x0400, CRC(4bb51259) SHA1(43411ffda3fe03b1d694f70791b0bab5786759c0) )
|
||||
ROM_LOAD( "316-164a.u26", 0x0400, 0x0400, CRC(aeac8c5f) SHA1(ef9ad63d13076a559ba12c6421ad61de21dd4c90) )
|
||||
@ -3401,7 +3401,7 @@ GAME( 1979, sspaceat3, sspaceat, sspaceat, sspaceat, driver_device, 0, ROT270
|
||||
GAME( 1979, sspaceatc, sspaceat, sspaceat, sspaceat, driver_device, 0, ROT270, "Sega", "Space Attack (cocktail)", GAME_NO_SOUND )
|
||||
GAME( 1979, sspacaho, 0, sspacaho, sspacaho, driver_device, 0, ROT270, "Sega", "Space Attack / Head On", GAME_NO_SOUND )
|
||||
GAME( 1979, headon, 0, headon, headon, driver_device, 0, ROT0, "Gremlin", "Head On (2 players)", GAME_IMPERFECT_SOUND )
|
||||
GAME( 1979, headonb, headon, headon, headon, driver_device, 0, ROT0, "Gremlin", "Head On (1 player)", GAME_IMPERFECT_SOUND )
|
||||
GAME( 1979, headon1, headon, headon, headon, driver_device, 0, ROT0, "Gremlin", "Head On (1 player)", GAME_IMPERFECT_SOUND )
|
||||
GAME( 1979, headons, headon, headons, headon, driver_device, 0, ROT0, "bootleg (Sidam)", "Head On (Sidam bootleg, set 1)", GAME_IMPERFECT_SOUND )
|
||||
GAME( 1979, headonsa, headon, headons, headon, driver_device, 0, ROT0, "bootleg (Sidam)", "Head On (Sidam bootleg, set 2)", GAME_NOT_WORKING ) // won't coin up?
|
||||
GAME( 1979, supcrash, headon, headons, supcrash, driver_device, 0, ROT0, "bootleg", "Super Crash (bootleg of Head On)", GAME_NO_SOUND )
|
||||
|
@ -3975,7 +3975,7 @@ sspaceat3 // 155-162 (c) 1979 Sega
|
||||
sspaceatc // 139-146 (c)
|
||||
sspacaho // ? epr00001.bin - epr00008.bin
|
||||
headon // 163-167/192-193 (c) Gremlin
|
||||
headonb // 163-167/192-193 (c) Gremlin
|
||||
headon1 // 163-167/192-193 (c) Gremlin
|
||||
headons // Sidam bootleg
|
||||
headonsa // Sidam bootleg
|
||||
supcrash // bootleg
|
||||
|
Loading…
Reference in New Issue
Block a user