mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
Restore APPLE GENUINE; tweak other labels (#276)
This commit is contained in:
parent
97c2a11329
commit
bfdaec6c15
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user