No description
Find a file
Jeff Epler 5d9c050261
Add rawrite (&senddisk for host computer)
I've successfully written a full-disk image sent over the serial port!
it was not reliable at 307200 so I bumped the speed down to 19200.
probably a higher rate like 115200 would be OK? Or  more if the read-loop
were re-coded in asm
2023-05-20 09:14:25 -05:00
bin First commit 2014-01-02 22:04:45 +01:00
doc More docs 2014-01-03 13:39:40 +01:00
esrc Add rawrite (&senddisk for host computer) 2023-05-20 09:14:25 -05:00
lbin First commit 2014-01-02 22:04:45 +01:00
lsrc Fix binpak 2014-07-09 19:49:19 +02:00
src at one point using the typedef here didn't work, it does now 2023-05-19 11:57:28 -05:00
.gitignore Initial commit 2014-01-02 13:02:33 -08:00
common.mk Fix link process on my system 2023-05-18 21:42:04 -05:00
examples.mk Correct compile option for modprn example 2014-12-27 16:22:09 +01:00
ihex2img.py diskdump is all 2023-05-19 13:17:34 -05:00
libraries.mk tweak build system 2023-05-20 08:14:24 -05:00
Makefile tweak build system 2023-05-20 08:14:24 -05:00
README.md diskdump is all 2023-05-19 13:17:34 -05:00
senddisk.py Add rawrite (&senddisk for host computer) 2023-05-20 09:14:25 -05:00
tools.mk tweak build system 2023-05-20 08:14:24 -05:00

sdcc-cpm-diskdump

This program is designed for the Xerox 820 with 2 8" SSDD floppy drives.

It reads the "B" drive in physical sector order, dumping an ixex-style listing to the printer port at 19200 with no handshaking.

This output can be received on a host computer and used under CPM emulators or with cpmtools cpmls/cpmcp/etc.

This comes without any warranty.