zxuno-git/cores/Oric/tools/tap2bin
byrtolet 7554bc6430 Oric core: Added tap2bin tool 2018-12-27 12:13:33 +02:00
..
CMakeLists.txt Oric core: Added tap2bin tool 2018-12-27 12:13:33 +02:00
readme.txt Oric core: Added tap2bin tool 2018-12-27 12:13:33 +02:00
tap2bin.cpp Oric core: Added tap2bin tool 2018-12-27 12:13:33 +02:00
tap2bin.exe Oric core: Added tap2bin tool 2018-12-27 12:13:33 +02:00

readme.txt

written by byrtolet@parallel.bas.bg

This program converst files in oric .tap format to
files swittable to be written with dos33 program from
http://www.deater.net/weave/vmwprod/apple/dos33fs.html

To write binary file do:
dos33 image.dsk B file_binary.bam DOS_FILENAME
To write basic file do:
dos33 image.dsk A file_basic.bam DOS_FILENAME


The provided .exe file is build on linus with mingw and is not tested on windows.