Search found 10 matches

by Retron Tèch
January 19th, 2015, 12:08 am
Forum: Save Data
Topic: Saved State Format
Replies: 26
Views: 73083

Re: Saved State Format

Following are the source files used by RetroN 5 for manipulating the save data. Placed into the public domain - use as you desire. dataFile.h #ifndef _DATAFILE_H #define _DATAFILE_H #define RETRON_DATA_MAGIC (0x354E5452) // "RTN5" #define RETRON_DATA_FORMAT_VER (1) #define RETRON_DATA_TMP_...
by Retron Tèch
January 15th, 2015, 10:46 pm
Forum: Save Data
Topic: Saved State Format
Replies: 26
Views: 73083

Re: Saved State Format

The Retron save format is simply a wrapper for any arbitrary data. We deal with two types of saves: snapshots, which are not trivially portable, and SRAM saves which can be used with PC emulators etc. The same Retron save wrapper is used for both types, so any PC tool would inherently be able to dea...
by Retron Tèch
January 14th, 2015, 12:02 am
Forum: Compatibility
Topic: Genesis: Streets of rage 2 PAL crashes at certain point
Replies: 13
Views: 20719

Re: Genesis: Streets of rage 2 PAL crashes at certain point

Thanks for reporting this, we'll work on a fix for the next firmware release.
by Retron Tèch
January 14th, 2015, 12:01 am
Forum: Save Data
Topic: Saved State Format
Replies: 26
Views: 73083

Re: Saved State Format

We use a custom file format for saves, not to intentionally make it incompatible but rather to add compression and integrity protection. I'm happy to explain the format if anyone would like to work on PC-side tools.
by Retron Tèch
January 14th, 2015, 12:00 am
Forum: Compatibility
Topic: Sonic the Hedgehog 3
Replies: 11
Views: 20487

Re: Sonic the Hedgehog 3

Thanks for reporting this issue, we'll look into a fix for the next release
by Retron Tèch
November 3rd, 2014, 1:53 am
Forum: Other
Topic: The code/infringement debacle. (Updated /w Source Code)
Replies: 23
Views: 63704

Re: The code/infringement debacle. (Updated /w Source Code)

We've uploaded the current Linux Kernel fork as used by RetroN 5, available for download here: http://retron5.in/node/9
by Retron Tèch
November 3rd, 2014, 12:02 am
Forum: Compatibility
Topic: No new firmware for over a month, trouble in Hyperkind land?
Replies: 12
Views: 17225

Re: No new firmware for over a month, trouble in Hyperkind l

Hyperkin still denies the use of RetroArch in their product, but the developers of libretro insist it's there. For all we know Hyperkin could be rewriting an interface from scratch to put this topic to rest. As far as I'm aware, with the release of the last public firmware where we removed the smal...
by Retron Tèch
November 2nd, 2014, 11:41 pm
Forum: Other
Topic: The code/infringement debacle. (Updated /w Source Code)
Replies: 23
Views: 63704

Re: The code/infringement debacle. (Updated /w Source Code)

Good point - we'll make the kernel source available soon.
by Retron Tèch
September 24th, 2014, 1:36 am
Forum: Other
Topic: The code/infringement debacle. (Updated /w Source Code)
Replies: 23
Views: 63704

Re: The code/infringement debacle. (Updated /w Source Code)

I'd like to clarify one point regarding the allegations over at libretro.com: we are not using any of RetroArch in our "frontend" (libretron.so). While it is true that a few ASM functions from RetroArch were previously found in our frontend library, these were merely remnants of old test c...