--- np2/statsave.tbl 2004/03/19 03:36:52 1.27 +++ np2/statsave.tbl 2004/03/29 05:50:29 1.29 @@ -99,9 +99,7 @@ static const SFENTRY np2tbl[] = { {"EGC", 0, STATFLAG_EGC, NULL, 0}, {"EPSON", 0, STATFLAG_EPSON, NULL, 0}, {"FDC", 0, STATFLAG_BIN, &fdc, sizeof(fdc)}, -#if !defined(CPUCORE_IA32) {"EMSIO", 0, STATFLAG_BIN, &emsio, sizeof(emsio)}, -#endif {"GDC1", 0, STATFLAG_BIN, &gdc, sizeof(gdc)}, {"GDC2", 0, STATFLAG_BIN, &gdcs, sizeof(gdcs)}, {"PIT", 0, STATFLAG_BIN, &pit, sizeof(pit)}, @@ -127,6 +125,9 @@ static const SFENTRY np2tbl[] = { {"CMMPU98", 0, STATFLAG_COM, (void *)0, 0}, {"CMRS232C", 0, STATFLAG_COM, (void *)1, 0}, {"DISK", 0, STATFLAG_DISK, NULL, 0}, +#if defined(SUPPORT_IDEIO) + {"IDE", 0, STATFLAG_BIN, &ideio, sizeof(ideio)}, +#endif #if defined(SUPPORT_SASI) {"SASI", 0, STATFLAG_BIN, &sasiio, sizeof(sasiio)}, #endif