mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-09-15 17:26:57 +00:00
added APS support
This commit is contained in:
parent
679de31233
commit
2a1a1c4d07
6 changed files with 239 additions and 8 deletions
|
@ -11,6 +11,7 @@
|
|||
<script type="text/javascript" src="./RomPatcher.js"></script>
|
||||
<script type="text/javascript" src="./ips.js"></script>
|
||||
<script type="text/javascript" src="./ups.js"></script>
|
||||
<script type="text/javascript" src="./aps.js"></script>
|
||||
<script type="text/javascript" src="./ByteFlipper.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -45,7 +46,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="six columns text-right"><label for="input-file-patch">Patch file (IPS/UPS):</label></div>
|
||||
<div class="six columns text-right"><label for="input-file-patch">Patch file (IPS/UPS/APS):</label></div>
|
||||
<div class="six columns">
|
||||
<input type="file" id="input-file-patch" />
|
||||
</div>
|
||||
|
@ -59,7 +60,7 @@
|
|||
|
||||
|
||||
<h3 class="blue">Create patch</h3>
|
||||
<div class="container-description">Create an IPS/UPS patch from two different ROMs </div>
|
||||
<div class="container-description">Create an IPS/UPS/APS patch from two different ROMs </div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="six columns text-right"><label for="input-file-rom1">Original ROM:</label></div>
|
||||
|
@ -80,6 +81,8 @@
|
|||
<div class="six columns end">
|
||||
<input type="radio" id="radio-ips" name="patch-type" checked /><label for="radio-ips">IPS</label>
|
||||
<input type="radio" id="radio-ups" name="patch-type" /><label for="radio-ups">UPS</label>
|
||||
<input type="radio" id="radio-aps" name="patch-type" /><label for="radio-aps">APS</label>
|
||||
<input type="radio" id="radio-apsn64" name="patch-type" /><label for="radio-apsn64">APS (N64)</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue