1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00
cc65/libsrc/cx16/tgi_stat_stddrv.s
Greg King 4296cbaf82 Added a 320x200x256 TGI driver to the Commander X16 library.
Made the mandelbrot sample program handle the X16's 256 colors.
2020-07-15 17:30:58 -04:00

12 lines
233 B
ArmAsm

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