|
|
| version 1.8, 2004/03/30 07:12:02 | version 1.10, 2004/03/31 11:59:17 |
|---|---|
| Line 121 enum { | Line 121 enum { |
| }; | }; |
| #endif | #endif |
| #if 0 | |
| enum { | |
| NKEY_USER1 = 0x76, | |
| NKEY_USER2 = 0x77 | |
| }; | |
| #endif | |
| enum { | enum { |
| NKEY_SYSTEM = 0x90, | NKEY_SYSTEM = 0x90, |
| Line 182 void keystat_tblreset(void); | Line 175 void keystat_tblreset(void); |
| void keystat_tblset(REG8 ref, const UINT8 *key, UINT cnt); | void keystat_tblset(REG8 ref, const UINT8 *key, UINT cnt); |
| void keystat_tblload(const char *filename); | void keystat_tblload(const char *filename); |
| void keystat_ctrl(REG8 dat); | void keystat_ctrlinit(void); |
| void keystat_ctrlreset(void); | |
| void keystat_ctrlsend(REG8 dat); | |
| void keystat_keydown(REG8 ref); | void keystat_keydown(REG8 ref); |
| void keystat_keyup(REG8 ref); | void keystat_keyup(REG8 ref); |