mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-04-21 22:17:15 +00:00
Oops on the prodos library name
This commit is contained in:
@@ -31,3 +31,4 @@ export def argFirst
|
||||
return argDelim(cmdline)
|
||||
end
|
||||
|
||||
done
|
||||
@@ -95,3 +95,5 @@ export def newline(refnum, emask, nlchar)
|
||||
perr = syscall($C9, @params)
|
||||
return perr
|
||||
end
|
||||
|
||||
done
|
||||
@@ -1,4 +1,8 @@
|
||||
include "inc/spiport.plh"
|
||||
import cmdsys
|
||||
predef call, putc, puts, putln
|
||||
end
|
||||
|
||||
//
|
||||
// FAT I/O object
|
||||
//
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import cmdsys
|
||||
predef call, putc
|
||||
predef call, putc, puts, putln
|
||||
end
|
||||
//
|
||||
// Bit banged spi over gameport
|
||||
|
||||
Reference in New Issue
Block a user