Tokugawa Corporate Forums

Retro Japanese Computing
It is currently March 28th, 2024, 11:27 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: March 18th, 2013, 10:29 am 
Offline

Joined: November 8th, 2011, 9:58 am
Posts: 166
I managed to find a dump for the Super Cassette Vision Doraemon game, but all the versions I can find have the file split into two with the file extensions .0 and .1. It was even brought up as an error on one of the forums dealing with the orginal torrent/DL pack.

Unfortunately there was no definite answer there. I was wondering, is there a better version out there, or is there a way to use these to somehow make the game run ?

Tried accessing the files in zip, but it only starts up the Test Screen.


Top
 Profile  
 
PostPosted: March 18th, 2013, 1:52 pm 
Offline
User avatar

Joined: May 21st, 2011, 7:33 am
Posts: 377
MESS (scv driver)

You have to use the software list to load the Doraemon game.
The scv.xml (hash file) is needed to parse this multifile game.

Code:
   <software name="doraemon">
      <description>Doraemon</description>
      <year>1985</year>
      <publisher>Epoch</publisher>
      <part name="cart" interface="scv_cart">
         <dataarea name="rom" size="65536">
            <rom name="doraemon.0" size="32768" crc="ee0b874d" sha1="425eb6ed31faa2afdecc216145616f577f72db9a" offset="0" />
            <rom name="doraemon.1" size="32768" crc="d2de91a6" sha1="6aba5ee3d08afad222bec9a176c2607829fa5cc6" offset="0x8000" />
         </dataarea>
      </part>
   </software>

If you have further questions to MESS and the software list, please visit/contact the MESS forum (see the link in my signature).

_________________
Anna's Playground for QMC2
Official MESS Message Board


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group