aboutsummaryrefslogtreecommitdiff
path: root/dla.s
AgeCommit message (Expand)Author
2022-11-15dla.xex: add Quit to Save/Redo/New menu.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-11v0.2.1: Prepend D: to Save filename if needed. Move VERSION out of the Makefile.B. Watson
2022-11-10VERSION now set in Makefile.B. Watson
2022-11-10memcheck failure does a reset instead of crash.B. Watson
2022-11-10Add memory check segment, make display list show all 170 gr8 lines.B. Watson
2022-11-09Keep drunkwalk and lineaddrs_l/h from crossing page boundaries (3% speedup).B. Watson
2022-11-08Remove tmp1.B. Watson
2022-11-08Add/fix comments, profiling for initscreen and render. Runtime ~3:05 now.B. Watson
2022-11-08drunkwalk does spawning and plotting, too.B. Watson
2022-11-08Remove part_x and part_y.B. Watson
2022-11-08Remove Start key peeking (no longer works).B. Watson
2022-11-08Store unpacked pixels during generation. Needs more testing.B. Watson
2022-11-06Remove dead code, save 3 cycles in drunkwalk, v0.1.3.B. Watson
2022-11-05Unroll drunkwalk some, v0.1.2, save ~25s runtime.B. Watson
2022-11-05Save another ~45 sec runtime, version 0.1.1B. Watson
2022-11-05Save ~15 cycles in drunkwalk.B. Watson
2022-11-05Fix cycle counts.B. Watson
2022-11-04Bump version to 0.1.0.B. Watson
2022-11-04Save 3 more cycles in drunkwalk.B. Watson
2022-11-04More micro-opts.B. Watson
2022-11-04Fix cycle-counting comments.B. Watson
2022-11-04Micro-optimization: Self-modifying code!B. Watson
2022-11-03Micro-optimizations.B. Watson
2022-11-02Check for Start key in vblank only.B. Watson
2022-11-01Twiddle some comments.B. Watson
2022-11-01Use getchr for menu.B. Watson
2022-11-01Save a few cycles in drunkwalk.B. Watson
2022-11-01fastmasks, ~15% speedupB. Watson
2022-10-31Bump version to 0.0.99B. Watson
2022-10-31Update README, close IOCB before open, "Saved OK" prompt.B. Watson
2022-10-31Print elapsed time in MM:SS.CCB. Watson
2022-10-31Keep default particles & seed on New.B. Watson
2022-10-26Update README.txtB. Watson
2022-10-26Menu options: add New, remove Exit and WriteCSV.B. Watson
2022-10-25Reorganize code, no more separate init segment.B. Watson
2022-10-25Initial save-image support.B. Watson
2022-10-25Bump version.B. Watson
2022-10-25Inline plotsetup in drunkwalk; add more seed types.B. Watson
2022-10-25Micro-optimization: inline spawn subroutine.B. Watson
2022-10-25Pico-optimizationB. Watson
2022-10-25Micro-optimizationsB. Watson
2022-10-25Cleanup FR1B. Watson
2022-10-25Fix PAL/NTSC divisorB. Watson
2022-10-25Show elapsed time and (non-functional) menu.B. Watson
2022-10-24Version 0.0.4, run with CRITIC setB. Watson