mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
4296cbaf82
Made the mandelbrot sample program handle the X16's 256 colors.
15 lines
209 B
ArmAsm
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"
|