#18449 - jonnyknowsbest - Fri Mar 26, 2004 3:27 pm
How would i go about coding a savegame routine?? Can anybody point me to any tutorials
Regards
Jonathan
Regards
Jonathan
tepples wrote: |
Which of these steps do you need explained further? |
LOst? wrote: |
Maybe how to put the bitstream into SRAM? Just a guess. |
Quote: |
Use the search function on this board to find topics about SRAM saving. And use a struct for the save data, and save the struct data with the sizeof (struct). And one this you should think of. SRAM can only handle 16 bits ber write (if I remember correctly) so it's always good to have the struct / 2 bytes == 1.
Am I correct thinking here professional people? |
poslundc wrote: | ||
Not sure what the point is of guessing what he needs further explained... You don't have to be professional to check the specs before posting. I'm certainly not one. And no, SRAM has an 8-bit port size and can only be accessed with 8-bit reads/writes. Dan. |