index
:
taipan
master
Taipan! for the Atari 800/XL/XE
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console.s
Age
Commit message (
Collapse
)
Author
2021-04-07
Make port status updates smoother
B. Watson
2021-04-03
Turbo fight mode, initial implementation
B. Watson
2021-03-20
Fix build on cc65 >= 2.18 (without breaking <= 2.17)
B. Watson
2016-02-29
fix new plus_or_space
B. Watson
2016-02-29
8051 bytes free, we can now run with BASIC present (only 40K required)
B. Watson
2016-02-23
modify conio so it no longer needs carriage returns, now 7454 bytes free
B. Watson
2016-02-23
waste half the night trying to figure out weird interaction between axe and ↵
B. Watson
fenders
2016-02-22
undo 1-byte optimization that breaks fenders, 7387 free now
B. Watson
2016-02-22
7376 bytes free
B. Watson
2016-02-22
save 12 more bytes, 7368 free, document the hell out of console.s
B. Watson
2016-02-22
more code shrinkage, 7356 bytes free
B. Watson
2016-02-19
use a clrtoeol() wrapper instead of conio clrscr(), now 6035 bytes free
B. Watson
2016-02-19
shrink code, now 5976 bytes free. update cart.txt
B. Watson
2016-02-19
add delete key to name_firm(); shrink code, 5921 bytes free
B. Watson
2016-02-17
make the cursor behave *much* better, via custom conio function
B. Watson
2016-02-16
shrink code, 5599 bytes free, move some code so it runs straight from bank 3 ↵
B. Watson
in cartridge
2016-02-04
rewrite cspace() in asm, save a few more bytes
B. Watson