ToToTEK.COM Forum Index ToToTEK.COM
Help & Support Forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to save

 
Post new topic   Reply to topic    ToToTEK.COM Forum Index -> MD-PRO Flash Cart
View previous topic :: View next topic  
Author Message
segabob



Joined: 05 Mar 2004
Posts: 79
Location: USA

PostPosted: Fri Aug 20, 2004 3:30 am    Post subject: How to save Reply with quote

Sram support 4 different games with 256K save
Battery backup sram, can be read back to computer file
Support different format rom file, *.SMD, *.BIN, MGD2 form

I am not sure how to save to the computer>>??
When you go to save it's aske you for and hex address ???

How do you figure out what your current save address is at.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
dbjh



Joined: 02 Aug 2003
Posts: 167

PostPosted: Sat Aug 21, 2004 11:27 am    Post subject: Re: How to save Reply with quote

Each game (that uses SRAM) gets 32 kB at its disposal. For some reason each "SRAM byte" gets two bytes on the MD-PRO, which means that the MD-PRO has effectively 128 kB. So, the SRAM data of the first game (that uses SRAM) starts at address 0, the SRAM data of the second game starts at 65536 (64 * 1024), and so on. You can use for example Windows' calculator (in "scientific" mode) to convert from decimal to hexadecimal. However, because you will usually only want to know multiples of 64 kB I can just as well mention them here:
Code:
decimal hexadecimal
0       0
64 kB   0x10000
128 kB  0x20000
192 kB  0x30000


Let us know if this works for you (maybe the official software uses "logical" addresses - I don't know).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ToToTEK.COM Forum Index -> MD-PRO Flash Cart All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group