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