PrintShopCompanion-Apple-II/README.md

11 lines
444 B
Markdown
Raw Permalink Normal View History

2017-06-15 07:15:35 +00:00
# PrintShopCompanion-Apple-II
2017-06-16 15:44:27 +00:00
V10-13 represented virtual disk images on a hard drive, each partition exactly one floppy in size.
2017-06-16 15:45:11 +00:00
As I have time, I will sift through the code and perhaps leave some comments here.
2017-06-16 15:44:27 +00:00
To start, the copy protection source code on Disk 4 is interesting. :)
I'm also a bit fond of the font rendering code on disk 1... S_FDRAW.txt Check out the procedural kerning! We sure put the 6502 through its paces.
-Roland G.