Commit Graph

466 Commits

Author SHA1 Message Date
Vince Weaver
3abd6ffdfa dump_ed: more work on the output 2017-06-20 22:39:45 -04:00
Vince Weaver
dd53ec31c7 sound: add an Electric Duet dumper 2017-06-20 21:48:29 -04:00
Vince Weaver
fd871848c3 tfv: update disk image 2017-05-22 08:45:50 -04:00
Vince Weaver
6bc2c7de1c tfv: start in on flying 2017-05-18 23:38:06 -04:00
Vince Weaver
a0ee6864c1 gr-sim: vtab and cursor key improvements 2017-05-18 13:09:51 -04:00
Vince Weaver
c98fbb22e1 gr-sim: text output seems to be working 2017-05-17 23:25:07 -04:00
Vince Weaver
2d72678f04 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-05-17 18:55:46 -04:00
Vince Weaver
e99d77f6fd gr-sim: minimal text mode support
still need to implement cout()
2017-05-17 17:14:47 -04:00
Vince Weaver
5b8bc29f5b gr-sim: add soft-switch support 2017-05-17 15:47:20 -04:00
Vince Weaver
78a5b0e76e Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-05-12 19:40:06 -04:00
Vince Weaver
37cd697d77 tfv: transparent sprite mostly working 2017-05-12 16:35:52 -04:00
Vince Weaver
4d846e778b tfv: initial screen copy routine 2017-05-12 14:29:21 -04:00
Vince Weaver
225dc6f4cc tfv: minimal sprite implementation 2017-05-12 12:50:24 -04:00
Vince Weaver
5562132062 tfv: comment the RLE code 2017-05-06 19:53:55 -04:00
Vince Weaver
a8970f761b tfv: have RLE image loading working
forgot how much I hate 6502 assembler
2017-05-06 19:29:19 -04:00
Vince Weaver
2bedb2b369 gr-sim: vlin support is working 2017-05-04 15:16:42 -04:00
Vince Weaver
2b3f766c70 gr-sim: use actual code for gr 2017-05-04 14:59:25 -04:00
Vince Weaver
d87eac3693 gr-sim: add text test 2017-05-04 14:34:57 -04:00
Vince Weaver
339a08444a png2rle: fix bug where not including last run/value pair 2017-05-04 14:33:01 -04:00
Vince Weaver
0aa9a3727a tfv: add inline rle image 2017-05-04 14:32:41 -04:00
Vince Weaver
b7e225212c gr-sim: add home() support 2017-05-04 14:32:23 -04:00
Vince Weaver
8024a2bad4 gr-sim: fix zero page addresses
somehow read the monitor listing wrong
2017-05-04 09:14:44 -04:00
Vince Weaver
6fb8ad2143 gr-utils: add png2rle 2017-05-03 23:06:50 -04:00
Vince Weaver
554913e927 png2gr: split up file in prep of code reuse 2017-05-03 22:21:19 -04:00
Vince Weaver
d719c673fa gr-utils: minor fixes to png2gr 2017-05-03 12:31:59 -04:00
Vince Weaver
2587d829bf gr-sim: actually model the RAM layout properly 2017-05-03 12:20:53 -04:00
Vince Weaver
3fd760912e gr-sim: add tfv 2017-05-03 10:53:27 -04:00
Vince Weaver
737c56cfd0 gr-sim: add bload support 2017-05-03 10:50:15 -04:00
Vince Weaver
b52890bfeb tfv: more commenting of duet 2017-05-03 00:40:33 -04:00
Vince Weaver
ab1c70b37c tfv: more commenting of the duet "source" 2017-05-02 17:11:27 -04:00
Vince Weaver
453ca6bdb2 gr-sim: add another demo 2017-05-02 15:21:32 -04:00
Vince Weaver
f75da270f7 gr-sim: make it a library 2017-05-02 10:56:59 -04:00
Vince Weaver
10e10a2576 gr-sim: add SDL GR simulator 2017-05-02 09:59:39 -04:00
Vince Weaver
3acb698ca2 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-05-02 09:16:48 -04:00
Vince Weaver
f2cb528fd4 tfv: get duet.s building with cc65 2017-05-01 23:16:17 -04:00
Vince Weaver
1f8c57d71e tfv: start work on ill-advised new project 2017-04-30 22:24:49 -04:00
Vince Weaver
b483313d94 gr-utils: add a png2gr target 2017-04-30 22:22:07 -04:00
Vince Weaver
e31cdb2620 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-04-24 09:50:45 -04:00
Vince Weaver
b04dc5070b deceptive_listings: messing around with basic listings
though it turns out that DOS re-interprets programs you load so
manually messing with the line offsets is lost if you do it in advance
2017-04-24 08:10:29 -04:00
Vince Weaver
38994ef9a8 asoft-detoken: don't print trailing space on REM
this makes the output of detoken match input of token
2017-04-23 23:46:18 -04:00
Vince Weaver
3cfcf85a3a tokenize_asoft: add support for manually setting offset 2017-04-23 23:24:30 -04:00
Vince Weaver
d0e03fd31e tokenize_asoft: add command line parser 2017-04-23 22:53:20 -04:00
Vince Weaver
60322f95cb asoft_detoken: clean up whitespace, add command line args 2017-04-23 22:43:35 -04:00
Vince Weaver
d5ef00e9f0 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-01-17 09:10:48 -05:00
Vince Weaver
18a66c1427 glados: start work on some assembly code
having trouble figuring out the cycle counts on the sound routine
2017-01-16 23:59:11 -05:00
Vince Weaver
af33a4874f glados: Update faq 2017-01-16 12:48:10 -05:00
Vince Weaver
733e3e7e9a glados: update TODO 2017-01-16 12:40:42 -05:00
Vince Weaver
210628eb6d glados: add some notes after all the press 2017-01-16 12:35:55 -05:00
Vince Weaver
4ff7df1a55 Merge branch 'master' of git://github.com/deater/dos33fsprogs 2017-01-13 10:32:36 -05:00
Vince Weaver
e19783aafa glados: mouse test code now works, thanks to inexorabletash on c.s.a2.p 2017-01-12 21:18:10 -05:00