Skip to content

Commit 1b4e807

Browse files
Merge pull request #5 from Ripjetski6502/dev
Dev
2 parents d0bdea0 + 40bc17a commit 1b4e807

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/a8defines.pas

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface
1414

1515
const
1616
// Version
17-
LIB_VERSION = '1.1.2';
17+
LIB_VERSION = '1.1.3';
1818

1919
// Window Record and Memory Alloc
2020
WRECSZ = 10;
@@ -164,10 +164,11 @@ interface
164164
CHDELLN = #156;
165165
CHINVSP = #160;
166166
CHBUZ = #253;
167-
CHRGT_I = #159;
168167
CHO_L = #111;
169-
CHI_I = #201;
170168
CHDN_I = #157;
169+
CHRGT_I = #159;
170+
CHI_I = #201;
171+
171172

172173
implementation
173174

src/a8libwin.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ procedure WInit;
100100
procedure WBack(bN: Byte);
101101
begin
102102
// Fill screen memory with char
103-
FillChar(Pointer(DPeek(RSCRN)), 960, bN);
103+
FillChar(Pointer(DPeek(RSCRN)), 960, ata2int(char(bN)));
104104
end;
105105

106106

0 commit comments

Comments
 (0)