mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
added preliminary xdelta support (disabled by default), it works with small ROMs, but fails with bigger ROMs
This commit is contained in:
parent
500064df8c
commit
8d0b35d179
3 changed files with 978 additions and 5 deletions
|
@ -16,8 +16,7 @@
|
|||
<script type="text/javascript" src="./ups.js"></script>
|
||||
<script type="text/javascript" src="./aps.js"></script>
|
||||
<script type="text/javascript" src="./bps.js"></script>
|
||||
|
||||
<!-- <script type="text/javascript" src="./apsgba.js"></script> -->
|
||||
<!-- <script type="text/javascript" src="./xdelta.js"></script> -->
|
||||
</head>
|
||||
<body><div id="column">
|
||||
|
||||
|
@ -54,7 +53,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row" title="Compatible formats: IPS, UPS, APS and BPS">
|
||||
<div class="row" title="Compatible formats: IPS, UPS, APS, and BPS">
|
||||
<div class="leftcol"><label for="input-file-patch">Patch file:</label></div>
|
||||
<div class="rightcol">
|
||||
<input type="file" id="input-file-patch" accept=".ips,.ups,.bps,.aps"/>
|
||||
|
@ -104,7 +103,8 @@
|
|||
|
||||
<!-- FOOTER -->
|
||||
<footer>
|
||||
Rom Patcher JS <small>rev 20170511</small> by <a href="/">Marc Robledo</a>
|
||||
Rom Patcher JS <small>rev20180918</small> by <a href="/">Marc Robledo</a>
|
||||
<br />
|
||||
<i class="icon github"></i> <a href="https://github.com/marcrobledo/RomPatcher.js/" target="_blank">See on GitHub</a>
|
||||
<i class="icon heart"></i> <a href="https://www.paypal.me/marcrobledo/5" target="_blank" rel="nofollow">Donate</a>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue