Skip to content

SylvainRX/EverDriveMini2Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EverDriveMini2Pro - Everdrive GBA Mini to Pro Migration Tool

Platform Script

Migrates games and saves from the Everdrive GBA Mini to the Everdrive GBA Pro. The script copies games and directories, verifies the Pro SD card is initialized, migrates GBA saves, emulator saves, and emulator files. Note: The SD card must be initialized before running the script. To do so, turn on your GBA with the Everdrive GBA Pro inserted and the SD card loaded.

Requirements

Tool Platform
Bash macOS, Linux
PowerShell 5+ Windows

Usage

Warning: Backup your EverDrive GBA Mini SD card contents to your computer before proceeding. This script copies files from Mini to Pro but does not modify the Mini, so your data is safe, but having a backup is recommended. Note: Saves are first stored on a chip inside the EverDrive, not on the SD card. For the save to be copied to the SD card, you need to restart the EverDrive.

macOS / Linux (Bash) bash

./everdrive-mini2pro.sh <path_to_everdrive_gba_mini> <path_to_everdrive_gba_pro>

# Example:
./everdrive-mini2pro.sh "./Everdrive GBA Mini" "./Everdrive GBA Pro"

Windows (PowerShell) powershell

.\everdrive-mini2pro.ps1 -MiniDir "<path_to_everdrive_gba_mini>" -ProDir "<path_to_everdrive_gba_pro>"

# Example:
.\everdrive-mini2pro.ps1 -MiniDir ".\Everdrive GBA Mini" -ProDir ".\Everdrive GBA Pro"

Directory Structure

Everdrive GBA Mini (Input)

  • Games: All directories except GBASYS contain games and game directories
  • GBASYS/save: GBA game saves (e.g., Legend of Zelda, The - The Minish Cap (USA).eep)
  • GBASYS/emusave: Emulator game saves (e.g., Pokemon Red.srm)
  • GBASYS/emu: Emulator files (e.g., gb.gba, nes.gba)

Everdrive GBA Pro (Output)

  • Games: Copied directly from Mini
  • edgba/gamedata/[game]/bram.[ext]: Save files reorganized by game
  • edgba/edapp/[platform]/: Emulator files by platform

License

MIT License

About

Migrate games and saves from the Everdrive GBA Mini to the Everdrive GBA Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors