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
2017-07-23 12:33:34 +02:00
aps.js added APS support 2017-07-23 12:33:13 +02: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 APS support 2017-07-23 12:33:13 +02:00
ips-patcher.appcache added APS support 2017-07-23 12:33:13 +02:00
ips.js updated everything to match the new style and features 2017-07-22 19:57:15 +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
manifest.appcache added APS support 2017-07-23 12:33:13 +02:00
README.md added APS support 2017-07-23 12:33:13 +02:00
RomPatcher.css style overhaul 2017-07-22 19:56:42 +02:00
RomPatcher.js added APS support 2017-07-23 12:33:13 +02:00
ups.js fixed UPS patch checksum when saving 2017-07-23 12:33:34 +02:00

RomPatcher.js

A ROM patcher made in HTML5.

Features:

  • Supported formats:
    • IPS
    • UPS
    • APS (N64)
  • can patch and create patches
  • compatible with IPS and UPS formats
  • shows ROM CRC32, MD5 and SHA-1 before patching
  • easily scalable to other formats
  • made in Vanilla JS