Renamed Atari drivers.
As a preparation for the introduction of the 'atarixl' target it is necessary that all drivers have a base name... - no longer than 7 characters - with a common prefix
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
;
|
||||
|
||||
.export _tgi_static_stddrv
|
||||
.import _atari8_tgi
|
||||
.import _atr8_tgi
|
||||
|
||||
.rodata
|
||||
|
||||
_tgi_static_stddrv := _atari8_tgi
|
||||
_tgi_static_stddrv := _atr8_tgi
|
||||
|
||||
Reference in New Issue
Block a user