From: mrdudz Date: Sun, 6 Aug 2017 16:09:40 +0000 (+0200) Subject: added prototypes and proposed constants X-Git-Tag: V2.17~104^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd9208879e723cc663f67559b54d1cb50dd6fa91;p=cc65 added prototypes and proposed constants --- diff --git a/include/cbm.h b/include/cbm.h index 701924d57..5bb860e4f 100644 --- a/include/cbm.h +++ b/include/cbm.h @@ -153,7 +153,13 @@ struct cbm_dirent { unsigned char get_tv (void); /* Return the video mode the machine is using. */ +#define KBDREPEAT_CURSOR 0x00 +#define KBDREPEAT_NONE 0x40 +#define KBDREPEAT_ALL 0x80 +unsigned char kbrepeat(unsigned char); +unsigned char kbrepeatdelay(unsigned char); +unsigned char kbrepeatrate(unsigned char); /*****************************************************************************/ /* CBM kernal functions */