]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/system/tgi_stddrv.s
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / geos-common / system / tgi_stddrv.s
diff --git a/libsrc/geos-common/system/tgi_stddrv.s b/libsrc/geos-common/system/tgi_stddrv.s
new file mode 100644 (file)
index 0000000..1d89c5f
--- /dev/null
@@ -0,0 +1,14 @@
+;
+; Name of the standard tgi driver
+;
+; Oliver Schmidt, 2011-05-02
+;
+; const char tgi_stddrv[];
+;
+
+           .export _tgi_stddrv
+
+.rodata
+
+_tgi_stddrv:
+       .asciiz "geos-tgi.tgi"