1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc
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
..
apple2 New extended memory driver contributed by Stefan Haubenthal 2003-12-21 11:02:52 +00:00
atari Use new joystick decls 2003-12-16 22:38:12 +00:00
atmos
c16 Fix a kernal problem 2003-12-21 13:13:26 +00:00
c64 Use new joystick decls 2003-12-16 22:38:12 +00:00
c128 Use new joystick decls 2003-12-16 22:38:12 +00:00
cbm
cbm510 Fixed a bug 2003-12-20 23:11:30 +00:00
cbm610 Design change: Do keyboard polling internally without calling the kernal 2003-12-21 18:43:25 +00:00
common Invalid error codes will set errno 2003-12-19 18:45:26 +00:00
conio
dbg
em
geos Use new decls 2003-12-17 09:28:28 +00:00
joystick Use new joystick decls 2003-12-16 22:38:12 +00:00
nes
pet
plus4 Fix a Plus/4 kernal problem 2003-12-21 13:11:55 +00:00
runtime
serial
supervision
tgi
vic20 Use new joystick decls 2003-12-16 22:38:12 +00:00
zlib
.cvsignore
Makefile New extended memory driver contributed by Stefan Haubenthal 2003-12-21 11:02:52 +00:00