trunk/src/mess/drivers/merlin.c
| r18833 | r18834 | |
| 196 | 196 | |
| 197 | 197 | ROM_START( merlin ) |
| 198 | 198 | ROM_REGION( 0x800, "maincpu", 0 ) |
| 199 | | ROM_LOAD( "mp3404", 0x0000, 0x800, CRC(9362d9f9) SHA1(266d2a4a98cc33944a4fc7ed073ba9321bba8e05) ) |
| 199 | // This rom needs verification, that's why it is marked as a bad dump |
| 200 | // We had to change one byte in the original dump at offset 0x096 from |
| 201 | // 0x5E to 0x1E to make 'Music Machine' working. |
| 202 | // The hashes below are from the manually changed dump |
| 203 | ROM_LOAD( "mp3404", 0x0000, 0x800, BAD_DUMP CRC(7515a75d) SHA1(76ca3605d3fde1df62f79b9bb1f534c2a2ae0229) ) |
| 200 | 204 | ROM_END |
| 201 | 205 | |
| 202 | 206 | /*************************************************************************** |