mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-02-12 19:08:04 +00:00
Commit 220 emulator version 0.3c:
1. Rework magnetic tape drive implementation to use Promises; refactor and consolidate drive operation routines. 2. Implement remaining magnetic tape operations: MOW, MOR, MRD, MRR, MTS, MFS, MTC, MFC. 3. Implement better error status reporting in mag tape control MISC register. 4. Implement memory and Processor-state dump by clicking the Burroughs "meatball" logo. 5. Implement preliminary run-time statistics on Console. 6. Use Function.bind() to bind context in Processor and mag tape scripts.
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
font-weight: bold}
|
||||
|
||||
#IntervalTimerResetCaption {
|
||||
bottom: 21px;
|
||||
left: calc(50% - 206px);
|
||||
bottom: 20px;
|
||||
width: 120px;
|
||||
text-align: right}
|
||||
#IntervalTimerResetBtn {
|
||||
@@ -69,7 +69,7 @@
|
||||
bottom: 12px}
|
||||
#PowerOffCaption {
|
||||
left: calc(50% + 92px);
|
||||
bottom: 21px}
|
||||
bottom: 20px}
|
||||
|
||||
#VersionDiv {
|
||||
right: 150px;
|
||||
@@ -85,6 +85,25 @@
|
||||
right: 12px;
|
||||
bottom: 12px}
|
||||
|
||||
#ProcDelta {
|
||||
position: absolute;
|
||||
width: 64px;
|
||||
text-align: right;
|
||||
left: 120px;
|
||||
bottom: 12px}
|
||||
#ProcSlack {
|
||||
position: absolute;
|
||||
width: 64px;
|
||||
text-align: right;
|
||||
left: 190px;
|
||||
bottom: 12px}
|
||||
#ProcRun {
|
||||
position: absolute;
|
||||
width: 64px;
|
||||
text-align: right;
|
||||
left: 260px;
|
||||
bottom: 12px}
|
||||
|
||||
#PanelSurface {
|
||||
height: 100%;
|
||||
width: 100%}
|
||||
|
||||
Reference in New Issue
Block a user