Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04824 Documentation Minor Always May 13, 2012, 16:29 May 13, 2012, 17:35
Tester Pythagoras View Status Public Platform MAME (Official Binary)
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.145u8 Fixed in Version 0.146 Build
Fixed in Git Commit Github Pull Request #
Summary 04824: xmvsfu1d: In-Game selftest fails on program rom 3 & 4
Description Rom "xvsd.05a" and "xvsd.07" should be replaced with "xvs.05a" and ""xvs.07" from the original "xmvsfur1" romset. (The ones included now are bad dumps of the original roms).


The working driver code will look like this:

ROM_START( xmvsfu1d )
ROM_REGION( CODE_SIZE, "maincpu", 0 ) /* 68000 code */
ROM_LOAD16_WORD_SWAP( "xvsud.03h", 0x000000, 0x80000, CRC(4e2e76b7) SHA1(812ebe4063a1c5d8c86200a51e6ab00e57e02869) )
ROM_LOAD16_WORD_SWAP( "xvsud.04h", 0x080000, 0x80000, CRC(290c61a7) SHA1(f0d409048c9d477ee98e6df92febcd4492a291ee) )
ROM_LOAD16_WORD_SWAP( "xvs.05a", 0x100000, 0x80000, CRC(7db6025d) SHA1(2d74f48f83f45359bfaca28ab686625766af12ee) )
ROM_LOAD16_WORD_SWAP( "xvs.06a", 0x180000, 0x80000, CRC(e8e2c75c) SHA1(929408cb5d98e95cec75ea58e4701b0cbdbcd016) )
ROM_LOAD16_WORD_SWAP( "xvs.07", 0x200000, 0x80000, CRC(08F0ABED) SHA1(EF16C376232DBA63B0B9BC3AA0640F9001CCB68A) )
ROM_LOAD16_WORD_SWAP( "xvs.08", 0x280000, 0x80000, CRC(81929675) SHA1(19cf7afbc1daaefec40195e40ba74970f3906a1c) )
ROM_LOAD16_WORD_SWAP( "xvs.09", 0x300000, 0x80000, CRC(9641f36b) SHA1(dcba3482d1ba37ccfb30d402793ee063c6621aed) )


After this modification the game will pass the romtest and work as expected
Steps To Reproduce mame xmvsfu1d. Press F2 after the "Phoenix Edition" logo disappears. Do a romtest (8. Memory Check)...
 
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems xmvsfu1d
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.08573
Tafoid
Administrator
May 13, 2012, 17:22
This is already fixed via external submission for 0.146 by Barry Harris (fba)
User avatar
No.08574
Pythagoras
Tester
May 13, 2012, 17:35
Good :)