add sample disk image

This commit is contained in:
codebur 2017-10-22 13:25:20 +02:00
parent ebb769bc53
commit 84c402a3d4
2 changed files with 7 additions and 1 deletions

BIN
KEYGEN22.DSK.zip Normal file

Binary file not shown.

View File

@ -8,4 +8,10 @@
My assembly line dabblings created back in 1987. In fact this is already version 4 of a project I probably started back in the early 80ies.
I provide the code as is. I havent touched it for decades. Have fun!
I provide the code as is. I havent touched it for decades. Have fun!
**Files**
- ``CHRDEF.BAS`` An Applesoft Basic program to create the neccessary fonts. It is a TXT file to be EXECed to become a real Applesoft program. Probably wont work out of the box since it contains code for joystick and mouse (//c first ROM), which might not work on all Apple // machines.
- ``chrgen400.s`` Merlin source for the Character Generator 4.02
- ``KEYGEN22.DSK.zip`` Zipped DSK file containing a demo and some font files (DOS 3.3). Unfortunately some emulators cant cope with “bit shifted” pixels, so the font may look a bit odd.