AntiPhotonz / sdl-mame-wii

Automatically exported from code.google.com/p/sdl-mame-wii
0 stars 0 forks source link

Error with "kinst" and "kinst2" #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load the games "kinst" or "kinst2"...

What is the expected output? What do you see instead?

Both the games should at least start loading, because the drivers are included, 
as mentioned in:
http://www.toadking.com/wiimame-0.4.txt
But instead the usual error message shows up:
"The selected game is missing one or more required ROM or CHD images.
Please select a different game."

What version of the product are you using? On what operating system?

v0.6 Wii

Please provide any additional information below.

I've checked my "kinst.zip" file (downloaded from www_mamest_com) and it has 
the exact same filenames and CRCs as the ones mentioned in 
"\trunk\src\mame\drivers\kinst.c":

ROM_LOAD( "ki-l15d.u98", 0x00000, 0x80000, CRC(7b65ca3d)
ROM_LOAD16_BYTE( "u10-l1", 0x000000, 0x80000, CRC(b6cc155f) ROM_LOAD16_BYTE( 
"u11-l1", 0x200000, 0x80000, CRC(0b5e05df) ROM_LOAD16_BYTE( "u12-l1", 0x400000, 
0x80000, CRC(d05ce6ad) ROM_LOAD16_BYTE( "u13-l1", 0x600000, 0x80000, 
CRC(7d0954ea) ROM_LOAD16_BYTE( "u33-l1", 0x800000, 0x80000, CRC(8bbe4f0c) 
ROM_LOAD16_BYTE( "u34-l1", 0xa00000, 0x80000, CRC(b2e73603) ROM_LOAD16_BYTE( 
"u35-l1", 0xc00000, 0x80000, CRC(0aaef4fc) ROM_LOAD16_BYTE( "u36-l1", 0xe00000, 
0x80000, CRC(0577bb60) 

So, I don't know why it does not work... :(
Can you fix this problem, please?

Original issue reported on code.google.com by francisc...@gmail.com on 14 Apr 2011 at 6:19