mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
fixed a few rom labels in the Nemesis UK set. The roms are copies of the parent but on a real PCB the are labeled different. This correction fixes that.
This commit is contained in:
parent
daced6c6ed
commit
ed178e3eb8
@ -2167,13 +2167,13 @@ ROM_START( nemesisuk )
|
||||
ROM_LOAD16_BYTE( "456-e05.12c", 0x00001, 0x8000, CRC(c9761c78) SHA1(bfd63517efa820a05a0d9a908dd0917cd0d01b77) )
|
||||
ROM_LOAD16_BYTE( "456-e02.13a", 0x10000, 0x8000, CRC(f6169c4b) SHA1(047a204fbcf8c24eca2db7197d4297e5a28c2b42) )
|
||||
ROM_LOAD16_BYTE( "456-e06.13c", 0x10001, 0x8000, CRC(af58c548) SHA1(a15725c14b6e7840c84ab2bd4cf3668bbaf35abf) )
|
||||
ROM_LOAD16_BYTE( "456-d03.14a", 0x20000, 0x8000, CRC(8cefb25f) SHA1(876b1974ca76ca89f8b8ea45b4ba9ec82d7c7228) ) /* Labeled "E03" but same as above set */
|
||||
ROM_LOAD16_BYTE( "456-d07.14c", 0x20001, 0x8000, CRC(d50b82cb) SHA1(71e9fbe51272788e2ef6f150c7bff59ac8c28f1d) ) /* Labeled "E07" but same as above set */
|
||||
ROM_LOAD16_BYTE( "456-e03.14a", 0x20000, 0x8000, CRC(8cefb25f) SHA1(876b1974ca76ca89f8b8ea45b4ba9ec82d7c7228) ) /* Labeled "E03" but same as above set */
|
||||
ROM_LOAD16_BYTE( "456-e07.14c", 0x20001, 0x8000, CRC(d50b82cb) SHA1(71e9fbe51272788e2ef6f150c7bff59ac8c28f1d) ) /* Labeled "E07" but same as above set */
|
||||
ROM_LOAD16_BYTE( "456-e04.15a", 0x30000, 0x8000, CRC(322423d0) SHA1(6106b607132a09193353f339d06032a13b1e3de8) )
|
||||
ROM_LOAD16_BYTE( "456-e08.15c", 0x30001, 0x8000, CRC(eb656266) SHA1(2f4abea282d30775f7a25747eb41bfd8d5299967) )
|
||||
|
||||
ROM_REGION( 0x10000, "audiocpu", 0 ) /* 64k for sound */
|
||||
ROM_LOAD( "456-d09.9c", 0x00000, 0x4000, CRC(26bf9636) SHA1(009dcbf18ea6230fc75a72232bd4fc29ad28dbf0) )
|
||||
ROM_LOAD( "456-b09.9c", 0x00000, 0x4000, CRC(26bf9636) SHA1(009dcbf18ea6230fc75a72232bd4fc29ad28dbf0) ) /* Labeled "B09" but same as above set */
|
||||
|
||||
ROM_REGION( 0x0200, "k007232", 0 ) /* 2x 256 byte for 0005289 wavetable data */
|
||||
ROM_LOAD( "400-a01.fse", 0x00000, 0x0100, CRC(5827b1e8) SHA1(fa8cf5f868cfb08bce203baaebb6c4055ee2a000) )
|
||||
|
Loading…
Reference in New Issue
Block a user