mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
12 lines
200 B
ArmAsm
12 lines
200 B
ArmAsm
;
|
|
; Address of the static standard TGI driver
|
|
;
|
|
; 2019-11-06, Greg King
|
|
;
|
|
; const void tgi_static_stddrv[];
|
|
;
|
|
|
|
.import _cx16_640x4c_tgi
|
|
|
|
.export _tgi_static_stddrv := _cx16_640x4c_tgi
|