2019-11-16 13:11:40 -05:00
|
|
|
;
|
|
|
|
; Name of the standard TGI driver
|
|
|
|
;
|
2020-07-15 17:11:38 -04:00
|
|
|
; 2020-06-04, Greg King
|
2019-11-16 13:11:40 -05:00
|
|
|
;
|
|
|
|
; const char tgi_stddrv[];
|
|
|
|
;
|
|
|
|
|
|
|
|
.export _tgi_stddrv
|
|
|
|
|
2020-07-15 17:11:38 -04:00
|
|
|
; A FAT32 8+3 file-name (for SD cards)
|
|
|
|
|
2019-11-16 13:11:40 -05:00
|
|
|
.rodata
|
2020-07-15 17:11:38 -04:00
|
|
|
_tgi_stddrv: .asciiz "cx320p1.tgi"
|