2012-11-01 15:58:27 +00:00
|
|
|
;
|
|
|
|
; Name of the standard tgi driver
|
|
|
|
;
|
|
|
|
; Oliver Schmidt, 2012-11-01
|
|
|
|
;
|
|
|
|
; const char tgi_stddrv[];
|
|
|
|
;
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.export _tgi_stddrv
|
2012-11-01 15:58:27 +00:00
|
|
|
|
|
|
|
.rodata
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
_tgi_stddrv: .asciiz "nes-64-56-2.tgi"
|