Commit Graph

5816 Commits

Author SHA1 Message Date
Vince Weaver 8aa3f16135 ksp: aspect ratio needs some work 2016-03-13 23:51:17 -04:00
Vince Weaver 3abb44d122 presenter_demo: fix to work with new directory layout 2016-03-13 23:33:03 -04:00
Vince Weaver 430b1e5786 ksp: add my logo 2016-03-11 16:51:11 -05:00
Vince Weaver 83aa949066 ksp: add graphics 2016-03-11 16:41:38 -05:00
Vince Weaver 25d2447b3d update main Makefile to handle movement of tests 2016-03-11 16:19:38 -05:00
Vince Weaver d9a075e6a4 tests: move to dos33fs-utils directory 2016-03-11 16:19:04 -05:00
Vince Weaver 0843cb59db make makefile clean root dir of excess tildes 2016-03-11 16:15:51 -05:00
Vince Weaver f39f91863b hgr-utils: pcx2hr -- clean up whitespace, remove compiler warnings 2016-03-11 16:14:59 -05:00
Vince Weaver 9efa352160 hgr-utils: shape-table: clean up whitespace, fix compiler warning 2016-03-11 15:31:09 -05:00
Vince Weaver 4f18bff2bd hgr-utils: add README file 2016-03-11 14:59:48 -05:00
Vince Weaver a27951dfc1 dos33fs-utils: increment version number 2016-03-11 14:58:53 -05:00
Vince Weaver 176b274317 dos33fs-utils: add a README file 2016-03-11 14:58:42 -05:00
Vince Weaver 4f96a4e326 Add dos33fs code
This was a dos33fs filesystem driver for Linux 2.4

It is included for historical reasons.
2016-03-11 14:57:07 -05:00
Vince Weaver 0dfcfcd5bd asoft_basic-utils: add a README 2016-03-11 14:55:55 -05:00
Vince Weaver 002948dae0 asoft_compact: clean up whitespace, fix compiler warning 2016-03-11 14:54:20 -05:00
Vince Weaver 2305c15ee4 split up into subprojects
sorry anyone who was maintaining patches against this or had hardcoded
paths
2016-03-11 14:37:48 -05:00
Vince Weaver dc16365eea Add commands to change name of HELLO program
Both dos33 and mkdos33fs now support this
2012-09-21 00:51:25 -04:00
Vince Weaver 310cb6b3e0 Barebones documentation for asoft_compact 2012-05-18 17:28:56 -04:00
Vince Weaver c584e529b3 Add "asoft_compact" which tries to compact applesoft BASIC programs
currently only drops "LET" and converts "THEN GOTO" to "THEN"
2012-05-18 17:27:33 -04:00
Vince Weaver e5ea444c99 Warn if link!=offset in detokenizer 2012-05-18 17:22:02 -04:00
Vince Weaver a3df27d6f3 Fix to properly display error if no line number 2012-05-18 16:15:24 -04:00
Vince Weaver b08e65a2cd Update documentation. 2012-05-11 15:35:20 -04:00
Vince Weaver 593cb1adf6 Make the demo use dos33 -y now that it exists 2012-05-11 15:15:43 -04:00
Vince Weaver fd52e4bcde Make -y option answer yes to any warning prompts
Also make a lot of warnings/errors go to stderr

I should learn to git commit more often
2012-05-11 15:14:46 -04:00
Vince Weaver fae7590c03 Make dos33 command line arguments slightly more flexible
Double-checked this and re-ran tests, hopefully
I didn't break anything; don't want to corrupt
disk images :(

All this to enable a "-y" option so I can script
things better without having to answer "y" to warnings
2012-05-11 15:02:11 -04:00
Vince Weaver 271808e4b5 Final version of the Demo 2012-05-11 14:33:39 -04:00
Vince Weaver ff1e3c004f Add last two demo graphs 2012-05-11 00:49:19 -04:00
Vince Weaver 315da0dbbc Update presenter code
Add centering support

Change so loaded in HGR2 land.  Use HGR in all cases,
move shape table lower in memory.
2012-05-10 23:59:21 -04:00
Vince Weaver 772f596bb9 Update slides 2012-05-10 23:59:02 -04:00
Vince Weaver 9094ffafbb Update slides again 2012-05-10 17:28:05 -04:00
Vince Weaver d9762d68ba Update the demo 2012-05-10 12:39:14 -04:00
Vince Weaver 1bdd747dfd Modify pcx2hgr to handle 280x192 images too 2012-05-10 12:34:29 -04:00
Vince Weaver 9e92b8fae0 Add matrix-matrix multiply
To see how many FLOP/s we get
2012-05-09 23:12:19 -04:00
Vince Weaver e8fd1c403d Add capability to label Axes 2012-05-09 17:17:32 -04:00
Vince Weaver a6aa19c8b9 Add preliminary support for plotting graphs 2012-05-09 16:09:47 -04:00
Vince Weaver 6b6d6d0216 Improve shape table program
Now fully functional.  Will also warn you if your
shape table has zero fields that will be ignored.
2012-05-09 13:06:08 -04:00
Vince Weaver 2282929065 Initial support for a program that builds shape tables 2012-05-08 17:06:23 -04:00
Vince Weaver fa23256a40 Add support for HGR2 mode
add demo title screen, plus update so generates 40COL
slides properly.
2012-05-07 21:55:40 -04:00
Vince Weaver 582911d1df Read slides from file, fix keyboard navigation 2012-05-04 17:18:38 -04:00
Vince Weaver 193ddc1741 Have presenter get slide and footer info from files 2012-05-04 16:55:31 -04:00
Vince Weaver 878872476f Re-arrange the file layout a bit 2012-05-04 16:03:10 -04:00
Vince Weaver a7669baf08 Update README file 2012-05-04 15:36:23 -04:00
Vince Weaver 77db999e7d pcx2hgr now works
it generates color images that can be loaded with
  BLOAD IMAGE,A$2000
2012-05-04 15:33:00 -04:00
Vince Weaver b10bc5746b Update pcx2hgr to compile 2012-05-04 10:33:22 -04:00
Vince Weaver 1c016a8de7 Import vmw_pcx.c from the tb1 svmwgraph 2012-05-04 10:18:29 -04:00
Vince Weaver 946ed6f7a8 Presenter now handles multiple slides.
It also is starting to read from a configuration directory
2012-05-03 17:36:02 -04:00
Vince Weaver 0f0e525298 Add better keyboard handling 2012-05-03 13:40:46 -04:00
Vince Weaver 9fbb15b155 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2012-05-03 13:30:10 -04:00
Vince Weaver 3f9082c6b1 Some minor fixups 2012-05-03 13:29:29 -04:00
Vince Weaver 5e73aac35c Bump the version number 2012-05-03 12:50:32 -04:00