2012-11-01 19:53:47 +00:00
|
|
|
;
|
|
|
|
; Address of the static standard tgi driver
|
|
|
|
;
|
|
|
|
; Oliver Schmidt, 2012-11-01
|
|
|
|
;
|
|
|
|
; const void tgi_static_stddrv[];
|
|
|
|
;
|
|
|
|
|
2013-05-09 11:56:54 +00:00
|
|
|
.export _tgi_static_stddrv
|
2014-01-21 22:08:32 +00:00
|
|
|
.ifdef __ATARIXL__
|
|
|
|
.import _atrx8_tgi
|
|
|
|
.else
|
2013-05-28 19:20:37 +00:00
|
|
|
.import _atr8_tgi
|
2014-01-21 22:08:32 +00:00
|
|
|
.endif
|
2012-11-01 19:53:47 +00:00
|
|
|
|
|
|
|
.rodata
|
|
|
|
|
2014-01-21 22:08:32 +00:00
|
|
|
.ifdef __ATARIXL__
|
|
|
|
_tgi_static_stddrv := _atrx8_tgi
|
|
|
|
.else
|
2013-05-28 19:20:37 +00:00
|
|
|
_tgi_static_stddrv := _atr8_tgi
|
2014-01-21 22:08:32 +00:00
|
|
|
.endif
|