city41 / AMMiSTer

Arcade game manager for the MiSTer
MIT License
33 stars 2 forks source link
arcade-game mister misterfpga retrogaming

AMMiSTer

An app for managing arcade games on the MiSTer. Download all of the arcade cores and their ROMs to your PC. Then decide what games will go onto your MiSTer, organized anyway you like. When new updates come out, you can grab those updates, and just update the games that are on your MiSTer.

screenshot

screenshot-detail

screenshot-newlyUpdated

screenshot-bulkAddGames

screenshot-exportToMister

screenshot-exportToDirectory

screenshot-settings

To install

Grab the latest release and check out the getting started guide and FAQ

Features

Features:

Built with: TypeScript, React, Tailwind, Electron
Target platforms: Linux, MacOS, Windows
Status: Beta. Getting close to 1.0, check the release notes

Development

# install app dependencies
yarn
# start a dev webpack server
yarn dev
# then in a separate terminal, launch Electron
yarn start

Changes you make automatically cause Webpack to rebuild, then refresh Electron to see your change. If your changes are on the main process side, kill the app and restart it.