mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
11 lines
199 B
ArmAsm
11 lines
199 B
ArmAsm
;
|
|
; Address of the static standard TGI driver
|
|
;
|
|
; 2019-12-22, Greg King
|
|
;
|
|
; const void tgi_static_stddrv[];
|
|
;
|
|
|
|
.import _cx16_320x8b_tgi
|
|
.export _tgi_static_stddrv := _cx16_320x8b_tgi
|