Initial commit
authorPhilipp Hachtmann <hachti@hachti.de>
Sun, 27 Sep 2015 13:49:42 +0000 (15:49 +0200)
committerPhilipp Hachtmann <hachti@hachti.de>
Sun, 27 Sep 2015 13:49:42 +0000 (15:49 +0200)
commita6a4e5d439cb46becf8f22dad7347d0f5fe5a24e
tree0d1b7cef5124625b7e76f17b972903912997bcef
Initial commit

This initial commit adds speed8 and the hpgl plotting program.

Signed-off-by: Philipp Hachtmann <hachti@hachti.de>
24 files changed:
.gitignore [new file with mode: 0644]
sw/plot_hpgl/pc/Makefile [new file with mode: 0644]
sw/plot_hpgl/pc/hpgl.c [new file with mode: 0644]
sw/plot_hpgl/pc/hpgl.h [new file with mode: 0644]
sw/plot_hpgl/pc/optimize.c [new file with mode: 0644]
sw/plot_hpgl/pc/optimize.h [new file with mode: 0644]
sw/plot_hpgl/pdp8/PLOT.FT [new file with mode: 0644]
sw/speed8/pc/.gitignore [new file with mode: 0644]
sw/speed8/pc/Makefile [new file with mode: 0644]
sw/speed8/pc/link.c [new file with mode: 0644]
sw/speed8/pc/link.h [new file with mode: 0644]
sw/speed8/pc/log.c [new file with mode: 0644]
sw/speed8/pc/log.h [new file with mode: 0644]
sw/speed8/pc/memory.c [new file with mode: 0644]
sw/speed8/pc/memory.h [new file with mode: 0644]
sw/speed8/pc/rk05.c [new file with mode: 0644]
sw/speed8/pc/rk05.h [new file with mode: 0644]
sw/speed8/pc/rktool.c [new file with mode: 0644]
sw/speed8/pc/speed8.h [new file with mode: 0644]
sw/speed8/pdp8/.gitignore [new file with mode: 0644]
sw/speed8/pdp8/Makefile [new file with mode: 0644]
sw/speed8/pdp8/README [new file with mode: 0644]
sw/speed8/pdp8/SPEED8.PA [new file with mode: 0644]
sw/speed8/pdp8/speed8.pal [new file with mode: 0644]