1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/cx16/tgi_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

15 lines
209 B
ArmAsm

;
; Name of the standard TGI driver
;
; 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 "cx320p1.tgi"