Commit Graph

5757 Commits

Author SHA1 Message Date
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
Vince Weaver 7db3c07168 Rename asoft_present to asoft_presenter
present sounded like a gift
2012-05-03 12:49:52 -04:00
Vince Weaver 6feb2ba58a Start work on "asoft_present" a tool for generating presentations
Currently it mostly displays a footer with page numbering info.
2012-05-02 17:42:03 -04:00
Vince Weaver 155465ffd0 Fix tokenizing of REM statements 2012-05-02 14:21:58 -04:00
Vince Weaver 1b1c727900 Add a run_all_tests script 2012-05-02 11:36:55 -04:00
Vince Weaver 4ba1159da0 One last gcc-4.6 warning fixed 2012-05-02 11:36:40 -04:00
Vince Weaver 38d90a85ec Fix gcc-flagged potential type conversion error. 2012-05-02 11:31:50 -04:00
Vince Weaver 85d0c1aa35 "Fix" numerous gcc 4.6 warnings
Hundreds of warnings to wade through, most of which were not actual
problems.  Thanks, gcc.
2012-05-02 11:21:32 -04:00
Vince Weaver 512dece2f4 Update Makefile to handle char2hex
Although not sure if it's worth keeping
2012-05-02 10:55:35 -04:00
Vince Weaver 098d6a53f4 Some minor fixes 2012-05-02 10:53:54 -04:00