mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
(MESS) replaced previous dump with the correct one, from TeamEurope. nw.
I'm not sure it this is loaded correctly or if it should be loaded as vii, but it triggers unemulated opcodes in either way, so I leave it to whoever wants to work on it...
This commit is contained in:
parent
7e1e79610e
commit
a1ece8f175
@ -1209,7 +1209,7 @@ ROM_START( vsmile )
|
||||
ROM_REGION( 0x800000, "maincpu", ROMREGION_ERASEFF ) /* dummy region for u'nSP */
|
||||
|
||||
ROM_REGION( 0x2000000, "cart", ROMREGION_ERASE00 )
|
||||
ROM_LOAD16_WORD_SWAP( "bios german.bin", 0x000000, 0x100000, CRC(2bd4f3b1) SHA1(e49c21f2326944c4164ee703acdb9ad2e7044246) )
|
||||
ROM_LOAD16_WORD_SWAP( "bios german.bin", 0x000000, 0x200000, CRC(205c5296) SHA1(7fbcf761b5885c8b1524607aabaf364b4559c8cc) )
|
||||
ROM_CART_LOAD("cart", 0x0000, 0x2000000, ROM_MIRROR)
|
||||
ROM_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user