aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-23modify conio so it no longer needs carriage returns, now 7454 bytes freeB. Watson
2016-02-23waste half the night trying to figure out weird interaction between axe and f...B. Watson
2016-02-22undo 1-byte optimization that breaks fenders, 7387 free nowB. Watson
2016-02-22save 12 more bytes, 7388 freeB. Watson
2016-02-227376 bytes freeB. Watson
2016-02-22save 12 more bytes, 7368 free, document the hell out of console.sB. Watson
2016-02-22more code shrinkage, 7356 bytes freeB. Watson
2016-02-22more squeezing, 7175 bytes free (broke the 7k barrier)B. Watson
2016-02-21more text compression, 7054 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-21save a few more bytes, now 6283 freeB. Watson
2016-02-20shrink code, now 6260 bytes freeB. Watson
2016-02-19add clean to all test targetsB. Watson
2016-02-19use a clrtoeol() wrapper instead of conio clrscr(), now 6035 bytes freeB. Watson
2016-02-19comment out conio revers function, save 22 bytes, now 5998 freeB. Watson
2016-02-19shrink code, now 5976 bytes free. update cart.txtB. Watson
2016-02-19save a byte in timed_getch, add conio docB. Watson
2016-02-19add more generated files to .gitignore, add manual ideasB. Watson
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