Skip to content

Commit 5073dfe

Browse files
author
Andrew Owen
committed
added teletext font
1 parent 1d7301b commit 5073dfe

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

chloehd/BASIC/TELTEXT.BAS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10 SCREEN 1: COLOR 15,0,0: CLS 20 PALETTE 14,@7730 COLOR 15,0: PRINT "White ";40 COLOR 14,0: PRINT "Yellow ";50 COLOR 3,0: PRINT "Cyan ";60 COLOR 2,0: PRINT "Green ";70 COLOR 5,0: PRINT "Magenta ";80 COLOR 4,0: PRINT "Red ";90 COLOR 1,0: PRINT "Blue";

chloehd/SYSTEM/FONTS/TELETEXT.CP

2 KB
Binary file not shown.
+6-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
### language (including code page if required)
22

33
## Spanish
4-
ln=ES-1252
4+
#ln=ES-1252
55

66
### code page (8-bit system font)
77

88
## Latin 1 / Western European
9-
cp=1252-EUW
9+
#cp=1252-EUW
10+
cp=TELETEXT
1011

1112
### keyboard (generated by the keymap.c)
13+
#
1214

1315
## Spanish
14-
kb=ES
16+
#kb=ES
1517

1618
### scandoubler setting (default depends on hardware, on recommended for VGA)
1719

1820
# sc=off
19-
sc=on
21+
#sc=on

0 commit comments

Comments
 (0)