Skip to content

mikepavone/retron_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

retron_dump

Tool for using the Retron 5 as a ROM dumper

Instructions

  1. Root your Retron 5 and enable ADB access (extract in this repository can assist with making a new firmware image)
  2. Install the android NDK and adb
  3. Build dumpgen with make dumpgen. You may need to set NDKPATH to point at the location you installed the NDK
  4. Extract the emulator APK from the Retron update image
  5. Extract libretron.so from the APK
  6. Extract the FPGA bitstream from libretron.so and save it in a file named retron.fpga (in my copy this is at offset 0x43448 and has a length of 54756 bytes and an md5 of 06f705e45fe5c41d241d29ecc6c18530)
  7. adb push dumpgen /sbin
  8. adb push retron.fpga /mnt/sdcard
  9. Dump your cart with the dump script. dump myrom.bin for automatic size detection or dump SIZE myrom.bin to specify a specific dump size

About

Tool for using the Retron 5 as a ROM dumper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published