Added a 320x200x256 TGI driver to the Commander X16 library.

Made the mandelbrot sample program handle the X16's 256 colors.
This commit is contained in:
Greg King
2020-07-15 17:11:38 -04:00
parent 72fff0cfbc
commit 4296cbaf82
6 changed files with 465 additions and 22 deletions

View File

@@ -1,10 +1,11 @@
;
; Address of the static standard TGI driver
;
; 2019-12-22, Greg King
; 2020-06-04, Greg King
;
; const void tgi_static_stddrv[];
;
.import _cx16_320x8b_tgi
.export _tgi_static_stddrv := _cx16_320x8b_tgi
.import _cx320p1_tgi ; 320 pixels across, 1 pixel per byte
.export _tgi_static_stddrv := _cx320p1_tgi