1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-31 11:32:00 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 97494bc1f3 Design change: Do keyboard polling internally without calling the kernal
in the system bank. For one this performs better (several %), second it
allows to handle the function keys in conformance with other platforms.
Without the custom keyboard routine, we would have to apply some more
magic to the function keys to make them work as with other cc65 targets.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2811 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-12-21 18:43:25 +00:00
asminc Use structs 2003-12-16 22:38:28 +00:00
doc Fixed wrong statement 2003-12-21 11:11:48 +00:00
include Added _ted.h header file and TED definition 2003-12-14 22:03:20 +00:00
libsrc Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
make Add serial drivers 2003-12-16 20:47:12 +00:00
packages New extended memory driver contributed by Stefan Haubenthal 2003-12-21 11:02:52 +00:00
samples Print a banner 2003-12-21 12:51:59 +00:00
src Assume numeric subroutines use anything and change anything. 2003-12-21 10:44:39 +00:00
testcode
util
.cvsignore