--- np2/pccore.h 2004/01/22 01:10:03 1.14 +++ np2/pccore.h 2004/01/30 01:29:13 1.17 @@ -8,8 +8,9 @@ enum { }; enum { - PCMODEL_VM = 0, - PCMODEL_VX = 1, + PCMODEL_VF = 0, + PCMODEL_VM = 1, + PCMODEL_VX = 2, PCMODELMASK = 0x3f, PCMODEL_PC9821 = 0x40, PCMODEL_EPSON = 0x80, @@ -110,8 +111,8 @@ typedef struct { UINT8 cpumode; UINT8 model; - UINT8 extmem; UINT8 hddif; + UINT8 extmem; UINT32 sound; UINT32 device; @@ -138,6 +139,7 @@ extern BYTE screenupdate; extern int soundrenewal; extern BOOL drawframe; extern UINT drawcount; +extern BOOL hardwarereset; void getbiospath(char *path, const char *fname, int maxlen); void screendisp(NEVENTITEM item);