1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

added prototypes and proposed constants

This commit is contained in:
mrdudz 2017-08-06 18:09:40 +02:00
parent e985e0beb4
commit bd9208879e

View File

@ -153,7 +153,13 @@ struct cbm_dirent {
unsigned char get_tv (void); unsigned char get_tv (void);
/* Return the video mode the machine is using. */ /* 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 */ /* CBM kernal functions */