|
|
| version 1.21, 2004/01/30 01:56:01 | version 1.24, 2004/02/16 05:11:38 |
|---|---|
| Line 1 | Line 1 |
| #define NP2STATUS_VERSION 0731 | #define NP2STATUS_VERSION 0740 |
| 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}, |
| // {PROCID('e','s','9','8'), s98timer}, | |
| {PROCID('e','c','s','d'), cs4231_dma}, | {PROCID('e','c','s','d'), cs4231_dma}, |
| {PROCID('e','g','s','w'), gdcslavewait}, | {PROCID('e','g','s','w'), gdcslavewait}, |
| {PROCID('e','f','b','o'), fdbiosout}, | {PROCID('e','f','b','o'), fdbiosout}, |
| Line 52 static const ENUMTBL evtnum[] = { | Line 51 static const ENUMTBL evtnum[] = { |
| {PROCID('m','i','d','w'), NEVENT_MIDIWAIT}, | {PROCID('m','i','d','w'), NEVENT_MIDIWAIT}, |
| {PROCID('m','i','d','i'), NEVENT_MIDIINT}, | {PROCID('m','i','d','i'), NEVENT_MIDIINT}, |
| {PROCID('p','i','c','m'), NEVENT_PICMASK}, | {PROCID('p','i','c','m'), NEVENT_PICMASK}, |
| // {PROCID('s','9','8',' '), NEVENT_S98TIMER}, | |
| {PROCID('4','2','3','1'), NEVENT_CS4231}, | {PROCID('4','2','3','1'), NEVENT_CS4231}, |
| {PROCID('g','d','c','s'), NEVENT_GDCSLAVE}, | {PROCID('g','d','c','s'), NEVENT_GDCSLAVE}, |
| {PROCID('f','d','b','b'), NEVENT_FDBIOSBUSY}, | {PROCID('f','d','b','b'), NEVENT_FDBIOSBUSY}, |
| Line 132 static const SFENTRY np2tbl[] = { | Line 130 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}, |