... | ... |
@@ -80,7 +80,7 @@ BRK |
80 | 80 |
( left-bottom ) STHkr .Screen/color DEO |
81 | 81 |
.Screen/x DEI2 #0008 ++ .Screen/x DEO2 |
82 | 82 |
.Screen/y DEI2 #0008 -- .Screen/y DEO2 |
83 |
- DUP #09 < ,&thin JCN |
|
83 |
+ DUP #0a < ,&thin JCN |
|
84 | 84 |
.Screen/addr DEI2 #0008 -- .Screen/addr DEO2 |
85 | 85 |
( right-top ) STHkr .Screen/color DEO |
86 | 86 |
.Screen/addr DEI2 #0010 ++ .Screen/addr DEO2 |
... | ... |
@@ -160,10 +160,10 @@ RTN |
160 | 160 |
79 $1 |
161 | 161 |
|
162 | 162 |
@font-path-large |
163 |
- "projects/fonts/newyork24.uf3 $1 |
|
163 |
+ "projects/fonts/times24.uf3 $1 |
|
164 | 164 |
@font-path-medium |
165 |
- "projects/fonts/venice14.uf2 $1 |
|
165 |
+ "projects/fonts/times15.uf2 $1 |
|
166 | 166 |
@font-path-small |
167 |
- "projects/fonts/geneva12.uf2 $1 |
|
167 |
+ "projects/fonts/times12.uf2 $1 |
|
168 | 168 |
|
169 | 169 |
@font-data |
170 | 170 |
\ No newline at end of file |