Commit Graph

5865 Commits

Author SHA1 Message Date
Vince Weaver
dd6082f4b0 glados: update shapes
appleII hires is a pain
2017-01-06 08:16:10 -05:00
Vince Weaver
ad4680fddb glados: one last fix to the music 2017-01-05 17:00:20 -05:00
Vince Weaver
cb146ebfce glados: update disk image 2017-01-05 16:47:34 -05:00
Vince Weaver
2c0a7a9909 glados: shape table struggles 2017-01-05 16:47:19 -05:00
Vince Weaver
782f8bd1f4 glados: caught some off notes in the music 2017-01-05 16:47:06 -05:00
Vince Weaver
6d3613bb84 glados: put key gosub in single digits 2017-01-05 16:46:47 -05:00
Vince Weaver
4622a0c495 glados: music done
need to debug a bit
2017-01-05 15:57:53 -05:00
Vince Weaver
ce51c2cfc4 glados: add some more music 2017-01-05 15:11:26 -05:00
Vince Weaver
e37b689dff glados: more music added 2017-01-05 14:44:51 -05:00
Vince Weaver
0e7de91bad asoft_sound: include comments in generated code 2017-01-05 14:08:59 -05:00
Vince Weaver
f7f847e7f4 asoft_sound: have 4 sound routines to choose from 2017-01-05 13:57:45 -05:00
Vince Weaver
3fb0a548ed glados: add credits to the music file 2017-01-05 13:06:26 -05:00
Vince Weaver
f525fd321c asoft_sound: can now generate BASIC program to play sounds
also have a mostly debugged still_alive sound file
2017-01-05 13:04:25 -05:00
Vince Weaver
1f3d1aace4 asoft_sound: initial checkin of sound generator 2017-01-05 10:37:06 -05:00
Vince Weaver
51025d3e71 glados: start adding shapes 2017-01-04 23:47:29 -05:00
Vince Weaver
bcea1a66c8 glados: full text works
I suppose I need to work on sound next
2017-01-04 22:25:10 -05:00
Vince Weaver
883be41256 glados: most of text done 2017-01-04 22:15:11 -05:00
Vince Weaver
75d91105f5 glados: another chunk 2017-01-04 17:25:05 -05:00
Vince Weaver
0b2a94dccc glados: second part done 2017-01-04 16:52:05 -05:00
Vince Weaver
a32fcc34c9 glados33: first part of song
also removed DOS linefeeds
2017-01-04 15:46:46 -05:00
Vince Weaver
363057c256 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-01-04 14:15:44 -05:00
Vince Weaver
faca514c48 glados33: try to get one of the text files working 2017-01-04 14:15:19 -05:00
Vince Weaver
881fb31990 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-01-04 14:09:47 -05:00
Vince Weaver
f1aab6e953 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-01-04 14:08:50 -05:00
Vince Weaver
23efcc545f glados33: add initial files 2017-01-04 14:08:24 -05:00
Vince Weaver
b1704c8a13 tokenize_asoft: add way to comment out large parts of a program 2017-01-04 14:07:39 -05:00
Vince Weaver
2d8646f724 webserver: comment the memcpy routine 2016-12-16 16:51:54 -05:00
Vince Weaver
db067ba91c webserver: add faster memcpy, but comment out 2016-12-16 16:47:25 -05:00
Vince Weaver
825e526a3a bin2data: fix off by one error 2016-12-16 16:45:22 -05:00
Vince Weaver
c7f04713b3 asoft-utils: add new bin2data utility 2016-12-16 13:36:48 -05:00
Vince Weaver
56f0a711eb webserver: set a proper mime type for .ico files
we were serving them up as html, which surprisingly firefox was fine
with
2016-12-16 12:33:46 -05:00
Vince Weaver
b42bd856eb webserver: some memory speed tests 2016-12-16 12:26:51 -05:00
Vince Weaver
d984f43407 webserver: add title/e-mail 2016-12-15 13:57:30 -05:00
Vince Weaver
23df7236d3 Update README 2016-12-15 13:56:23 -05:00
Vince Weaver
7f37c17555 webserver: update disk image 2016-12-15 13:40:21 -05:00
Vince Weaver
407c2296b3 webserver: print progress dots 2016-12-15 13:40:03 -05:00
Vince Weaver
60a25f3958 webserver: fix silly address bug, but it's not working now 2016-12-14 17:20:28 -05:00
Vince Weaver
ad9db0d0e7 webserver: attempt to handle circular buffer overflow properly 2016-12-14 16:52:54 -05:00
Vince Weaver
447cc49f6c webserver: error messages now work 2016-12-14 16:15:14 -05:00
Vince Weaver
8ad5b87bec webserver: BLOADs index.html off of disk 2016-12-14 14:20:23 -05:00
Vince Weaver
6e1ae7580b wbeserver: update the *non-masked* version of the offset pointer
urgh, couldn't figure out why sending 8kb of additional garbage each time
2016-12-14 13:47:46 -05:00
Vince Weaver
16b87c53b1 webserver.bas: mixup of physical address and offset 2016-12-14 12:18:06 -05:00
Vince Weaver
84d281f0b9 webserver: clean up Makefile 2016-12-14 11:29:37 -05:00
Vince Weaver
43ab033417 webserver.bas: move to slot 3, add more comments 2016-12-14 11:29:18 -05:00
Vince Weaver
82b7489da6 webserver: update Makefile to use new bsave functionality 2016-12-13 23:04:58 -05:00
Vince Weaver
127089371d dos33: silly 8/16 bug when writing address/len in bsave 2016-12-13 23:02:50 -05:00
Vince Weaver
eccadc5bee dos33: improve bsave functionality
can specify address and length
2016-12-13 22:55:17 -05:00
Vince Weaver
2dbe3d4b70 webserver: update Makefile 2016-12-13 16:57:02 -05:00
Vince Weaver
b01e82b56d dos33 tests: update TODO 2016-12-13 16:51:44 -05:00
Vince Weaver
0f1686c220 dos33: turn off debugging 2016-12-13 16:51:25 -05:00