aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2016-01-17fix final_stats() negative finalcash and scoreB. Watson
2016-01-16you're a (m|b|tr)illionaire, plus tighten up code some moreB. Watson
2016-01-14read from correct byte of RTCLOK in rand.sB. Watson
2016-01-12move memory layout around to free more code spaceB. Watson
2016-01-08push targetB. Watson
2016-01-08add make push targetB. Watson
2016-01-08use custom long-to-ascii routineB. Watson
2016-01-07update readme, dike out unused soundsB. Watson
2016-01-07first pass at soundsB. Watson
2016-01-06change bg/text colors in title screen, plus Esc for helpB. Watson
2016-01-06finished with title compression stuff for now (maybe forever)B. Watson
2016-01-06distclean is cleaner nowB. Watson
2016-01-06document the compression before I forgetB. Watson
2016-01-06compressed title image, loads fasterB. Watson
2016-01-03choose pallette on title screen (atari logo key)B. Watson