mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
4296cbaf82
Made the mandelbrot sample program handle the X16's 256 colors.
12 lines
233 B
ArmAsm
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
|