15 lines
225 B
ArmAsm
15 lines
225 B
ArmAsm
|
;
|
||
|
; Address of the static standard tgi driver
|
||
|
;
|
||
|
; Oliver Schmidt, 2012-11-01
|
||
|
;
|
||
|
; const void tgi_static_stddrv[];
|
||
|
;
|
||
|
|
||
|
.export _tgi_static_stddrv
|
||
|
.import _nes_64_56_2
|
||
|
|
||
|
.rodata
|
||
|
|
||
|
_tgi_static_stddrv := _nes_64_56_2
|