Commit Graph

5 Commits

Author SHA1 Message Date
Mario Patino 3437d706d0 Screenshots for the tutorial 2014-06-06 23:18:17 +02:00
Mario Patiño 45328a9a99 Added Applesoft examples
* Added the source of the Applesoft example programs for a slideshow
and a file viewer.
* Moved the source files to the Source directory
* Updated the disk image files
2013-07-23 19:25:00 +02:00
Mario Patiño 971cabde0d Runtime optimizations
* Moved the SAVEDST routine to the main loop saving one JSR and RTS on
each byte.
* The address calculation routine now is called once for every line
instead of every byte.
* Corrected Arnaud's name. Sorry for the typo!
2013-07-15 20:05:37 +02:00
Mario Patiño f6d6f4fb3f Replaced hi-res address calculation
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.
2013-07-03 19:02:39 +02:00
Mario Patiño 4daa2c94df Added Samples and Disk Images
* 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.
2013-07-02 19:25:15 +02:00