1
0
Fork
You've already forked sdcc-cpm-diskdump
0
Xerox 820 disk dump program running under CP/M-80, crosscompiled with SDCC (based on sources from N8VEM)
  • C 87.2%
  • Makefile 8.4%
  • Python 3%
  • Assembly 1.4%
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.