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,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
|
||||
|
||||
Reference in New Issue
Block a user