mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-12 11:17:29 +00:00
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.
This commit is contained in:
@@ -18,7 +18,7 @@ BODY {
|
||||
DIV#CRDiv {
|
||||
position: relative;
|
||||
background-color: #666;
|
||||
width: 700px;
|
||||
width: 550px;
|
||||
height: 150px;
|
||||
border: 1px solid black;
|
||||
border-radius: 8px;
|
||||
@@ -29,7 +29,7 @@ BUTTON.greenButton {
|
||||
background-color: #060;
|
||||
color: white;
|
||||
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
width: 60px;
|
||||
height: 40px;
|
||||
@@ -40,7 +40,7 @@ BUTTON.blackButton {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
width: 60px;
|
||||
height: 40px;
|
||||
@@ -51,7 +51,7 @@ BUTTON.redButton {
|
||||
background-color: #900;
|
||||
color: white;
|
||||
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-size: 8pt;
|
||||
font-weight: bold;
|
||||
width: 60px;
|
||||
height: 40px;
|
||||
@@ -59,7 +59,7 @@ BUTTON.redButton {
|
||||
border-radius: 4px}
|
||||
|
||||
BUTTON.greenLit {
|
||||
background-color: green}
|
||||
background-color: #0F0}
|
||||
|
||||
BUTTON.redLit {
|
||||
background-color: #F00}
|
||||
@@ -88,14 +88,14 @@ BUTTON.redLit {
|
||||
position: absolute;
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
width: 680px;
|
||||
width: 530px;
|
||||
top: 54px;
|
||||
left: 8px}
|
||||
|
||||
#CRProgressBar {
|
||||
position: absolute;
|
||||
border: 1px solid white;
|
||||
width: 680px;
|
||||
width: 530px;
|
||||
top: 84px;
|
||||
left: 8px}
|
||||
|
||||
@@ -103,7 +103,7 @@ BUTTON.redLit {
|
||||
position: absolute;
|
||||
top: 106px;
|
||||
left: 8px;
|
||||
width: 680px;
|
||||
width: 530px;
|
||||
height: 35px;
|
||||
border: 1px solid white;
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user