mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
From: Kevin Eshbach
Date: Sun, 5 Jul 2009 18:20:44 -0700 To: submit@mamedev.org<submit@mamedev.org> Subject: Patch with a few minor documentation updates Enclosed is a patch file with the following documentation updates. * For Super Basketball adds the rom locations for those that were missing before and adds the jumper settings * Documents the SEGA cpu part number for Future Spy and Super Zaxxon Kevin Eshbach
This commit is contained in:
parent
328bdd0af5
commit
ab5874dbc3
@ -310,15 +310,27 @@ ROM_END
|
||||
|
||||
/*
|
||||
Super Basketball (version G, encrypted)
|
||||
|
||||
Jumper Settings for CPU/Video Board
|
||||
|
||||
JP6 set to 2764 with a null resistor
|
||||
JP5 set to A with a null resistor
|
||||
JP4 set to 2764 with a null resistor
|
||||
JP3 not connected
|
||||
JP2 connected
|
||||
|
||||
Jumper Settings for Sound Board
|
||||
|
||||
J1 connected with a null resistor
|
||||
*/
|
||||
|
||||
ROM_START( sbasketg )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405g05", 0x6000, 0x2000, CRC(336dc0ab) SHA1(0fe47fdbf183683c569785fc6b980337a9cfde95) )
|
||||
ROM_LOAD( "405g04", 0x8000, 0x2000, CRC(f064a9bc) SHA1(4f1b94a880385c6ba74cc0883b24f6fec934e35d) )
|
||||
ROM_LOAD( "405g03", 0xa000, 0x2000, CRC(b9de7d53) SHA1(5a4e5491ff3511992d949367fd7b5d383c2727db) )
|
||||
ROM_LOAD( "405g02", 0xc000, 0x2000, CRC(e98470a0) SHA1(79af25af941fe357a8c9f0a2f11e5558670b8027) )
|
||||
ROM_LOAD( "405g01", 0xe000, 0x2000, CRC(1bd0cd2e) SHA1(d162f9b989f718d9882a02a8c64743adf3d8e239) )
|
||||
ROM_LOAD( "405g05.14j", 0x6000, 0x2000, CRC(336dc0ab) SHA1(0fe47fdbf183683c569785fc6b980337a9cfde95) )
|
||||
ROM_LOAD( "405g04.13j", 0x8000, 0x2000, CRC(f064a9bc) SHA1(4f1b94a880385c6ba74cc0883b24f6fec934e35d) )
|
||||
ROM_LOAD( "405g03.11j", 0xa000, 0x2000, CRC(b9de7d53) SHA1(5a4e5491ff3511992d949367fd7b5d383c2727db) )
|
||||
ROM_LOAD( "405g02.10j", 0xc000, 0x2000, CRC(e98470a0) SHA1(79af25af941fe357a8c9f0a2f11e5558670b8027) )
|
||||
ROM_LOAD( "405g01.9j", 0xe000, 0x2000, CRC(1bd0cd2e) SHA1(d162f9b989f718d9882a02a8c64743adf3d8e239) )
|
||||
|
||||
ROM_REGION( 0x10000, "audiocpu", 0 ) /* roms located on Sound Board */
|
||||
ROM_LOAD( "405e13.7a", 0x0000, 0x2000, CRC(1ec7458b) SHA1(a015b982bff5f9e7ece33f2e69ff8c6c2174e710) )
|
||||
@ -327,12 +339,12 @@ ROM_START( sbasketg )
|
||||
ROM_LOAD( "405e12.22f", 0x0000, 0x4000, CRC(e02c54da) SHA1(2fa19f3bce894ef05820f95e0b88428e4f946a35) )
|
||||
|
||||
ROM_REGION( 0x0c000, "gfx2", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405e06", 0x0000, 0x2000, CRC(7e2f5bb2) SHA1(e22008c0ef7ae000dcca7f43a386d43064aaea62) )
|
||||
ROM_LOAD( "405e07", 0x2000, 0x2000, CRC(963a44f9) SHA1(03cd7699668b010f27af025ba6bd44509526ec7b) )
|
||||
ROM_LOAD( "405e08", 0x4000, 0x2000, CRC(63901deb) SHA1(c65d896298846ed8b70a4d38b32820746214fa5c) )
|
||||
ROM_LOAD( "405e09", 0x6000, 0x2000, CRC(e1873677) SHA1(19788e43cc1a6cf5ab375cbc2c745bb6cc8c163d) )
|
||||
ROM_LOAD( "405e10", 0x8000, 0x2000, CRC(824815e8) SHA1(470e9d74fa2c397605a74e0bf173a6d9db4cc721) )
|
||||
ROM_LOAD( "405e11", 0xa000, 0x2000, CRC(dca9b447) SHA1(12d7e85dc2fc6bd4ea7ad9035ae0b7487e4bc4bc) )
|
||||
ROM_LOAD( "405e06.14g", 0x0000, 0x2000, CRC(7e2f5bb2) SHA1(e22008c0ef7ae000dcca7f43a386d43064aaea62) )
|
||||
ROM_LOAD( "405e07.16g", 0x2000, 0x2000, CRC(963a44f9) SHA1(03cd7699668b010f27af025ba6bd44509526ec7b) )
|
||||
ROM_LOAD( "405e08.17g", 0x4000, 0x2000, CRC(63901deb) SHA1(c65d896298846ed8b70a4d38b32820746214fa5c) )
|
||||
ROM_LOAD( "405e09.19g", 0x6000, 0x2000, CRC(e1873677) SHA1(19788e43cc1a6cf5ab375cbc2c745bb6cc8c163d) )
|
||||
ROM_LOAD( "405e10.20g", 0x8000, 0x2000, CRC(824815e8) SHA1(470e9d74fa2c397605a74e0bf173a6d9db4cc721) )
|
||||
ROM_LOAD( "405e11.22g", 0xa000, 0x2000, CRC(dca9b447) SHA1(12d7e85dc2fc6bd4ea7ad9035ae0b7487e4bc4bc) )
|
||||
|
||||
ROM_REGION( 0x0500, "proms", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405e17.5a", 0x0000, 0x0100, CRC(b4c36d57) SHA1(c4a63f57edce2b9588e2394ff54a28f91213d550) ) /* palette red component */
|
||||
@ -352,11 +364,11 @@ ROM_END
|
||||
|
||||
ROM_START( sbaskete )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405e05", 0x6000, 0x2000, CRC(32ea5b71) SHA1(d917c31d2c9a7229396e4a930e8d27394329533a) )
|
||||
ROM_LOAD( "405e04", 0x8000, 0x2000, CRC(7abf3087) SHA1(fbaaaaae0b8bed1bc6ad7f2da267c2ef8bd75b15) )
|
||||
ROM_LOAD( "405e03", 0xa000, 0x2000, CRC(9c6fcdcd) SHA1(a644ec98f49f84311829149c181aba25e7681793) )
|
||||
ROM_LOAD( "405e02", 0xc000, 0x2000, CRC(0f145648) SHA1(2e238eb0663295887bf6b4905f1fd386db16d82a) )
|
||||
ROM_LOAD( "405e01", 0xe000, 0x2000, CRC(6a27f1b1) SHA1(38c0be98fb122a7a6ed833af011bda5663a06510) )
|
||||
ROM_LOAD( "405e05.14j", 0x6000, 0x2000, CRC(32ea5b71) SHA1(d917c31d2c9a7229396e4a930e8d27394329533a) )
|
||||
ROM_LOAD( "405e04.13j", 0x8000, 0x2000, CRC(7abf3087) SHA1(fbaaaaae0b8bed1bc6ad7f2da267c2ef8bd75b15) )
|
||||
ROM_LOAD( "405e03.11j", 0xa000, 0x2000, CRC(9c6fcdcd) SHA1(a644ec98f49f84311829149c181aba25e7681793) )
|
||||
ROM_LOAD( "405e02.10j", 0xc000, 0x2000, CRC(0f145648) SHA1(2e238eb0663295887bf6b4905f1fd386db16d82a) )
|
||||
ROM_LOAD( "405e01.9j", 0xe000, 0x2000, CRC(6a27f1b1) SHA1(38c0be98fb122a7a6ed833af011bda5663a06510) )
|
||||
|
||||
ROM_REGION( 0x10000, "audiocpu", 0 ) /* roms located on Sound Board */
|
||||
ROM_LOAD( "405e13.7a", 0x0000, 0x2000, CRC(1ec7458b) SHA1(a015b982bff5f9e7ece33f2e69ff8c6c2174e710) )
|
||||
@ -365,12 +377,12 @@ ROM_START( sbaskete )
|
||||
ROM_LOAD( "405e12.22f", 0x0000, 0x4000, CRC(e02c54da) SHA1(2fa19f3bce894ef05820f95e0b88428e4f946a35) )
|
||||
|
||||
ROM_REGION( 0x0c000, "gfx2", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405e06", 0x0000, 0x2000, CRC(7e2f5bb2) SHA1(e22008c0ef7ae000dcca7f43a386d43064aaea62) )
|
||||
ROM_LOAD( "405e07", 0x2000, 0x2000, CRC(963a44f9) SHA1(03cd7699668b010f27af025ba6bd44509526ec7b) )
|
||||
ROM_LOAD( "405e08", 0x4000, 0x2000, CRC(63901deb) SHA1(c65d896298846ed8b70a4d38b32820746214fa5c) )
|
||||
ROM_LOAD( "405e09", 0x6000, 0x2000, CRC(e1873677) SHA1(19788e43cc1a6cf5ab375cbc2c745bb6cc8c163d) )
|
||||
ROM_LOAD( "405e10", 0x8000, 0x2000, CRC(824815e8) SHA1(470e9d74fa2c397605a74e0bf173a6d9db4cc721) )
|
||||
ROM_LOAD( "405e11", 0xa000, 0x2000, CRC(dca9b447) SHA1(12d7e85dc2fc6bd4ea7ad9035ae0b7487e4bc4bc) )
|
||||
ROM_LOAD( "405e06.14g", 0x0000, 0x2000, CRC(7e2f5bb2) SHA1(e22008c0ef7ae000dcca7f43a386d43064aaea62) )
|
||||
ROM_LOAD( "405e07.16g", 0x2000, 0x2000, CRC(963a44f9) SHA1(03cd7699668b010f27af025ba6bd44509526ec7b) )
|
||||
ROM_LOAD( "405e08.17g", 0x4000, 0x2000, CRC(63901deb) SHA1(c65d896298846ed8b70a4d38b32820746214fa5c) )
|
||||
ROM_LOAD( "405e09.19g", 0x6000, 0x2000, CRC(e1873677) SHA1(19788e43cc1a6cf5ab375cbc2c745bb6cc8c163d) )
|
||||
ROM_LOAD( "405e10.20g", 0x8000, 0x2000, CRC(824815e8) SHA1(470e9d74fa2c397605a74e0bf173a6d9db4cc721) )
|
||||
ROM_LOAD( "405e11.22g", 0xa000, 0x2000, CRC(dca9b447) SHA1(12d7e85dc2fc6bd4ea7ad9035ae0b7487e4bc4bc) )
|
||||
|
||||
ROM_REGION( 0x0500, "proms", 0 ) /* roms located on the CPU/Video board */
|
||||
ROM_LOAD( "405e17.5a", 0x0000, 0x0100, CRC(b4c36d57) SHA1(c4a63f57edce2b9588e2394ff54a28f91213d550) ) /* palette red component */
|
||||
|
@ -1532,8 +1532,8 @@ static DRIVER_INIT( ixion )
|
||||
GAME( 1982, zaxxon, 0, zaxxon, zaxxon, 0, ROT90, "Sega", "Zaxxon (set 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, zaxxon2, zaxxon, zaxxon, zaxxon, 0, ROT90, "Sega", "Zaxxon (set 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, zaxxonb, zaxxon, zaxxon, zaxxon, zaxxonb, ROT90, "bootleg", "Jackson", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, szaxxon, 0, zaxxon, szaxxon, szaxxon, ROT90, "Sega", "Super Zaxxon", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1984, futspy, 0, futspy, futspy, futspy, ROT90, "Sega", "Future Spy", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1982, szaxxon, 0, zaxxon, szaxxon, szaxxon, ROT90, "Sega", "Super Zaxxon (315-5013)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1984, futspy, 0, futspy, futspy, futspy, ROT90, "Sega", "Future Spy (315-5061)", GAME_SUPPORTS_SAVE )
|
||||
|
||||
/* these games run on modified Zaxxon hardware with no skewing, extra inputs, and a */
|
||||
/* G-80 Universal Sound Board */
|
||||
|
Loading…
Reference in New Issue
Block a user