Previous 199869 Revisions Next

r40565 Tuesday 1st September, 2015 at 03:41:40 UTC by Brian Troha
quantum.c: Doc update - NW

Add note about AVG prom assumed to be the same, remove BAD_DUMP
Add note about PLD, was a 82N153, but equations are for GAL16V8 replacement
[src/mame/drivers]quantum.c

trunk/src/mame/drivers/quantum.c
r249076r249077
333333   ROM_LOAD16_BYTE( "136016.110",   0x010001, 0x002000, CRC(acb50363) SHA1(9efa9ca88efdd2d5e212bd537903892b67b4fe53) )
334334   /* AVG PROM */
335335   ROM_REGION( 0x100, "user1", 0 )
336   ROM_LOAD( "136002-125.6h",   0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
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 */
337337
338338   ROM_REGION( 0x200, "plds", 0 )
339   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) // GAL16V8
339   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */
340340ROM_END
341341
342342
r249076r249077
354354   ROM_LOAD16_BYTE( "136016.110",   0x010001, 0x002000, CRC(acb50363) SHA1(9efa9ca88efdd2d5e212bd537903892b67b4fe53) )
355355   /* AVG PROM */
356356   ROM_REGION( 0x100, "user1", 0 )
357   ROM_LOAD( "136002-125.6h",   0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
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 */
358358
359359   ROM_REGION( 0x200, "plds", 0 )
360   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) // GAL16V8
360   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */
361361ROM_END
362362
363363
r249076r249077
375375   ROM_LOAD16_BYTE( "quantump.3l",  0x010001, 0x002000, CRC(e19de844) SHA1(cb4f9d80807b26d6b95405b2d830799984667f54) )
376376   /* AVG PROM */
377377   ROM_REGION( 0x100, "user1", 0 )
378   ROM_LOAD( "136002-125.6h",   0x0000, 0x0100, BAD_DUMP CRC(5903af03) SHA1(24bc0366f394ad0ec486919212e38be0f08d0239) )
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 */
379379
380380   ROM_REGION( 0x200, "plds", 0 )
381   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) // GAL16V8
381   ROM_LOAD( "137290-001.1b",   0x0000, 0x0117, CRC(938a4598) SHA1(e5b6ddb1b4bb5546d3a0da5d00ce7c57a9e8e769) ) /* Original chip is a 82S153, recompiled equations for a GAL16V8 replacement */
382382ROM_END
383383
384384


Previous 199869 Revisions Next


© 1997-2024 The MAME Team