Commit Graph

848 Commits

Author SHA1 Message Date
Vince Weaver
25a8d7b497 entropy: shave another byte off thanks to Nick Westgate 2018-05-31 12:47:28 -04:00
Vince Weaver
59025a1d5d entropy: qkumba shaved another byte by noticing XDRAW0 always exits with x=0 2018-05-31 12:14:46 -04:00
Vince Weaver
e926b394d8 duet: update samples
also make duet.s relocatable
2018-05-31 11:04:33 -04:00
Vince Weaver
bbf5f90a2a ed: update songs 2018-05-31 01:31:24 -04:00
Vince Weaver
63ae93ef0a duet: update with SA image 2018-05-30 16:44:36 -04:00
Vince Weaver
c5d661b513 ed: I have a bad feeling about this 2018-05-30 14:39:47 -04:00
Vince Weaver
9f197f010f entropy: update README 2018-05-29 12:49:52 -04:00
Vince Weaver
d10d9cda5a entropy: another two bytes off thanks to qkumba 2018-05-29 12:48:53 -04:00
Vince Weaver
c11bc7f5f6 entropy: somehow forgot to update with newest disk image 2018-05-29 10:22:33 -04:00
Vince Weaver
d868ae2912 entropy: get it down below 128 bytes 2018-05-29 00:01:23 -04:00
Vince Weaver
5a905926f1 entropy: more comments 2018-05-28 01:38:48 -04:00
Vince Weaver
de27045079 entropy: more comments 2018-05-28 01:32:17 -04:00
Vince Weaver
8df4d4c3e3 entropy: update comments 2018-05-28 01:30:12 -04:00
Vince Weaver
09c3e7d70b entropy: sorta under the 128 byte level 2018-05-28 01:12:32 -04:00
Vince Weaver
3b64e895c3 entropy: shave off a few more bytes 2018-05-28 00:59:28 -04:00
Vince Weaver
7c156eb49f entropy: update some comments 2018-05-28 00:45:59 -04:00
Vince Weaver
920ba01aa2 entropy: another byte off 2018-05-28 00:30:40 -04:00
Vince Weaver
6a0aaeb009 entropy: optimize nextx 2018-05-28 00:27:25 -04:00
Vince Weaver
ed747e349f entropy: add some comments 2018-05-28 00:22:47 -04:00
Vince Weaver
07202ab93c entropy: add first working version 2018-05-28 00:02:37 -04:00
Vince Weaver
1b2fd71fc6 entropy: getting closer to working 2018-05-27 18:45:07 -04:00
Vince Weaver
57133d4e72 sa: update object table 2018-05-27 11:22:54 -04:00
Vince Weaver
102565a5ad entropy: more progress 2018-05-27 11:22:38 -04:00
Vince Weaver
06918747bf sa: ending, urgh had a/x switched in the hplot code 2018-05-27 11:21:46 -04:00
Vince Weaver
06fb0d263f entropy: bcc vs bcs 2018-05-27 01:06:06 -04:00
Vince Weaver
e4d0ce8a8b entropy: add initial port
not working
2018-05-27 01:03:45 -04:00
Vince Weaver
efe7522ed4 sa: update disk image 2018-05-25 07:51:10 -04:00
Vince Weaver
8fba31ea9e sa: some more ending work 2018-05-25 07:38:41 -04:00
Vince Weaver
85d338a45f sa: start a HGR infrastructure
HGR is a pain
2018-05-24 19:42:22 -04:00
Vince Weaver
cb010ddcb1 sa: work on ending 2018-05-24 17:01:42 -04:00
Vince Weaver
6f3dff1c63 sa: strip out some unused stuff 2018-05-24 14:47:49 -04:00
Vince Weaver
2740fdc3e8 sa: update disk image 2018-05-24 14:40:50 -04:00
Vince Weaver
2e6c521a39 sa: both 40 and 80 column tested and work! 2018-05-24 14:40:21 -04:00
Vince Weaver
bb6820f53d sa: have cursor going on 80col 2018-05-24 14:31:14 -04:00
Vince Weaver
046c81f7a6 sa: speed up the 80 column draw a bit 2018-05-24 13:53:07 -04:00
Vince Weaver
fe4ab8f2ba sa: have 80column art mostly working
a bit slow, can hear slight pause in music
2018-05-24 13:25:35 -04:00
Vince Weaver
267f1dca2e sa: initial 80col support 2018-05-24 12:42:27 -04:00
Vince Weaver
728d84d316 sa: update disk image 2018-05-24 11:59:32 -04:00
Vince Weaver
79be2739da sa: modify to not lyrics off the end and print garbage 2018-05-24 11:59:07 -04:00
Vince Weaver
6933be42f6 sa: uppercase 40 column always 2018-05-24 10:46:22 -04:00
Vince Weaver
f1e41a1340 sa: add blinky cursor
not sure this is an improvement, but is accurate
2018-05-24 10:33:05 -04:00
Vince Weaver
1a559ef166 sa: move lyrics printing out of interrupt handler file 2018-05-24 09:48:48 -04:00
Vince Weaver
2385c53473 sa: add 4-channel KR4 file 2018-05-23 23:49:18 -04:00
Vince Weaver
59a26997d0 sa: add raw music 2018-05-23 23:29:51 -04:00
Vince Weaver
b71a69b35c sa: back to uncompressed ascii art 2018-05-23 16:09:44 -04:00
Vince Weaver
e6c001287d sa: try to encrypt the ascii art
turns out it is too slow, and we can't re-use the lz4 code
without duplicating it completely.
2018-05-23 16:04:27 -04:00
Vince Weaver
cf9c367e32 sa: move lyrics conversion to own directory 2018-05-23 14:20:38 -04:00
Vince Weaver
3ab5969867 sa: have 40col working 2018-05-23 14:07:19 -04:00
Vince Weaver
6cd1a8e424 sa: clean up 40col support 2018-05-23 12:50:12 -04:00
Vince Weaver
92bd667381 sa: update docs 2018-05-23 11:59:56 -04:00