1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00
An IPS/UPS/APS/BPS/RUP/PPF/xdelta ROM patcher made in HTML5. https://www.marcrobledo.com/RomPatcher.js/
Find a file
2018-04-23 20:41:21 +02:00
_cache_service_worker.js added an option to patch unheadered roms with patches that need a headered rom\nusing now service workers for webapp cache 2018-04-23 20:41:21 +02:00
aps.js added SNES header removal option before patching 2017-11-12 16:29:14 +01:00
bps.js added SNES header removal option before patching 2017-11-12 16:29:14 +01:00
ByteFlipper.js added Byte Flipper module 2017-07-22 19:56:05 +02:00
favicon.png style overhaul 2017-07-22 19:56:42 +02:00
index.html added an option to patch unheadered roms with patches that need a headered rom\nusing now service workers for webapp cache 2018-04-23 20:41:21 +02:00
ips.js fixed a bug in IPS patching, now it can patch files and make them bigger if needed 2017-10-22 11:09:22 +02:00
LICENSE Initial commit 2017-03-14 20:31:48 +01:00
logo.png style overhaul 2017-07-22 19:56:42 +02:00
README.md Update README.md 2017-11-12 16:42:34 +01:00
RomPatcher.css style overhaul 2017-07-22 19:56:42 +02:00
RomPatcher.js added an option to patch unheadered roms with patches that need a headered rom\nusing now service workers for webapp cache 2018-04-23 20:41:21 +02:00
ups.js added SNES header removal option before patching 2017-11-12 16:29:14 +01:00

RomPatcher.js

A ROM patcher made in HTML5.

Features:

  • Supported formats:
    • IPS
    • UPS
    • APS (N64)
    • BPS
  • can patch and create patches
  • shows ROM CRC32, MD5 and SHA-1 before patching
  • can remove SNES headers before patching
  • made in Vanilla JS