diff options
| author | B. Watson <yalhcru@gmail.com> | 2016-02-16 07:04:56 -0500 |
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2016-02-16 07:04:56 -0500 |
| commit | b2f7604ac51db075201ea0aa40d002d3d5e7e071 (patch) | |
| tree | 7836fa910955599688f5fde5cb3fed49c14416f9 /console.s | |
| parent | 3a22a9af57b8b564301cd86e8e933eb1a22981ce (diff) | |
| download | taipan-b2f7604ac51db075201ea0aa40d002d3d5e7e071.tar.gz | |
shrink code, 5599 bytes free, move some code so it runs straight from bank 3 in cartridge
Diffstat (limited to 'console.s')
| -rw-r--r-- | console.s | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ .importzp destptr ; from draw_lorcha.s .import _cspace + .ifdef CART_TARGET + .segment "HIGHCODE" + .else + .code + .endif + + ; void clrtobot(void); ; void clrtoeol(void); ; void clrtoline(unsigned char line); |
