aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-19add delete key to name_firm(); shrink code, 5921 bytes freeB. Watson
2016-02-18put McHenry back the way he wasB. Watson
2016-02-18shrink code, 5829 bytes freeB. 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-18McHenry now asks for e.g. 11.5 Million rather than 11500000B. Watson
2016-02-17make the cursor behave *much* better, via custom conio functionB. Watson
2016-02-16shrink code, 5599 bytes free, move some code so it runs straight from bank 3 ...B. Watson
2016-02-16keep RODATA in ROM for cart buildB. Watson
2016-02-15shave off some code size, spend some of it on better randomness. 5461 bytes f...B. Watson
2016-02-15replace strtoul() with simplified version, saves 743 bytesB. Watson
2016-02-11update README.txtB. Watson
2016-02-11add some generated files to the clean targetB. Watson
2016-02-11B now cycles thru all 16 hues; sound ON now followed by normal space, not inversB. Watson
2016-02-11restore old default brightness (2nd brightestB. Watson
2016-02-11add another text brightness level, make cartridge display list comply with At...B. Watson
2016-02-11minor doc updateB. Watson
2016-02-11doc-only updatesB. Watson
2016-02-10add check for at least 32K to cart, various tinkeringB. Watson
2016-02-10more test results for DOSes.txtB. 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-07save another 58 bytes, now at 4684 freeB. Watson
2016-02-07save another 24 bytes, now 4626 freeB. Watson
2016-02-07save a few more bytesB. Watson
2016-02-07fix bone-headed error in title decompressorB. 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-06trying to get taipan to load with atarimax flash cart xex loaderB. Watson
2016-02-06rearrage logic in checkmem.s slightlyB. Watson
2016-02-06trim another few bytesB. Watson
2016-02-05abort loading if BASIC or a cart is presentB. Watson
2016-02-05more code shrinkage, we have 4523 bytes free nowB. 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-04crunch another 100 bytes of codeB. Watson
2016-02-04get rid of ultoa() wrapper for ultostr()B. Watson
2016-02-04finally figured out a way to use ctags with mixed asm/C projectB. Watson
2016-02-04commented the hell out of explosion.sB. Watson
2016-02-02fix sound not working with APE loaderB. Watson
2016-02-01get rid of "to" after "your orders are", fixes gun display and descenders tou...B. Watson
2016-02-01put spacing of "your orders" back like it was, see how it looksB. Watson
2016-02-01yet another explosion typeB. Watson
2016-02-01print BSS size in size.plB. Watson