mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
added prototypes and proposed constants
This commit is contained in:
parent
e985e0beb4
commit
bd9208879e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user