(mess) pc9801: this patch no longer works, it's not even needed (nw)

This commit is contained in:
cracyc 2014-10-25 10:14:13 -05:00
parent 89840fe6eb
commit 75ec87e1ec

View File

@ -3969,10 +3969,6 @@ ROM_START( pc9801ux )
ROM_REGION( 0x60000, "ipl", ROMREGION_ERASEFF )
ROM_LOAD( "itf_ux.rom", 0x18000, 0x08000, CRC(c7942563) SHA1(61bb210d64c7264be939b11df1e9cd14ffeee3c9) )
ROM_LOAD( "bios_ux.rom", 0x28000, 0x18000, BAD_DUMP CRC(97375ca2) SHA1(bfe458f671d90692104d0640730972ca8dc0a100) )
// floppy recalibration happens too fast so skip this test
ROM_FILL(0x3f60a, 1, 0xff)
// correct checksum
ROM_FILL(0x3fffe, 1, 0x9a)
ROM_REGION( 0x10000, "sound_bios", 0 )
ROM_LOAD( "sound_ux.rom", 0x0000, 0x4000, CRC(80eabfde) SHA1(e09c54152c8093e1724842c711aed6417169db23) )