Sega Genesis Flashback - farmerbb/RED-Project GitHub Wiki

image

The Sega Genesis Flashback, built by AtGames, contains 45 games developed for the Sega Genesis, 14 games developed for the Sega Master System, and 7 for the Sega Game Gear, as well as a number of native "bonus" games.

A full list of games is visible on the Sega Retro wiki.

ROM Extraction Instructions

  1. Set up adb (the Android Debug Bridge) client on your system.

  2. Unscrew the 7 Phillips screws from the bottom of the console, 2 in the middle visible, 4 under the rubber feet, and one underneath the product label (to the middle right of it).

  3. Plug a mini USB cable in the socket to the right of the PCB at the back of the unit. You might need to unscrew the 4 screws holding the board in place depending on the cable used.

  4. Check that the device is detected by the system by running adb devices. If it does not appear, verify the adb installation as well as the USB connection.

  5. Copy all the ROM files using adb pull /system/atgames/Genesis/ .

  6. All the ROM files, including those of the native non-SEGA bonus games, will be in the Genesis directory, compressed using gzip. Sega Master System games will end in .sms.gz, Sega Game Gear games with .gg.gz and Genesis games will be mixed with native games as .bin.gz.