Skip to content

cosmo0/arcade-manager

Repository files navigation

Arcade manager for Retropie & Recalbox

Windows/Linux Build status

This repository provides a rom management tool, specifically designed for use with Retropie & Recalbox.
It helps you to manage and filter your rom collection by removing unwanted, bad, and unplayable games.
It's also useful if you feel a bit lost among the several thousand games that full MAME romsets provides, and only want the very best.

Features

THIS TOOL DOES NOT CHANGE THE ROMSET VERSION!!!
Copying files assumes you have a working, non-merged romset corresponding to the MAME/FBA version you're using.
If you ever need to change your romset version, use a tool like ClrMamePro.

  • Multi-platform, works on Windows, MacOS and Linux
  • User-friendly, easy to use interface
  • Download and install an overlays pack for either Retropie or Recalbox
  • Manage rom files:
    • Copy from romset
    • Remove unwanted files
    • Keep only wanted files
  • Manage games lists:
    • Download pre-set files
    • Merge & split files
    • Convert DAT or INI files
    • Create games list from folder

Obviously, this tool does not download roms.

If you are new to arcade emulation, please read these resources:

Screenshots

Home Install overlays Download CSV Copy roms

Development

  • Run the app locally: npm start
  • Create a runnable package: npm run pack for current platform, or npm run pack -- --mac --win --linux --x64 for all platforms; note you will have to pick at most 2 platforms, you can't build for Mac on Windows or for Windows on Mac
  • Create a package: npm run dist -- --mac --win --linux --x64