mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
remove teeter torture freeplay romhack (nw)
This commit is contained in:
parent
25405255b2
commit
4320035388
@ -1362,26 +1362,6 @@ ROM_START( teetert )
|
||||
|
||||
ROM_REGION( 0x0800, "gfx1", 0 )
|
||||
ROM_LOAD( "11d-cpu", 0x0000, 0x0800, CRC(0fe70b00) SHA1(6068be263d7a8e6b71af6f4dceec40bb8d246376) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( teetert2 )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "11a-cpu", 0xa000, 0x1000, CRC(550375ab) SHA1(ae262f30def469cd56fc2f10336b25f766fc1320) )
|
||||
ROM_LOAD( "10a-cpu", 0xb000, 0x1000, CRC(3ae7e445) SHA1(e511ce4c553ac58e87b6ee623f8c42d7653de972) )
|
||||
ROM_LOAD( "9a-cpu", 0xc000, 0x1000, CRC(9fab266f) SHA1(b6ad26740f9c87c49b4df122819d1a335fe5545e) )
|
||||
ROM_LOAD( "8a-cpu", 0xd000, 0x1000, CRC(68de66e7) SHA1(70a0cc950f16f2c408fae717e6fdb75eb0fd8039) )
|
||||
ROM_LOAD( "7a-cpu", 0xe000, 0x1000, CRC(84491333) SHA1(db9f8e4c49057a4574a3784d71e627da7f7a4b44) )
|
||||
ROM_LOAD( "6a-cpu", 0xf000, 0x1000, CRC(3600d465) SHA1(84d633e042f73bfd6bf4a4d0ffee1cd2027c65d2) )
|
||||
|
||||
ROM_REGION( 0x8000, "audiocpu", 0 )
|
||||
ROM_LOAD( "3a-aud", 0x5800, 0x0800, CRC(83b8836f) SHA1(ec0e2de62caea61ceff56e924449213997bff8cd) )
|
||||
ROM_LOAD( "4a-aud", 0x6000, 0x0800, CRC(5154c39e) SHA1(e6f011630eb1aa4116a0e5824ad6b65c1be2455f) )
|
||||
ROM_LOAD( "5a-aud", 0x6800, 0x0800, CRC(1e1e3916) SHA1(867e586583e07cd01e0e852f6ea52a040995725d) )
|
||||
ROM_LOAD( "6a-aud", 0x7000, 0x0800, CRC(80f3357a) SHA1(f1ee638251e8676a526e6367c11866b1d52f5910) )
|
||||
ROM_LOAD( "7a-aud", 0x7800, 0x0800, CRC(466addc7) SHA1(0230b5365d6aeee3ca47666a9eadee4141de125b) )
|
||||
|
||||
ROM_REGION( 0x0800, "gfx1", 0 )
|
||||
ROM_LOAD( "11d-cpu", 0x0000, 0x0800, CRC(0fe70b00) SHA1(6068be263d7a8e6b71af6f4dceec40bb8d246376) )
|
||||
|
||||
ROM_REGION( 0x140, "proms", 0 )
|
||||
ROM_LOAD( "tt14h.123", 0x0000, 0x0020, CRC(f76b4fcf) SHA1(197e0cc508ffeb5cefa4046bdfb158939d598225) )
|
||||
@ -1626,7 +1606,6 @@ GAME( 1981, venture2, venture, venture, venture, exidy_state, venture, ROT0,
|
||||
GAME( 1981, venture4, venture, venture, venture, exidy_state, venture, ROT0, "Exidy", "Venture (version 4)", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1982, teetert, 0, teetert, teetert, exidy_state, teetert, ROT0, "Exidy", "Teeter Torture (prototype)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1982, teetert2, teetert, teetert, teetert, exidy_state, teetert, ROT0, "Exidy", "Teeter Torture (alt)", MACHINE_SUPPORTS_SAVE )
|
||||
|
||||
GAME( 1982, pepper2, 0, pepper2, pepper2, exidy_state, pepper2, ROT0, "Exidy", "Pepper II (version 8)", MACHINE_SUPPORTS_SAVE )
|
||||
GAME( 1982, pepper27, pepper2, pepper2, pepper2, exidy_state, pepper2, ROT0, "Exidy", "Pepper II (version 7)", MACHINE_SUPPORTS_SAVE )
|
||||
|
@ -12148,7 +12148,6 @@ spectar1 // (c) 1980
|
||||
targ // (c) 1980
|
||||
targc // (c) 1980
|
||||
teetert // (c) 1981
|
||||
teetert2 // (c) 1981
|
||||
venture // (c) 1981
|
||||
venture2 // (c) 1981
|
||||
venture4 // (c) 1981
|
||||
|
Loading…
Reference in New Issue
Block a user