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,12 +1,14 @@
;
; Name of the standard TGI driver
;
; 2019-12-22, Greg King
; 2020-06-04, Greg King
;
; const char tgi_stddrv[];
;
.export _tgi_stddrv
; A FAT32 8+3 file-name (for SD cards)
.rodata
_tgi_stddrv: .asciiz "cx16-320x8b.tgi"
_tgi_stddrv: .asciiz "cx320p1.tgi"