From b9f1565a41e4eca94b24317ba3bac8e239164425 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 1 Jun 2020 17:26:51 +0200 Subject: [PATCH] atlantis.cpp: dumped bios. 1.01 for mwskinst [coolmod] --- src/mame/drivers/atlantis.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/atlantis.cpp b/src/mame/drivers/atlantis.cpp index d9064c40eab..e2e00ffe54f 100644 --- a/src/mame/drivers/atlantis.cpp +++ b/src/mame/drivers/atlantis.cpp @@ -896,7 +896,7 @@ void atlantis_state::mwskins(machine_config &config) ROM_START( mwskins ) ROM_REGION32_LE( 0x80000, PCI_ID_NILE":rom", 0 ) /* 512k for R4310 code */ - ROM_LOAD( "skins_game_u4_boot_1.00.u4", 0x000000, 0x080000, CRC(0fe87720) SHA1(4b24abbe662a2d7b61e6a3f079e28b73605ba19f) ) + ROM_LOAD( "skins_game_u4_boot_1.00.u4", 0x000000, 0x080000, CRC(0fe87720) SHA1(4b24abbe662a2d7b61e6a3f079e28b73605ba19f) ) // EPR 1.00 Feb 14 2000 12:20:22 DISK_REGION(PCI_ID_IDE":ide:0:hdd:image" ) DISK_IMAGE( "mwskins", 0, SHA1(5cb293a6fdb2478293f48ddfc93cdd018acb2bb5) ) @@ -920,11 +920,11 @@ ROM_END ROM_START( mwskinst ) ROM_REGION32_LE( 0x80000, PCI_ID_NILE":rom", 0 ) /* 512k for R4310 code */ - // not dumped, using the one from mwskins, should be checked, even if it seems to work - ROM_LOAD( "skins_game_u4_boot_1.00.u4", 0x000000, 0x080000, BAD_DUMP CRC(0fe87720) SHA1(4b24abbe662a2d7b61e6a3f079e28b73605ba19f) ) + ROM_LOAD( "boot101.bin", 0x000000, 0x080000, CRC(8b02035f) SHA1(e7c6c2711052230c117a9342f38c185e311f2950) ) // EPR 1.01 Apr 13 2000 11:18:32 DISK_REGION(PCI_ID_IDE":ide:0:hdd:image" ) DISK_IMAGE( "mwskinst", 0, SHA1(1edcf05bd9d5c9d1422e84bd713d1d120940e365) ) + // another dump with data SHA1 cba09f0240dd797b554ae28b74416472d2327e5b is available, both have latest version 1.15 in the changelog at 0x934687 ROM_END /*************************************