aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-18dla2csv.xex: progress bar instead of percentage.HEADmasterB. Watson
2022-11-18dla2csv.xex: only update percentage every other y.B. Watson
2022-11-17dla2csv.c: de-uglify the code some, fix minor issues.B. Watson
2022-11-17dla2csv.xex: optimizations WIP.B. Watson
2022-11-17Attempt to optimize dla2csv.xex.B. Watson
2022-11-17dla2csv.xex: use register for inp in convert(), add profiling.B. Watson
2022-11-17Clean up and comment Makefile.B. Watson
2022-11-16dla2csv.xex: silence warning in main().B. Watson
2022-11-16dla2csv.xex: stop using atexit(), it crashes under MyDOS.B. Watson
2022-11-16autorun.sys: make it work on Sparta 3.2 (even though it's not needed).B. Watson
2022-11-16enhance autorun.sys.B. Watson
2022-11-16dla.atr: add autorun.sys, which requires XIO 40 (exec binary file), so switch...B. Watson
2022-11-15Fix email address in README.B. Watson
2022-11-15Document other make targets in BUILD.txt.B. Watson
2022-11-15Add ATR image.B. Watson
2022-11-15Update .gitignoreB. Watson
2022-11-15Add a few more notes to README.B. Watson
2022-11-15Add a few notes to README.B. Watson
2022-11-15Bump version to 0.3.2.B. Watson
2022-11-15dla.xex: add Quit to Save/Redo/New menu.B. Watson
2022-11-14C formatting nitpickery.B. Watson
2022-11-14dla2csv.xex: exit instead of crashing if user presses Ctrl-3.B. Watson
2022-11-14cosmeticsB. Watson
2022-11-14dla.xex: add Q=Quit to particles prompt.B. Watson
2022-11-14dla.xex: add quit option, play nicer with various DOSes.B. Watson
2022-11-14v0.3.1: dla.xex: handle Break and EOF at prompts.B. Watson
2022-11-13v0.3.0: save files are now 176x170.B. Watson
2022-11-13Use prettier colors in dla2csv.xex.B. Watson
2022-11-12dla2csv derp.B. Watson
2022-11-12Make dla2csv more like a real C program instead of "portable assembly".B. Watson
2022-11-12Tweak README.B. Watson
2022-11-12dla2csv.xex: update help message.B. Watson
2022-11-12dla2csv.xex: Add "Exit program?" option when user enters an empty filename.B. Watson
2022-11-11Tweak README.B. Watson
2022-11-11Fix Makefile incompatibility with BSD make.B. Watson
2022-11-11Embed version number in dla2img.sh.B. Watson
2022-11-11Bullet-proof dla2img.sh, update README.txt.B. Watson
2022-11-11v0.2.1: Prepend D: to Save filename if needed. Move VERSION out of the Makefile.B. Watson
2022-11-11dla2csv.xex: disk directory support, disable break key, ^C to abort conversion.B. Watson
2022-11-10Mention TNFS in README.B. Watson
2022-11-10Mention 48K requirement in README.B. Watson
2022-11-10Add repo URL to README.B. Watson
2022-11-10Include dla2csv binary in .gitignore.B. Watson
2022-11-10Include local cruft in .gitignore.B. Watson
2022-11-10VERSION now set in Makefile.B. Watson
2022-11-10Add direct links to executables in README.B. Watson
2022-11-10Add .xex files to repo.B. Watson
2022-11-10Report write errors in dla2csv, add disk and disktest make targets.B. Watson
2022-11-10dla2csv: complain if input looks incorrect, user-friendly enhancements for at...B. Watson
2022-11-10memcheck failure does a reset instead of crash.B. Watson