aboutsummaryrefslogtreecommitdiff
path: root/console.s
AgeCommit message (Expand)Author
2021-05-21Remove conio/revers.s (move to console.s)B. Watson
2021-05-21Correctly pluralize "we have N guns". Costs 18 bytes, now 8956B. Watson
2021-05-21Save 5 bytes, now 8974B. Watson
2021-05-19"Play again?" default to Y; save 5 bytes, now 8839B. Watson
2021-05-06Save 3 bytes, now 8672B. Watson
2021-04-20Save 8 bytesB. Watson
2021-04-19Save 4 bytesB. Watson
2021-04-19Save 64 bytes, now at 8622B. Watson
2021-04-19Save 92 bytesB. Watson
2021-04-19Save 3 bytesB. Watson
2021-04-15Save 31 bytesB. Watson
2021-04-15Save 20 bytesB. Watson
2021-04-14Save 45 bytesB. Watson
2021-04-14Save 3 bytes, doc updateB. Watson
2021-04-14Save 43 bytes (8326 free)B. Watson
2021-04-11Save 3 bytesB. Watson
2021-04-07Make port status updates smootherB. Watson
2021-04-03Turbo fight mode, initial implementationB. Watson
2021-03-20Fix build on cc65 >= 2.18 (without breaking <= 2.17)B. Watson
2016-02-29fix new plus_or_spaceB. Watson
2016-02-298051 bytes free, we can now run with BASIC present (only 40K required)B. Watson
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-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-19use a clrtoeol() wrapper instead of conio clrscr(), now 6035 bytes freeB. Watson
2016-02-19shrink code, now 5976 bytes free. update cart.txtB. Watson
2016-02-19add delete key to name_firm(); shrink code, 5921 bytes freeB. 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-04rewrite cspace() in asm, save a few more bytesB. Watson