Commit Graph

4139 Commits

Author SHA1 Message Date
Vince Weaver
e1f1e35985 lines logo program
based on this thread on twitter:
https://twitter.com/closethipster/status/1355982048071217153
2021-08-06 15:24:17 -04:00
Vince Weaver
1664868d96 mboard: logo mockingboard demo is more or less working 2021-08-06 12:49:46 -04:00
Vince Weaver
a5dd665198 mboard: some hacks got it to work
need to manually set IRQ vector
2021-08-06 11:25:58 -04:00
Vince Weaver
4ba7c72813 mboard: logo leaves us in AUX mode? 2021-08-06 10:51:38 -04:00
Vince Weaver
119c29db2a mboard: properly setup pt3 backround playing for PRODOS
doesn't work under LOGO though
2021-08-06 01:29:46 -04:00
Vince Weaver
a0c57872c4 mboard: forgot the Makefile somehow 2021-08-05 18:40:49 -04:00
Vince Weaver
48f8f8d054 logomusic: forgot image 2021-08-05 16:38:26 -04:00
Vince Weaver
02fdfc02cd logo music: initial commit 2021-08-05 16:38:03 -04:00
Vince Weaver
91efaaf7bc prodos: fix directory allocation entry
embarassing mistake, changed meaning of paramater but since both ints
wasn't caught
2021-08-05 14:09:48 -04:00
Vince Weaver
62f80a60fc prodos: fix bug when findind free block
meant that SAVE was not working quite right

also added a bunch of debugging messages
2021-08-05 14:00:46 -04:00
Vince Weaver
628513d1c1 tokenize_asoft: fix handling of linefeeds inside of open quotes
was breaking the z output
2021-08-05 01:11:33 -04:00
Vince Weaver
2977ac19c2 arcs: update appleiibot version 2021-08-05 01:11:11 -04:00
Vince Weaver
2ea8cbe621 z: update comments 2021-08-05 01:10:08 -04:00
Vince Weaver
fc62455f69 z: more improvements from qkumba 2021-08-05 01:09:06 -04:00
Vince Weaver
ee6dd84d9f z: update to compile on Linux 2021-08-04 19:48:19 -04:00
Vince Weaver
8e32466246 z: initial commit from qkumba 2021-08-04 18:48:03 -04:00
Vince Weaver
7ea2033caf prodos: add subdir support to rest of utils
WARNING: not tested, also won't work if you have to grow
a directory list
2021-08-04 16:06:52 -04:00
Vince Weaver
2e7be027ff prodos: LOAD now works with subdirs 2021-08-04 15:56:48 -04:00
Vince Weaver
9e6ebc92c2 prodos: catalog of subdirs now works 2021-08-04 15:35:50 -04:00
Vince Weaver
ee544928c1 prodos: more work on subdir support 2021-08-04 09:04:25 -04:00
Vince Weaver
b4852bf33e logo: rr: re-arrange a bit 2021-08-04 01:00:02 -04:00
Vince Weaver
1907caf2c4 prodos: add subdir support to DUMP 2021-08-04 00:59:46 -04:00
Vince Weaver
b2e684247b prodos: add DELETE support
seems to work
2021-08-03 20:40:45 -04:00
Vince Weaver
c84a801d49 prodos: enable setting create/modify time 2021-08-03 17:05:05 -04:00
Vince Weaver
b99cdc1ee7 prodos: update README 2021-08-03 16:17:25 -04:00
Vince Weaver
1d3be879f7 prodos: clean up warnings in dump 2021-08-03 16:14:26 -04:00
Vince Weaver
2e0f87162f prodos: mkprodosfs vaguely working 2021-08-03 16:09:41 -04:00
Vince Weaver
5e04bbf227 prodos: implement RENAME support 2021-08-03 13:33:29 -04:00
Vince Weaver
9047bce044 prodos: save sort of working
not all the attributes are being set, but a sapling survived a save/load
round trip
2021-08-03 01:19:39 -04:00
Vince Weaver
322ba44833 prodos: work on save file support 2021-08-02 16:01:09 -04:00
Vince Weaver
58f22f7119 prodos: VOLUME command now works 2021-08-02 13:37:50 -04:00
Vince Weaver
2570ecc0e2 rr_logo: start working on automated build 2021-08-02 01:06:39 -04:00
Vince Weaver
e4e41d710d prodos: add utility for reading text files
also add in more complete 2mg support
2021-08-02 00:50:55 -04:00
Vince Weaver
dbe56330e9 prodos: add 2MG support 2021-08-01 20:41:54 -04:00
Vince Weaver
960b705596 prodos: add support for tree files
I only am testing on floppies so no files >128k to test
2021-08-01 20:15:02 -04:00
Vince Weaver
166f24075f prodos: load sapling support 2021-08-01 19:41:38 -04:00
Vince Weaver
0cba4da691 prodos: LOAD of a seed file works now
the DOS33 interleave support was horribly broken
2021-08-01 19:11:09 -04:00
Vince Weaver
907146f43b vgi tests: split up 2021-07-30 15:10:38 -04:00
Vince Weaver
7231194c5c prodos: work on LOAD functionality 2021-07-30 00:37:52 -04:00
Vince Weaver
643aca2973 prodos: strip out some unneeded stuff 2021-07-29 22:29:06 -04:00
Vince Weaver
67814b316d prodos: catalog works 2021-07-29 22:04:08 -04:00
Vince Weaver
18a286dc0d vgi: move some things around 2021-07-29 16:56:45 -04:00
Vince Weaver
80ab6fefbf vgi-myst: move to own directory 2021-07-29 16:47:17 -04:00
Vince Weaver
1bd9028b9b vgi-doom: split off to own directory 2021-07-29 15:35:06 -04:00
Vince Weaver
f73271f20d hgr: lines: optimize 2021-07-29 14:16:08 -04:00
Vince Weaver
5f02faf303 prodos: work on catalog 2021-07-29 01:07:29 -04:00
Vince Weaver
d8be8dc59e prodos: get dates printing right 2021-07-29 00:45:47 -04:00
Vince Weaver
76231a67e0 prodos: can handle .dsk and .po images now
interleave is a pain
2021-07-28 23:02:18 -04:00
Vince Weaver
b8e0cf5b29 prodos: volume free bitmap printing 2021-07-28 17:20:00 -04:00
Vince Weaver
47336d1189 hgr: lines: minor changes 2021-07-28 08:44:22 -04:00