trunk/src/mame/drivers/quantum.c
| r249083 | r249084 | |
| 12 | 12 | Known bugs: |
| 13 | 13 | * none at this time |
| 14 | 14 | |
| 15 | NOTE: The Atari 136002-125 PROM in the sets below wasn't dumped from an actual |
| 16 | Quantum PCB. It is assumed all Atari 136002-125 PROMs are the same data. |
| 17 | |
| 15 | 18 | **************************************************************************** |
| 16 | 19 | |
| 17 | 20 | Memory map |
| r249083 | r249084 | |
| 333 | 336 | ROM_LOAD16_BYTE( "136016.110", 0x010001, 0x002000, CRC(acb50363) SHA1(9efa9ca88efdd2d5e212bd537903892b67b4fe53) ) |
| 334 | 337 | /* AVG PROM */ |
| 335 | 338 | ROM_REGION( 0x100, "user1", 0 ) |
| 336 | | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) /* Not dumped from a Quantum PCB, assumes all Atari 136002-125 PROMs are the same data */ |
| 339 | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) |
| 337 | 340 | |
| 338 | 341 | ROM_REGION( 0x200, "plds", 0 ) |
| 339 | | ROM_LOAD( "137290-001.1b", 0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */ |
| 342 | ROM_LOAD( "cf2038n.1b", 0x0000, 0x00eb, CRC(b372fa4f) SHA1(a60b51849e9f691b412ae4c4afc834ff93d8a30f) ) /* Original chip is a 82S153, schematics refer to this chip as 137290-001 */ |
| 340 | 343 | ROM_END |
| 341 | 344 | |
| 342 | 345 | |
| r249083 | r249084 | |
| 354 | 357 | ROM_LOAD16_BYTE( "136016.110", 0x010001, 0x002000, CRC(acb50363) SHA1(9efa9ca88efdd2d5e212bd537903892b67b4fe53) ) |
| 355 | 358 | /* AVG PROM */ |
| 356 | 359 | ROM_REGION( 0x100, "user1", 0 ) |
| 357 | | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) /* Not dumped from a Quantum PCB, assumes all Atari 136002-125 PROMs are the same data */ |
| 360 | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) |
| 358 | 361 | |
| 359 | 362 | ROM_REGION( 0x200, "plds", 0 ) |
| 360 | | ROM_LOAD( "137290-001.1b", 0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */ |
| 363 | ROM_LOAD( "cf2038n.1b", 0x0000, 0x00eb, CRC(b372fa4f) SHA1(a60b51849e9f691b412ae4c4afc834ff93d8a30f) ) /* Original chip is a 82S153, schematics refer to this chip as 137290-001 */ |
| 361 | 364 | ROM_END |
| 362 | 365 | |
| 363 | 366 | |
| r249083 | r249084 | |
| 375 | 378 | ROM_LOAD16_BYTE( "quantump.3l", 0x010001, 0x002000, CRC(e19de844) SHA1(cb4f9d80807b26d6b95405b2d830799984667f54) ) |
| 376 | 379 | /* AVG PROM */ |
| 377 | 380 | ROM_REGION( 0x100, "user1", 0 ) |
| 378 | | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) /* Not dumped from a Quantum PCB, assumes all Atari 136002-125 PROMs are the same data */ |
| 381 | ROM_LOAD( "136002-125.6h", 0x0000, 0x0100, CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) ) |
| 379 | 382 | |
| 380 | 383 | ROM_REGION( 0x200, "plds", 0 ) |
| 381 | | ROM_LOAD( "137290-001.1b", 0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */ |
| 384 | ROM_LOAD( "cf2038n.1b", 0x0000, 0x00eb, CRC(b372fa4f) SHA1(a60b51849e9f691b412ae4c4afc834ff93d8a30f) ) /* Original chip is a 82S153, schematics refer to this chip as 137290-001 */ |
| 382 | 385 | ROM_END |
| 383 | 386 | |
| 384 | 387 | |