Age | Commit message (Expand) | Author |
2016-02-23 | waste half the night trying to figure out weird interaction between axe and f... | B. Watson |
2016-02-22 | more code shrinkage, 7356 bytes free | B. Watson |
2016-02-21 | fix cart build | B. Watson |
2016-02-21 | fix warning in textcomp, add messages.c as taimain.xex dependency | B. Watson |
2016-02-21 | text compression. 7017 bytes free. | B. Watson |
2016-02-19 | add clean to all test targets | B. Watson |
2016-02-18 | save a byte in the cart build | B. Watson |
2016-02-18 | use custom stripped-down crt0 for cartridge, save 65 bytes | B. Watson |
2016-02-18 | fix cart target (add conio/conio.lib) | B. Watson |
2016-02-17 | make the cursor behave *much* better, via custom conio function | B. Watson |
2016-02-16 | keep RODATA in ROM for cart build | B. Watson |
2016-02-15 | replace strtoul() with simplified version, saves 743 bytes | B. Watson |
2016-02-11 | add some generated files to the clean target | B. Watson |
2016-02-11 | doc-only updates | B. Watson |
2016-02-10 | add check for at least 32K to cart, various tinkering | B. Watson |
2016-02-09 | Add testcart target | B. Watson |
2016-02-09 | cart image works now | B. Watson |
2016-02-09 | cartridge version WIP. Not really usable yet. | B. Watson |
2016-02-08 | make ctags optional and let it fail silently, if ctags not installed | B. Watson |
2016-02-07 | add mydos and dos2 targets | B. Watson |
2016-02-07 | fix buglet in checkmem, add fenders target | B. Watson |
2016-02-07 | take 2 on checkmem | B. Watson |
2016-02-07 | disable checkmem code for now | B. Watson |
2016-02-07 | tweaking checkmem stuff | B. Watson |
2016-02-06 | rearrage logic in checkmem.s slightly | B. Watson |
2016-02-05 | abort loading if BASIC or a cart is present | B. Watson |
2016-02-04 | rewrite cspace() in asm, save a few more bytes | B. Watson |
2016-02-04 | support BROKEN xex loaders that can't handle markers after the 1st segment | B. Watson |
2016-02-04 | finally figured out a way to use ctags with mixed asm/C project | B. Watson |
2016-01-29 | rewrote screen-flash in asm, save a few bytes | B. Watson |
2016-01-27 | merge timed_getch.s and jsleep.s, preparing to change timed_getch() API | B. Watson |
2016-01-20 | rewrite sound code in asm, shed 186 bytes | B. Watson |
2016-01-17 | restore colors/font on exit, fix bank withdrawal bug, rename bignum stuff | B. Watson |
2016-01-17 | fix final_stats() negative finalcash and score | B. Watson |
2016-01-16 | you're a (m|b|tr)illionaire, plus tighten up code some more | B. Watson |
2016-01-14 | read from correct byte of RTCLOK in rand.s | B. Watson |
2016-01-12 | move memory layout around to free more code space | B. Watson |
2016-01-08 | push target | B. Watson |
2016-01-08 | add make push target | B. Watson |
2016-01-08 | use custom long-to-ascii routine | B. Watson |
2016-01-07 | update readme, dike out unused sounds | B. Watson |
2016-01-07 | first pass at sounds | B. Watson |
2016-01-06 | change bg/text colors in title screen, plus Esc for help | B. Watson |
2016-01-06 | finished with title compression stuff for now (maybe forever) | B. Watson |
2016-01-06 | distclean is cleaner now | B. Watson |
2016-01-06 | document the compression before I forget | B. Watson |
2016-01-06 | compressed title image, loads faster | B. Watson |
2016-01-03 | choose pallette on title screen (atari logo key) | B. Watson |
2016-01-03 | add target for testing without SIO patch | B. Watson |
2016-01-02 | leave title screen showing while loading (not quite right yet) | B. Watson |