Restore APPLE GENUINE; tweak other labels (#276)

This commit is contained in:
Daniel Markstedt 2021-09-27 17:32:58 -07:00 committed by GitHub
parent 97c2a11329
commit bfdaec6c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,10 +245,11 @@
<input type="text" placeholder="File name" name="file_name"/> <input type="text" placeholder="File name" name="file_name"/>
<label for="type">Type:</label> <label for="type">Type:</label>
<select name="type"> <select name="type">
<option value="hds">SCSI Hard Disk image (Generic - recommended for most systems) [.hds]</option> <option value="hds">SCSI Hard Disk image (Generic) [.hds]</option>
<option value="hdn">SCSI Hard Disk image (NEC GENUINE - only for PC98) [.hdn]</option> <option value="hda">SCSI Hard Disk image (APPLE GENUINE - use with Mac) [.hda]</option>
<option value="hdn">SCSI Hard Disk image (NEC GENUINE - use with PC98) [.hdn]</option>
<option value="hdr">SCSI Removable Media Disk image (Generic) [.hdr]</option> <option value="hdr">SCSI Removable Media Disk image (Generic) [.hdr]</option>
<option value="hdf">SASI Hard Disk image (legacy format) [.hdf]</option> <option value="hdf">SASI Hard Disk image (use with X68000) [.hdf]</option>
</select> </select>
<label for="size">Size(MB):</label> <label for="size">Size(MB):</label>
<input type="number" placeholder="Size(MB)" name="size"/> <input type="number" placeholder="Size(MB)" name="size"/>