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-11-03 09:44:49 +01:00
aps.js added APS support 2017-07-23 12:33:13 +02:00
bps.js added BPS support (apply patch only) 2017-11-03 09:43:29 +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 BPS support (apply patch only) 2017-11-03 09:43:29 +01: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
manifest.appcache added BPS support (apply patch only) 2017-11-03 09:43:29 +01:00
README.md update readme 2017-11-03 09:44:49 +01:00
RomPatcher.css style overhaul 2017-07-22 19:56:42 +02:00
RomPatcher.js added BPS support (apply patch only) 2017-11-03 09:43:29 +01: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)
    • BPS
  • can patch and create patches
  • shows ROM CRC32, MD5 and SHA-1 before patching
  • easily scalable to other formats
  • made in Vanilla JS