Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 617 Bytes

File metadata and controls

25 lines (14 loc) · 617 Bytes

Retro Patcher

Currently is live at retropatcher.jonabrams.com

This is a web app for patching retro games more easily. The user supplies the ROM file, the app finds applicable patches, the user selects them, then downloads* the patched ROM.

* The patching/downloading is all done client-side.

Status

  • Supports .gb to .pocket patches.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Created by

Jon Abrams