|
|
| version 1.15, 2004/01/23 17:37:39 | version 1.17, 2004/02/25 19:30:40 |
|---|---|
| Line 5 | Line 5 |
| #include "memory.h" | #include "memory.h" |
| #include "pccore.h" | #include "pccore.h" |
| #include "iocore.h" | #include "iocore.h" |
| #include "keystat.h" | |
| #if defined(NP2GCC) | #if defined(NP2GCC) |
| #include "mousemng.h" | #include "mousemng.h" |
| Line 85 static const BYTE keymac2[128] = { | Line 86 static const BYTE keymac2[128] = { |
| typedef struct { | typedef struct { |
| BYTE f11[4]; | BYTE f11[5]; |
| BYTE f12[4]; | BYTE f12[5]; |
| } BINDTBL; | } BINDTBL; |
| static const BINDTBL bindtbl = { | static const BINDTBL bindtbl = { |
| // カナ Stop [=] NFER | // カナ Stop [=] NFER USER |
| {0x72, 0x60, 0x4d, 0x51}, | {0x72, 0x60, 0x4d, 0x51, 0x76}, |
| // Copy [,] XFER | // Copy [,] XFER |
| {NC, 0x61, 0x4f, 0x35}}; | {NC, 0x61, 0x4f, 0x35, 0x77}}; |
| void mackbd_initialize(void) { }; | void mackbd_initialize(void) { }; |