|
|
| version 1.14, 2004/01/22 01:10:03 | version 1.18, 2004/02/07 21:23:21 |
|---|---|
| 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; | |
| BYTE dipsw[3]; // リセット時のDIPSW | |
| UINT8 padding; | |
| UINT32 sound; | UINT32 sound; |
| UINT32 device; | UINT32 device; |
| UINT32 realclock; | UINT32 realclock; |
| UINT32 dispclock; | |
| UINT32 vsyncclock; | |
| UINT32 keyboardclock; | |
| UINT32 midiclock; | |
| UINT32 raster; | |
| UINT32 hsync; | |
| } PCCORE; | } PCCORE; |
| Line 138 extern BYTE screenupdate; | Line 135 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); |