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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user