mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
Added to the telestrat library the name of the standard dynamic TGI driver.
This commit is contained in:
parent
bdd7466afd
commit
8bf9766e9e
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…
Reference in New Issue
Block a user