1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-09-30 07:57:05 +00:00

Name changes

This commit is contained in:
David Schmenk 2016-08-16 13:02:44 -07:00 committed by GitHub
parent 55ce167592
commit e3f9c43f03

View File

@ -97,7 +97,7 @@ def bigFatWrite(buf, len)
return xferLen
end
def fatWriteImage(src, drv)
def fatReadImage(src, drv)
word copyBuf, copyLen, freeAddr
word blocknum, bufblk
@ -161,10 +161,10 @@ if ^arg
puts("Speed test writing 143K to SD card");
fin
if getYN("\nContinue? (Y/N)")
fatWriteImage(image, unit)
fatReadImage(image, unit)
fin
else
puts("Read DSK image from floppy disk drive\n")
puts("Usage: +FATREADDSK <DSK image file> [1,2,T]\n")
fin
done
done