aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2016-01-03add target for testing without SIO patchB. Watson
2016-01-02leave title screen showing while loading (not quite right yet)B. Watson
2016-01-01graphical title, Makefile clean/documentationB. Watson
2015-12-31fix mchenry() spacingB. Watson
2015-12-31faster redraws, fix damage bug, fix mchenry damage calcsB. Watson
2015-12-31faster screen updates, requires git cc65B. Watson
2015-12-30Better looking damageB. Watson
2015-12-29initial commitB. Watson