]> git.sur5r.net Git - cc65/commit
Added HGR and DHGR slide show programs.
authorOliver Schmidt <ol.sc@web.de>
Thu, 29 Mar 2018 22:07:56 +0000 (00:07 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 29 Mar 2018 22:08:26 +0000 (00:08 +0200)
commita2a486882585b0e2c3c4ecbc5ea19afda015289f
tree5a5a3595c51ec39ddb36d160ee3e1dd9819c7916
parentb8445721595f70f9011f9b4a381a2fc2233b9cba
Added HGR and DHGR slide show programs.

The DHGR program is sort of a hack as it first switches to double (aka 80 col) text mode to prepare for double graphics mode. Therefore only one additional soft switch access is necessary after using TGI to generally switch to hires.
18 files changed:
testcode/lib/apple2/Makefile
testcode/lib/apple2/astronaut.hgr [new file with mode: 0644]
testcode/lib/apple2/catface.dhgr [new file with mode: 0644]
testcode/lib/apple2/chips.hgr [new file with mode: 0644]
testcode/lib/apple2/dhgrshow.c [new file with mode: 0644]
testcode/lib/apple2/gatsby.dhgr [new file with mode: 0644]
testcode/lib/apple2/girl.dhgr [new file with mode: 0644]
testcode/lib/apple2/hgrshow.c [new file with mode: 0644]
testcode/lib/apple2/macrometer.hgr [new file with mode: 0644]
testcode/lib/apple2/mariner.hgr [new file with mode: 0644]
testcode/lib/apple2/monarch.dhgr [new file with mode: 0644]
testcode/lib/apple2/rose.hgr [new file with mode: 0644]
testcode/lib/apple2/superman.dhgr [new file with mode: 0644]
testcode/lib/apple2/venice.dhgr [new file with mode: 0644]
testcode/lib/apple2/werner.hgr [new file with mode: 0644]
testcode/lib/apple2/werner.pic [deleted file]
testcode/lib/apple2/werner.s
testcode/lib/apple2/winston.hgr [new file with mode: 0644]