mirror of
https://github.com/cc65/cc65.git
synced 2025-02-10 09:31:08 +00:00
Added to the telestrat library the name of the standard dynamic TGI driver.
This commit is contained in:
parent
bae2821d5a
commit
f64ee3370d
13
libsrc/telestrat/tgi_stddrv.s
Normal file
13
libsrc/telestrat/tgi_stddrv.s
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
;
|
||||||
|
; Name of the standard TGI driver
|
||||||
|
;
|
||||||
|
; 2022-02-02, Greg King
|
||||||
|
;
|
||||||
|
; const char tgi_stddrv[];
|
||||||
|
;
|
||||||
|
|
||||||
|
.export _tgi_stddrv
|
||||||
|
|
||||||
|
.rodata
|
||||||
|
|
||||||
|
_tgi_stddrv: .asciiz "telestrat-240-200-2.tgi"
|
Loading…
x
Reference in New Issue
Block a user