Age | Commit message (Expand) | Author |
2021-04-10 | port stat: save some bytes, slight speedup | B. Watson |
2021-04-04 | Inline some array code, 8128 bytes free | B. Watson |
2021-03-23 | Fix parallel builds | B. Watson |
2021-03-22 | Fix cart build for cc65 >= 2.16 | B. Watson |
2021-03-20 | Fix build with BSD make | B. Watson |
2021-03-17 | Force-disable utf8/unicode support in all perl scripts | B. Watson |
2021-03-16 | Add titledata.dat to "make clean" | B. Watson |
2021-03-16 | Finish migrating to slackware.uk | B. Watson |
2016-03-29 | add "biginttest" make target, fix bad constant in bigint48.h | B. Watson |
2016-02-28 | add procsizes target, rewrite get_item in asm, combine some functions, 7808 b... | B. Watson |
2016-02-27 | use dictionary entries for M_taipan, etc. 7720 bytes free. | B. Watson |
2016-02-25 | rename linker config, replace cl65 => $(CC) in Makefile, 7479 bytes free | B. Watson |
2016-02-25 | cartridge build is now a 32K cart, also fixed "play again? N" in the cart | B. Watson |
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 |