PINmame sync (nw)

This commit is contained in:
Ivan Vangelista 2019-12-20 19:47:48 +01:00
parent 43f51f4525
commit ef97edfddb
2 changed files with 11 additions and 5 deletions

View File

@ -729,7 +729,7 @@ ROM_END
/-------------------------------------------------------------------*/
ROM_START(tmacltd4)
ROM_REGION(0x2000, "roms", 0)
ROM_LOAD("tm4-l.bin", 0x0000, 0x1000, NO_DUMP)
ROM_LOAD("tm4-l.bin", 0x0000, 0x1000, CRC(69691662) SHA1(3d86314967075e3f5b168c8d7bf6b26bbbb957bd))
ROM_LOAD("tm4-h.bin", 0x1000, 0x1000, CRC(f5f97992) SHA1(ba31f71a600e7061b500e0750f50643503e52a80))
ROM_END

View File

@ -686,8 +686,11 @@ ROM_START(tz_p3)
ROM_REGION(0x80000, "code", 0)
ROM_LOAD("tz_p3.bin", 0x00000, 0x80000, CRC(f3b1fd9f) SHA1(aa551fc6638e79edf10fbe89127c55372cc3cb58))
ROM_REGION(0x180000, "sound1", 0)
ROM_LOAD("u14-sp1.040", 0x000000, 0x80000, CRC(ad7cb98b) SHA1(a84bf157cb535acaf811e93ad22a505e1dd08dad))
ROM_LOAD("u15-sp1.040", 0x080000, 0x80000, CRC(0f17c9e9) SHA1(fcaa6f87ebd03222e3a40be08eb5aa6a5e002a8b))
ROM_LOAD("tzu14_l2.rom", 0x000000, 0x20000, CRC(5a67bd56) SHA1(98669fbfdc5793bcf09fe72c231e2b4fa2524cc5))
ROM_RELOAD( 0x000000 + 0x20000, 0x20000)
ROM_RELOAD( 0x000000 + 0x40000, 0x20000)
ROM_RELOAD( 0x000000 + 0x60000, 0x20000)
ROM_LOAD("tzu15_l2.rom", 0x080000, 0x80000, CRC(389d2442) SHA1(58a4bc7cc7a28b47c75d5c9bbf14abf34bd7a9e3))
ROM_LOAD("tzu18_p3.rom", 0x100000, 0x80000, CRC(1f750672) SHA1(033c6e261201a17667110069b7570fe90490286b))
ROM_END
@ -696,8 +699,11 @@ ROM_START(tz_p4)
ROM_REGION(0x80000, "code", 0)
ROM_LOAD("tz_p4.rom", 0x00000, 0x80000, CRC(5a662df5) SHA1(0f609ff59549225d56b913c3bf928b58f7bf1ca5))
ROM_REGION(0x180000, "sound1", 0)
ROM_LOAD("u14-sp1.040", 0x000000, 0x80000, CRC(ad7cb98b) SHA1(a84bf157cb535acaf811e93ad22a505e1dd08dad))
ROM_LOAD("u15-sp1.040", 0x080000, 0x80000, CRC(0f17c9e9) SHA1(fcaa6f87ebd03222e3a40be08eb5aa6a5e002a8b))
ROM_LOAD("tzu14_l2.rom", 0x000000, 0x20000, CRC(5a67bd56) SHA1(98669fbfdc5793bcf09fe72c231e2b4fa2524cc5))
ROM_RELOAD( 0x000000 + 0x20000, 0x20000)
ROM_RELOAD( 0x000000 + 0x40000, 0x20000)
ROM_RELOAD( 0x000000 + 0x60000, 0x20000)
ROM_LOAD("tzu15_l2.rom", 0x080000, 0x80000, CRC(389d2442) SHA1(58a4bc7cc7a28b47c75d5c9bbf14abf34bd7a9e3))
ROM_LOAD("tzu18_p3.rom", 0x100000, 0x80000, CRC(1f750672) SHA1(033c6e261201a17667110069b7570fe90490286b))
ROM_END