]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/iobuf.s
Convert dynamically loadable drivers into statically linkable drivers and add them...
[cc65] / libsrc / apple2 / iobuf.s
index 699f3d90122dd6be40c5e2aa1ae01b3d88f7fa2d..88a4503d0815bbf1b4944efd808fa0fdab4ec84e 100644 (file)
@@ -4,9 +4,8 @@
 ; Default ProDOS 8 I/O buffer management
 ; 
 
-        .export                iobuf_alloc, iobuf_free, iobuf_mli
+        .export                iobuf_alloc, iobuf_free
         .import                _posix_memalign, _free
 
 iobuf_alloc := _posix_memalign
 iobuf_free  := _free
-iobuf_mli   := $BF00