--- np2/statsave.tbl 2004/02/18 03:24:48 1.25 +++ np2/statsave.tbl 2004/03/19 03:36:52 1.27 @@ -82,6 +82,9 @@ static const SFENTRY np2tbl[] = { {"CPU286", 0, STATFLAG_BIN, &CPU_STATSAVE, sizeof(CPU_STATSAVE)}, {"MEMORY", 0, STATFLAG_MEM, NULL, 0x130000}, {"EXTMEM", 0, STATFLAG_EXT, NULL, 0}, +#if defined(SUPPORT_PC9821) + {"VRAMEX", 0, STATFLAG_BIN, vramex, sizeof(vramex)}, +#endif {"ARTIC", 0, STATFLAG_BIN, &artic, sizeof(artic)}, {"CGROM", 0, STATFLAG_BIN, &cgrom, sizeof(cgrom)}, @@ -104,6 +107,7 @@ static const SFENTRY np2tbl[] = { {"PIT", 0, STATFLAG_BIN, &pit, sizeof(pit)}, {"MPU98II", 0, STATFLAG_BIN, &mpu98, sizeof(mpu98)}, {"MOUSE", 0, STATFLAG_BIN, &mouseif, sizeof(mouseif)}, + {"NECIO", 0, STATFLAG_BIN, &necio, sizeof(necio)}, {"NMIIO", 0, STATFLAG_BIN, &nmiio, sizeof(nmiio)}, {"NP2SYSPORT", 0, STATFLAG_BIN, &np2sysp, sizeof(np2sysp)}, {"PIC", 0, STATFLAG_BIN, &pic, sizeof(pic)},