Fixed bug 01958: skns: Segfaults on load

This commit is contained in:
Pierpaolo Prazzoli 2008-08-06 20:59:33 +00:00
parent aa90d1cf72
commit 33b7088c2a

View File

@ -1144,9 +1144,15 @@ ROM_START( skns )
ROM_LOAD ( "sknsu1.u10", 0x000000, 0x080000, CRC(384d21ec) SHA1(a27e8a18099d9cea64fa32db28d01101c2a78815) ) /* USA BIOS */
ROM_LOAD ( "sknsk1.u10", 0x000000, 0x080000, CRC(ff1c9f79) SHA1(a51e598d43e76d37da69b1f094c111273bdfc94a) ) /* Korea BIOS */
ROM_REGION32_BE( 0x200000, "user1", ROMREGION_ERASE00 ) /* SH-2 Code mapped at 0x04000000 */
ROM_REGION( 0x800000, "gfx1", ROMREGION_ERASE00 ) /* Sprites */
ROM_REGION( 0x800000, "gfx2", ROMREGION_ERASE00 | ROMREGION_DISPOSE ) /* Tiles Plane A */
ROM_REGION( 0x800000, "gfx3", ROMREGION_ERASE00 ) /* Tiles Plane B */
ROM_REGION( 0x400000, "ymz", ROMREGION_ERASE00 ) /* Samples */
ROM_END
ROM_START( cyvern )