Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ripjetski6502 authored Sep 10, 2022
1 parent 20441bf commit 526d126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a text mode windowing library complete with window controls and modern g

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.

I originally wrote this in Action! language for the Atari 8 bit starting around 2015.
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).

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.

Expand Down

0 comments on commit 526d126

Please sign in to comment.