Skip to content

Commit 526d126

Browse files
Update README.md
1 parent 20441bf commit 526d126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a text mode windowing library complete with window controls and modern g
77

88
The windowing system preserves the contents under a window, but is not z-order based (by design). It is up to you to open and close windows in the correct order. Complete sample programs are included, as well as full API documentation.
99

10-
I originally wrote this in Action! language for the Atari 8 bit starting around 2015.
10+
I originally wrote this in Action! language for the Atari 8 bit starting in 2015. I added to it continually up through this year (2022).
1111

1212
I ran into some limitations with the Action! version in a project regarding memory space and function paramater size when compiled into a standlone executable. This prompted the conversion into C. I considered several C implementations on the Atari 8 bit itself, then settled on CC65 to use modern development tools and target the A8 platform.
1313

0 commit comments

Comments
 (0)