diff options
| author | 2010-07-24 19:49:16 +0000 | |
|---|---|---|
| committer | 2010-07-24 19:49:16 +0000 | |
| commit | bb1178538cc5605976ccc71f43c070cfbf29adf3 (patch) | |
| tree | f2314f223a4eb1af5da2bf0207b37372547bf9a7 /src | |
| parent | 73de5b8070fdd012271d040d172782a13dc18a82 (diff) | |
remove BAD_DUMP from the tms320e15.bin in the AmeriDarts sets and the MCU code passes it's internal checksum routine.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/coolpool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/coolpool.c b/src/mame/drivers/coolpool.c index 82564e41bd7..6415a6f4402 100644 --- a/src/mame/drivers/coolpool.c +++ b/src/mame/drivers/coolpool.c @@ -946,7 +946,7 @@ ROM_START( amerdart ) /* You need to check the sum16 values listed on the labels ROM_LOAD16_BYTE( "ameri corp copyright 1989 u58 48af", 0x080000, 0x10000, CRC(f1b3d7c4) SHA1(7b897230d110be7a5eb05eda927d00561ebb9ce3) ) /* Different then set 2 or 3 */ ROM_REGION( 0x10000, "dsp", 0 ) /* TMS32015 code */ - ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, BAD_DUMP CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Hand repaired from decapped image */ + ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Passes internal checksum routine */ ROM_REGION( 0x100000, "user2", 0 ) /* TMS32015 audio sample data */ ROM_LOAD16_WORD( "ameri corp copyright 1989 u1 4461", 0x000000, 0x10000, CRC(3f459482) SHA1(d9d489efd0d9217fceb3bf1a3b37a78d6823b4d9) ) /* Different then set 2 or 3 */ @@ -981,7 +981,7 @@ ROM_START( amerdart2 ) /* You need to check the sum16 values listed on the label ROM_LOAD16_BYTE( "ameri corp copyright 1989 u58 0d81", 0x080000, 0x10000, CRC(8bb81975) SHA1(b7666572ab543991c7deaa0ebefb8b4526a7e386) ) /* Different then set 1 or 3 */ ROM_REGION( 0x10000, "dsp", 0 ) /* TMS32015 code */ - ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, BAD_DUMP CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Hand repaired from decapped image */ + ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Passes internal checksum routine */ ROM_REGION( 0x100000, "user2", 0 ) /* TMS32015 audio sample data */ ROM_LOAD16_WORD( "ameri corp copyright 1989 u1 222f", 0x000000, 0x10000, CRC(e2bb7f54) SHA1(39eeb61a852b93331f445cc1c993727e52959660) ) /* Different then set 1 */ @@ -1016,7 +1016,7 @@ ROM_START( amerdart3 ) /* You need to check the sum16 values listed on the label ROM_LOAD16_BYTE( "ameri corp copyright 1989 u58 729e", 0x080000, 0x10000, CRC(8cef479a) SHA1(80002e215416a11ff071523ee67218a1aabe155b) ) /* Different then set 2 or 3 */ ROM_REGION( 0x10000, "dsp", 0 ) /* TMS32015 code */ - ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, BAD_DUMP CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Hand repaired from decapped image */ + ROM_LOAD16_WORD( "tms320e15.bin", 0x0000, 0x2000, CRC(375DB4EA) SHA1(11689C89CE62F44F43CB8973B4EC6E6B0024ED14) ) /* Passes internal checksum routine */ ROM_REGION( 0x100000, "user2", 0 ) /* TMS32015 audio sample data */ ROM_LOAD16_WORD( "ameri corp copyright 1989 u1 222f", 0x000000, 0x10000, CRC(e2bb7f54) SHA1(39eeb61a852b93331f445cc1c993727e52959660) ) /* Same as set 2 */ |
