Reduced movemap, the keyboard lookup table, from 256 to 128 bytes.
authornealcrook <neal@pippaluk.org.uk>
Mon, 7 Nov 2016 18:00:56 +0000 (18:00 +0000)
committernealcrook <neal@pippaluk.org.uk>
Mon, 7 Nov 2016 18:00:56 +0000 (18:00 +0000)
commit3661df2c96f211a81fe9b9a9609c2f4eaa76c8ec
treead463c1b294088b8e5f875fe5c739e9dd001f229
parent8e558c093379039917de53f91e2e5676d91293c8
Reduced movemap, the keyboard lookup table, from 256 to 128 bytes.
The upper half was never used. To make sure, knocked off the top
bit of input characters. Reduces executable size by 128 bytes - but
still not enough for Tormod :-(
Applications/levee/editcor.c
Applications/levee/globals.c