Recent content by Sorinev

  1. S

    Data types

    I made a gui based editor to edit the save files for a game. I'm in the process of porting it from Win32 to wxWidgets so that it's cross platform, and in the process I thought I'd refactor the part that actually edits the savefile itself. This is C and C++. Before that though, I wanted to be...
  2. S

    Date representation in savefiles

    The author is Japanese, and so is his site.
  3. S

    Date representation in savefiles

    I'm making a savefile editor for a favorite Saturn game of mine, and while the date isn't actually important, I want to know how it works anyway. When using the standard Saturn method where the internal and external backup rams are represented by a single binary file each, complete with...
Back
Top