mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-13 19:54:50 +00:00
1. Implement new system and disk subsystem configuration mechanism. 2. Implement initial Mark-XIII Cold Start card deck for use with new configuration interfaces. 3. Deprecate use of B5500ColdLoader.html script (replaced by new configuration mechanism and Cold Start deck), but correct and enhance IndexedDB database detection, creation, and deletion in it. 4. Implement "Application Cache" support to allow emulator to run off-line in a browser. 5. Implement web-font support and update all UIs to use DejaVu Sans and DejaVu Sans Mono from downloaded .woff or .ttf font files. 6. Rework some code in Processor OPDC, DESC, and indexDescriptor routines, attempting to resolve Flag Bit errors (issue #23). This appears to result in some improvement, but we still see them occasionally under load. 7. Line Printer: - Implement new line printer driver with more realistic UI and operator controls. - Implement Algol Glyphs option to render special Algol characters in Unicode. - Implement support for optional "greenbar" shading on the "paper". 8. SPO: - Redesign SPO driver to accept input from a text <input> element instead of capturing keystrokes directly from the window or "paper" <iframe>. This was done to allow input from tablet and mobile devices that will not pop up a keyboard unless an input-like element has the focus. - Implement Unicode Algol Glyphs support on output. - Intelligently resize "paper" area when SPO window is resized. - Accept "_" as a substitute for "~" as end-of-message on input. 9. Card Punch: - Implement Unicode Algol Glyphs support on output. - Implement stacker-full annunciators in UI. 10. Card Reader: - Implement Unicode Algol Glyphs support on input. - Accept "_" as a substitute for "~" on input. 11. Disk: - Adapt B5500DiskUnit driver to new configuration mechanism. - Implement support for Model-IB (slow) disk and non-DFX disk storage configurations; support up to 20 EUs. - Implement check for DKA readiness in cc.load() if not doing card-load-select. 12. Datacom: - Rework datacom driver keystroke handling for compatibility with Google Chrome. - Correct typo (line 437) in B5500DatacomUnit reported by Peter Grootswagers (issue #28). 13. Magnetic Tape: - Implement more granular tape reel animation in B5500MagTapeDrive. - Open the tape loader window on top of its device window. 14. Correct color of NOT READY lamps in peripheral device UIs; convert <progress> bars to <meter> elements. 15. More intelligently resize peripheral UI controls when their window is resized. 16. Implement lamp test during power-on in B5500Console. 17. Illuminate NOT READY light on Console at power-on if certain minimum configuration requirements are not met. 18. Set all HTML <meta> Content-Type character sets to UTF-8 (were ISO-8859-1); correct problem with FireFox requiring the character set to be specified within the first 1024 characters of an HTML file. 19. Clean up and refactor CSS style sheets 20. Split Javascript code out from B5500Console.html to new B5500Console.js. 21. Refactor common UI routines into webUI\B5500Util.js. 22. Move images and fonts to new webUI/resources directory; rearrange files in webUI/tool, tools, tests, source directories of repo. 23. Make significant wiki updates to document the new features in this release.
360 lines
12 KiB
HTML
360 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>retro-B5500 Emulator Disk Storage Configuration</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-b5500/emulator B5500DiskStorageConfig.html
|
|
************************************************************************
|
|
* Copyright (c) 2014, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* B5500 Disk Subsystem Storage Configuration page.
|
|
*
|
|
* Implements the Head-per-Track disk storage configuration user interface
|
|
* for the B5500 emulator.
|
|
*
|
|
************************************************************************
|
|
* 2014-08-06 P.Kimpel
|
|
* Original version, extracted from B5500SystemConfig.html.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B5500Common.css">
|
|
<link id=configStyleSheet rel=stylesheet type="text/css" href="B5500SystemConfig.css">
|
|
</head>
|
|
|
|
<body id=configBody class=deviceBody>
|
|
|
|
<div id=configDiv class=devicePanel>
|
|
<div id=PageHeading>
|
|
<span id=SysConfigHeading>Disk Storage Configuration</span>
|
|
<div id=B5500Logo>
|
|
<img id=RetroLogoImage src="./resources/retro-B5500-Logo.png" alt="retro-B5500 logo">
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
|
|
<table id=StorageParams>
|
|
<colgroup>
|
|
<col span=9>
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan=2 class=configHeading>Subsystem:
|
|
<td id=StorageName colspan=5>
|
|
<td colspan=2 class=rj>
|
|
<button id=StorageDeleteBtn class="yellowButton yellowLit">DELETE</button>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<td>Select
|
|
<td>SUs
|
|
<td>Model
|
|
<td>
|
|
<td>Select
|
|
<td>SUs
|
|
<td>Model
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 0">
|
|
<input id=EU0 type=checkbox value=1> <label for=EU0>EU0</label>
|
|
<td><select id=EU0SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU0Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 10">
|
|
<input id=EU10 type=checkbox value=1> <label for=EU10>EU10</label>
|
|
<td><select id=EU10SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU10Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 1">
|
|
<input id=EU1 type=checkbox value=1> <label for=EU1>EU1</label>
|
|
<td><select id=EU1SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU1Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 11">
|
|
<input id=EU11 type=checkbox value=1> <label for=EU11>EU11</label>
|
|
<td><select id=EU11SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU11Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 2">
|
|
<input id=EU2 type=checkbox value=1> <label for=EU2>EU2</label>
|
|
<td><select id=EU2SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU2Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 12">
|
|
<input id=EU12 type=checkbox value=1> <label for=EU12>EU12</label>
|
|
<td><select id=EU12SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU12Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 3">
|
|
<input id=EU3 type=checkbox value=1> <label for=EU3>EU3</label>
|
|
<td><select id=EU3SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU3Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 13">
|
|
<input id=EU13 type=checkbox value=1> <label for=EU13>EU13</label>
|
|
<td><select id=EU13SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU13Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 4">
|
|
<input id=EU4 type=checkbox value=1> <label for=EU4>EU4</label>
|
|
<td><select id=EU4SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU4Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 14">
|
|
<input id=EU14 type=checkbox value=1> <label for=EU14>EU14</label>
|
|
<td><select id=EU14SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU14Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 5">
|
|
<input id=EU5 type=checkbox value=1> <label for=EU5>EU5</label>
|
|
<td><select id=EU5SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU5Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 15">
|
|
<input id=EU15 type=checkbox value=1> <label for=EU15>EU15</label>
|
|
<td><select id=EU15SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU15Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 6">
|
|
<input id=EU6 type=checkbox value=1> <label for=EU6>EU6</label>
|
|
<td><select id=EU6SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU6Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 16">
|
|
<input id=EU16 type=checkbox value=1> <label for=EU16>EU16</label>
|
|
<td><select id=EU16SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU16Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 7">
|
|
<input id=EU7 type=checkbox value=1> <label for=EU7>EU7</label>
|
|
<td><select id=EU7SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU7Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 17">
|
|
<input id=EU17 type=checkbox value=1> <label for=EU17>EU17</label>
|
|
<td><select id=EU17SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU17Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 8">
|
|
<input id=EU8 type=checkbox value=1> <label for=EU8>EU8</label>
|
|
<td><select id=EU8SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU8Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 18">
|
|
<input id=EU18 type=checkbox value=1> <label for=EU18>EU18</label>
|
|
<td><select id=EU18SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU18Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<tr>
|
|
<td colspan=2>
|
|
<td title="Disk Electronics Unit 9">
|
|
<input id=EU9 type=checkbox value=1> <label for=EU9>EU9</label>
|
|
<td><select id=EU9SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU9Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
<td>
|
|
<td title="Disk Electronics Unit 19">
|
|
<input id=EU19 type=checkbox value=1> <label for=EU19>EU19</label>
|
|
<td><select id=EU19SU>
|
|
<option value=1>1
|
|
<option value=2>2
|
|
<option value=3>3
|
|
<option value=4>4
|
|
<option value=5>5
|
|
</select>
|
|
<td><select id=EU19Type>
|
|
<option value=I>I
|
|
<option value=IB>IB
|
|
</select>
|
|
</table>
|
|
|
|
<div id=MessageArea></div>
|
|
<button id=CancelBtn class="redButton">CANCEL</button>
|
|
<button id=SaveBtn class="greenButton" >SAVE</button>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |