|
|
| version 1.21, 2004/01/30 01:56:01 | version 1.23, 2004/02/07 21:23:21 |
|---|---|
| Line 1 | Line 1 |
| #define NP2STATUS_VERSION 0731 | #define NP2STATUS_VERSION 0732 |
| static const NP2FHDR np2flagdef = { | static const NP2FHDR np2flagdef = { |
| "Neko Project II", | "Neko Project II", |
| Line 16 static const PROCTBL evtproc[] = { | Line 16 static const PROCTBL evtproc[] = { |
| {PROCID('e','f','m','a'), fmport_a}, | {PROCID('e','f','m','a'), fmport_a}, |
| {PROCID('e','f','m','b'), fmport_b}, | {PROCID('e','f','m','b'), fmport_b}, |
| {PROCID('e','m','u','s'), mouseint}, | {PROCID('e','m','u','s'), mouseint}, |
| {PROCID('e','k','e','y'), keyb_callback}, | {PROCID('e','k','e','y'), keybrd_callback}, |
| {PROCID('e','m','d','0'), midiwaitout}, | {PROCID('e','m','d','0'), midiwaitout}, |
| {PROCID('e','m','d','1'), midiint}, | {PROCID('e','m','d','1'), midiint}, |
| {PROCID('e','p','i','c'), picmask}, | {PROCID('e','p','i','c'), picmask}, |
| Line 132 static const SFENTRY np2tbl[] = { | Line 132 static const SFENTRY np2tbl[] = { |
| {"SCSI", 0, STATFLAG_BIN, &scsiio, sizeof(scsiio)}, | {"SCSI", 0, STATFLAG_BIN, &scsiio, sizeof(scsiio)}, |
| #endif | #endif |
| #if defined(SUPPORT_PC9861K) | #if defined(SUPPORT_PC9861K) |
| {"PC9861K1", 0, STATFLAG_BIN, &pc9861ch1, sizeof(pc9861ch1)}, | {"PC9861K", 0, STATFLAG_BIN, &pc9861k, sizeof(pc9861k)}, |
| {"PC9861K2", 0, STATFLAG_BIN, &pc9861ch2, sizeof(pc9861ch2)}, | |
| #endif | #endif |
| #if defined(SUPPORT_HOSTDRV) | #if defined(SUPPORT_HOSTDRV) |
| {"HOSTDRV", 0, STATFLAG_HDRV, NULL, 0}, | {"HOSTDRV", 0, STATFLAG_HDRV, NULL, 0}, |