Commit Graph

4 Commits

Author SHA1 Message Date
Mario Patiño
ef32bf184c Support for HGR or DHGR Images
Added a simple check of the horizontal resolution to decide if the HGR
or DHGR mode should be used.
2013-06-29 19:02:47 +02:00
Mario Patiño
04986c1900 DHGR Support
Modified the code to use Double Hi-Res Graphics instead of High-Res.
For 560 bits/row two fill bytes are used in the BMP and have to be
jumped.
2013-06-29 18:57:48 +02:00
Mario Patiño
536c28605e small corrections
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.
2013-06-29 18:26:58 +02:00
Mario Patiño
40502fc9e9 initial commit
Original code from the Steve Jobs Hommage written by Arnaud Cocquière.
http://www.ctrl-pomme-reset.fr/2011/10/11/hommage/
2013-06-29 18:15:04 +02:00