aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-05-05Fix cart build (again)B. Watson
2021-05-05Finally fix damaged ship gfxB. Watson
2021-04-26Initial POC of in-game helpB. Watson
2021-04-16Use full 8K banks for cartridge buildB. Watson
2021-04-10port stat: save some bytes, slight speedupB. Watson
2021-04-04Inline some array code, 8128 bytes freeB. Watson
2021-03-23Fix parallel buildsB. Watson
2021-03-22Fix cart build for cc65 >= 2.16B. Watson
2021-03-20Fix build with BSD makeB. Watson
2021-03-17Force-disable utf8/unicode support in all perl scriptsB. Watson
2021-03-16Add titledata.dat to "make clean"B. Watson
2021-03-16Finish migrating to slackware.ukB. Watson
2016-03-29add "biginttest" make target, fix bad constant in bigint48.hB. Watson
2016-02-28add procsizes target, rewrite get_item in asm, combine some functions, 7808 b...B. Watson
2016-02-27use dictionary entries for M_taipan, etc. 7720 bytes free.B. Watson
2016-02-25rename linker config, replace cl65 => $(CC) in Makefile, 7479 bytes freeB. Watson
2016-02-25cartridge build is now a 32K cart, also fixed "play again? N" in the cartB. Watson
2016-02-23waste half the night trying to figure out weird interaction between axe and f...B. Watson
2016-02-22more code shrinkage, 7356 bytes freeB. Watson
2016-02-21fix cart buildB. Watson
2016-02-21fix warning in textcomp, add messages.c as taimain.xex dependencyB. Watson
2016-02-21text compression. 7017 bytes free.B. Watson
2016-02-19add clean to all test targetsB. Watson
2016-02-18save a byte in the cart buildB. Watson
2016-02-18use custom stripped-down crt0 for cartridge, save 65 bytesB. Watson
2016-02-18fix cart target (add conio/conio.lib)B. Watson
2016-02-17make the cursor behave *much* better, via custom conio functionB. Watson
2016-02-16keep RODATA in ROM for cart buildB. Watson
2016-02-15replace strtoul() with simplified version, saves 743 bytesB. Watson
2016-02-11add some generated files to the clean targetB. Watson
2016-02-11doc-only updatesB. Watson
2016-02-10add check for at least 32K to cart, various tinkeringB. Watson
2016-02-09Add testcart targetB. Watson
2016-02-09cart image works nowB. Watson
2016-02-09cartridge version WIP. Not really usable yet.B. Watson
2016-02-08make ctags optional and let it fail silently, if ctags not installedB. Watson
2016-02-07add mydos and dos2 targetsB. Watson
2016-02-07fix buglet in checkmem, add fenders targetB. Watson
2016-02-07take 2 on checkmemB. Watson
2016-02-07disable checkmem code for nowB. Watson
2016-02-07tweaking checkmem stuffB. Watson
2016-02-06rearrage logic in checkmem.s slightlyB. Watson
2016-02-05abort loading if BASIC or a cart is presentB. Watson
2016-02-04rewrite cspace() in asm, save a few more bytesB. Watson
2016-02-04support BROKEN xex loaders that can't handle markers after the 1st segmentB. Watson
2016-02-04finally figured out a way to use ctags with mixed asm/C projectB. Watson
2016-01-29rewrote screen-flash in asm, save a few bytesB. Watson
2016-01-27merge timed_getch.s and jsleep.s, preparing to change timed_getch() APIB. Watson
2016-01-20rewrite sound code in asm, shed 186 bytesB. Watson
2016-01-17restore colors/font on exit, fix bank withdrawal bug, rename bignum stuffB. Watson