mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
kofxi: Redumped mask ROMs due to error in TSOP70 adaptor [Cah4e3]
Game still doesn't boot in MAME (works in Demul) - Kale, if you're bored... :)
This commit is contained in:
parent
988b462047
commit
ae4981f8a9
@ -6822,13 +6822,13 @@ ROM_START( kofxi )
|
||||
|
||||
ROM_REGION( 0xf000000, "user1", ROMREGION_ERASE)
|
||||
ROM_LOAD( "ax3201p01.fmem1", 0x0000000, 0x0800000, CRC(6dbdd71b) SHA1(cce3897b104f5d923d8136485fc80eb9717ff4b5) )
|
||||
ROM_LOAD( "ax3201m01.mrom1", 0x1000000, 0x2000000, CRC(6b9933c3) SHA1(5f92e6ec988346fea0f53ef9968e930cc49784b7) )
|
||||
ROM_LOAD( "ax3202m01.mrom2", 0x3000000, 0x2000000, CRC(9e5fc27f) SHA1(de66c9a3c425e154af9384bf470007ee5b734ca8) )
|
||||
ROM_LOAD( "ax3207m01.mrom7", 0x5000000, 0x2000000, CRC(4acb6448) SHA1(ad15568c69701f4a04570bb374fe9f04f4e1435d) )
|
||||
ROM_LOAD( "ax3203m01.mrom3", 0x7000000, 0x2000000, CRC(56a1c9ea) SHA1(fbf6748cea8ebf2f0cea72c01fef77a50533e077) )
|
||||
ROM_LOAD( "ax3204m01.mrom4", 0x9000000, 0x2000000, CRC(47c59a1c) SHA1(c42f01f8ec2c6f82f3bc2d5f6d4c545c2ab84ef3) )
|
||||
ROM_LOAD( "ax3205m01.mrom5", 0xb000000, 0x2000000, CRC(027f97d3) SHA1(e81e8843ce142bf03e7a4d122ef882cd13767fda) )
|
||||
ROM_LOAD( "ax3206m01.mrom6", 0xd000000, 0x2000000, CRC(e922b8f2) SHA1(45dd5b804663807960b434aa9ed9f4e23ba66838) )
|
||||
ROM_LOAD( "ax3201m01.mrom1", 0x1000000, 0x2000000, CRC(7f9d6af9) SHA1(001064ad1b8c3408efe799dc766c2728dc6512a9) )
|
||||
ROM_LOAD( "ax3202m01.mrom2", 0x3000000, 0x2000000, CRC(1ae40afa) SHA1(9ee7957c86cc3a71e6971ddcd906a82c5b1e16f1) )
|
||||
ROM_LOAD( "ax3203m01.mrom3", 0x5000000, 0x2000000, CRC(8c5e3bfd) SHA1(b5443e2a1b88642cc57c5287a3122376c2d48de9) )
|
||||
ROM_LOAD( "ax3204m01.mrom4", 0x7000000, 0x2000000, CRC(ba97f80c) SHA1(36f672fe833e13f0bab036b02c39123066327e20) )
|
||||
ROM_LOAD( "ax3205m01.mrom5", 0x9000000, 0x2000000, CRC(3c747067) SHA1(54b7ff73d618e2e4e40c125c6cfe99016e69ad1a) )
|
||||
ROM_LOAD( "ax3206m01.mrom6", 0xb000000, 0x2000000, CRC(cb81e5f5) SHA1(07faee02a58ac9c600ab3cdd525d22c16b35222d) )
|
||||
ROM_LOAD( "ax3207m01.mrom7", 0xd000000, 0x2000000, CRC(164f6329) SHA1(a72c8cbe4ac7b98edda3d4434f6c81a370b8c39b) )
|
||||
ROM_END
|
||||
|
||||
/* Atomiswave */
|
||||
|
Loading…
Reference in New Issue
Block a user