mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
9 lines
167 B
ArmAsm
9 lines
167 B
ArmAsm
|
;
|
||
|
; Address of the static standard TGI driver
|
||
|
;
|
||
|
; const void tgi_static_stddrv[];
|
||
|
;
|
||
|
|
||
|
.import _vic20_hi_tgi
|
||
|
.export _tgi_static_stddrv := _vic20_hi_tgi
|