1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +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 Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
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 Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
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 Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
dbg Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
em Use changed EM decls 2003-12-16 21:08:13 +00:00
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 Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
pet Changed rm -f to $(RM) 2003-08-20 11:59:27 +00:00
plus4 Fix a Plus/4 kernal problem 2003-12-21 13:11:55 +00:00
runtime Fixed a bug 2003-12-14 18:57:08 +00:00
serial Fixed a bug 2003-12-14 18:57:08 +00:00
supervision Added ctype.s 2003-10-10 16:59:41 +00:00
tgi Removed the HORLINE entry point 2003-11-12 15:54:41 +00:00
vic20 Use new joystick decls 2003-12-16 22:38:12 +00:00
zlib Make the stuff compile 2003-09-23 20:11:39 +00:00
.cvsignore Working on the serial driver 2003-08-15 21:17:36 +00:00
Makefile New extended memory driver contributed by Stefan Haubenthal 2003-12-21 11:02:52 +00:00