PrintShopCompanion-Apple-II/README.md

11 lines
473 B
Markdown
Raw 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.
As I have time, I will sift through the code and perhaps leave some comments here of stuff I found interesting.
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.