Added to the telestrat library the name of the standard dynamic TGI driver.
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user