diff options
author | 2013-05-21 07:08:45 +0000 | |
---|---|---|
committer | 2013-05-21 07:08:45 +0000 | |
commit | a1ece8f17533739a515cb259ed10800c7ca985cd (patch) | |
tree | 44ebbd5b025a5925b22314fcd7bb64928cf58ee1 /src/mess/drivers/vii.c | |
parent | 7e1e79610e88bb53847caca067f3dc7836a81539 (diff) |
(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...
Diffstat (limited to 'src/mess/drivers/vii.c')
-rw-r--r-- | src/mess/drivers/vii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/vii.c b/src/mess/drivers/vii.c index d376bcd3bbd..fdfcd175666 100644 --- a/src/mess/drivers/vii.c +++ b/src/mess/drivers/vii.c @@ -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 |