Replaced hi-res address calculation with the optimized new Woz
calculation <http://www.txbobsc.com/aal/1986/aal8612.html#a9>
Swapped the order of Y and X register initialisation in SAVEDST because
Y is used in the Woz routine.
Added the image of Jonathan Mak in the ProDOS Disk image and the
samples folder.
* Added some BMP files to show the different supported formats. All
copyrights belong to theis respective owners.
* Added Palettes to convert images using GIMP. The NTSC version is
based on the "exact" RGB values calculation from
http://mrob.com/pub/xapple2/colors.html
* Added ProDOS and DOS3.3 disk images with some of the samples and the
assembled binaries.
The original version was intended for use with DOS3.3 and it considered
the 4 byte header displacement produced by it.
To be able to use it under ProDOS this consideration had to be removed.
Also some soft switches were reset.
Added monochrome and color DHGR initialization depending on the
horizontal resolution. 560x192x1 images are displayed in JACE without
color fringes. Should be tested with real hardware.
COMPTS is already initialized with READBMP. COMPTD has to be
initialized instead. Otherwise a small shift appears in the image. This
was not visible on the original demo picture because of the surrounding
black background.
Removed one unnecessary assignment to BUFFDST since it was already
written on screen and will be overwritten thereafter.