mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
12 lines
206 B
ArmAsm
12 lines
206 B
ArmAsm
|
;
|
||
|
; Name of the standard tgi driver
|
||
|
;
|
||
|
; Ullrich von Bassewitz, 2009-09-11
|
||
|
;
|
||
|
; const char tgi_stddrv[];
|
||
|
;
|
||
|
|
||
|
.import _tgi_mode_table
|
||
|
.export _tgi_stddrv = _tgi_mode_table + 1
|
||
|
|