- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
04788 | Original Reference | Minor | Always | Apr 29, 2012, 16:55 | Apr 30, 2012, 22:28 |
Tester | Pythagoras | View Status | Public | Platform | |
Assigned To | Resolution | Fixed | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.145u7 | Fixed in Version | 0.145u8 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 04788: vsav2d: Several roms do not pass selftest. | ||||
Description | Several roms do not pass selftest. | ||||
Steps To Reproduce | mame vsav2d. Press F2 after the "phoenix Edition" logo disappears. Do a romtest (#8). | ||||
Additional Information |
Rom "vs2j_d.05" and "vs2j_d.08" should be replaced with "vs2j.05" and "vs2j.08" from the original "vsav2" romset. (The ones included now is just bad dumps of the original roms. Rom "vs2j_d.03" and "vs2j_d.04" are bad dumps of the "Phoenix Editions" roms. And should be replaced with the roms from here: (link deleted) And the working driver code should look like this: ROM_START( vsav2d ) ROM_REGION( CODE_SIZE, "maincpu", 0 ) /* 68000 code */ ROM_LOAD16_WORD_SWAP( "vs2j_d.03", 0x000000, 0x80000, CRC(50865f7b) SHA1(da16d64c4de0b14a39c4a19a00c59f59579d0bd8) ) ROM_LOAD16_WORD_SWAP( "vs2j_d.04", 0x080000, 0x80000, CRC(c3bff0e3) SHA1(e73c2d1fc006a74e3bb4c7a0e1b888b24b3f4c33) ) ROM_LOAD16_WORD_SWAP( "vs2j.05", 0x100000, 0x80000, CRC(61979638) SHA1(723e806f70a1cfcfcb37d59fae30bfd27a581f3a) ) ROM_LOAD16_WORD_SWAP( "vs2j.06", 0x180000, 0x80000, CRC(f37c5bc2) SHA1(d8c1040a6ee6b9fc677a6a32b99bf02b6a707812) ) ROM_LOAD16_WORD_SWAP( "vs2j.07", 0x200000, 0x80000, CRC(8f885809) SHA1(69dac07e1f483b6478f792d20a137d6a081fbea3) ) ROM_LOAD16_WORD_SWAP( "vs2j.08", 0x280000, 0x80000, CRC(2018c120) SHA1(da6a8f6ba160696b141117c7c0da6f459637a729) ) ROM_LOAD16_WORD_SWAP( "vs2j.09", 0x300000, 0x80000, CRC(fac3c217) SHA1(0e9dd54e401e6d7c4fe81107ffd27e42ca810fcb) ) ROM_LOAD16_WORD_SWAP( "vs2j.10", 0x380000, 0x80000, CRC(eb490213) SHA1(bf0416df66a33c7a4678ab4a047de334dfd3b31e) ) After this modification the game will pass the romtest and work as expected |
||||
Github Commit | |||||
Flags | Noted in Source | ||||
Regression Version | |||||
Affected Sets / Systems | vsav2d | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.08474
B2K24 Senior Tester
Apr 29, 2012, 17:35
|
confirmed again. 0, 1, 2, 5, all show NG |
---|