1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-12 03:07:30 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
paul.kimpel@digm.com
2260803c51 Release emulator version 0.15:
1. Initial implementation of a datacom terminal.
2. Initial implementation (read-only) of magnetic tape drives.
3. Further work towards getting P2 to function (but not working yet).
4. Allow device driver classes to be optionally included in the global UI script.
5. Fix callback arguments handling in SetCallback.
6. Decrease width of SPO window slightly.
7. Improve trapping and printing of SPO keystrokes, based on datacom implementation.
8. Minor performance tuning improvements.
9. Dump raw header words in octal in tools/B5500DiskDirList.html script.
10. New wiki pages and several updates to existing ones.
2013-11-15 05:33:58 +00:00
paul.kimpel@digm.com
d1e59a2f7c 1. Release emulator version 0.13 (finally).
2. Implement new setCallback() mechanism to wrap setTimeout() and setImmediate().
2. Minor change to P2 management; remove context-bound callbacks.
3. Reduce window size and font size for peripheral UIs.
4. Implement <label> for file names on ColdLoader Load table.
5. Correct placement and color of buttons on Console and SPO.
6. Minor wiki updates for UI changes.
7. Rework SPO implementation to eliminate ".that" properties, implement setCallback(), and fix long-standing bugs that caused flaky operation.
2013-09-30 12:18:01 +00:00
paul.kimpel@digm.com
c1731fc675 1. Release emulator version 0.11.
2. Change name of CentralCentrol bit() method to bitTest().
3. Correct length of data sent to printer by IOUnit if I/O descriptor has a zero length.
4. Implement Processor.isP1 property to optimize testing for Processor 1 vs 2.
5. Implement ability to delete the IndexedDB database for the disk subsystem in ColdLoader.
6. Implement "purist" mode in B5500Console to suppress display of emulator's extra annunciators.
7. Correct behavior of Input Request and Ready controls in SPOUnit.
2013-07-21 23:32:12 +00:00
paul.kimpel@digm.com
0071af88c8 Emulator version 0.06:
Implement B5500CardReader peripheral device.
2013-06-15 12:17:05 +00:00
paul
571fab03fe Initial integration of B5500SPOUnit with B5500IOUnit, et al. 2012-12-24 02:29:19 +00:00
paul
f6bfb2fe20 Implement off-line comments in Local mode for SPO prototype. 2012-12-21 20:54:55 +00:00
paul
960ac0c327 Commit DCMCP transcription as of 2012-12-20; further development of SPO UI. 2012-12-21 05:07:24 +00:00
paul
44efb57820 Commit DCMCP transcription as of 2012-12-19; further development of SPO UI. 2012-12-19 23:44:15 +00:00
paul
7810a22ba9 Commit DCMCP transcription as of 2012-12-18; upcase SPO UI test messages. 2012-12-19 20:09:41 +00:00
paul
2778d97ea2 Further development on SPO UI. 2012-12-17 03:08:39 +00:00
paul
927039359d Implement preliminary SPO UI using an <iframe>. 2012-12-17 00:39:14 +00:00
paul
dbc4bcaf56 Reorganize webUI folder; implement SPO UI using a <textarea>. 2012-12-16 20:23:04 +00:00