Commit Graph

3543 Commits

Author SHA1 Message Date
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
Vince Weaver
8019e4d7dd 18 August 2009
+ Fix warnings on recent gcc.
+ Audit much of the extisting dos33 code.

19 August 2009
+ Add integer basic detokenizer
+ Implement lock/unlock in dos33
+ Implement undelete in dos33
+ Implement rename in dos33
2012-05-02 10:50:46 -04:00
Vince Weaver
8d670e79c6 19 August 2007
+ Fix so compiles with newish gcc
+ Update asoft_detoken to match documentation found online
+ Create tokenize_asoft

This work was while working on LL_6502
2012-05-02 10:47:23 -04:00
Vince Weaver
a3ff5e63e5 18 July 2004
+ Minor bug fix
2012-05-02 10:45:37 -04:00
Vince Weaver
25b5b8a946 21 June 2003
+ Fix error where we could allocate a used sector!  ARGH!
2012-05-02 10:44:12 -04:00
Vince Weaver
04ac80431e Add dos33_text2ascii.c
Was working on this to aid development of TB_6502 assembly language game
2012-05-02 10:40:29 -04:00
Vince Weaver
b86c16fa1a Oldest version I can find. 2012-05-02 10:35:57 -04:00
Vince Weaver
1ee8be3a70 Initial commit 2012-05-02 10:32:52 -04:00