|
|
| version 1.5, 2003/12/01 18:25:03 | version 1.6, 2003/12/04 06:41:23 |
|---|---|
| Line 52 const BYTE iflags[256] = { // Z_FLAG | Line 52 const BYTE iflags[256] = { // Z_FLAG |
| 0x80, 0x84, 0x84, 0x80, 0x84, 0x80, 0x80, 0x84}; | 0x80, 0x84, 0x84, 0x80, 0x84, 0x80, 0x80, 0x84}; |
| void i286_initialize(void) { | |
| i286xadr_init(); | |
| v30init(); | |
| } | |
| void i286_reset(void) { | void i286_reset(void) { |
| i286xadr_init(); // 毎回通すのはどうか… | |
| v30init(); // 毎回通すのはどうか… | |
| ZeroMemory(&i286core.s, sizeof(i286core.s)); | ZeroMemory(&i286core.s, sizeof(i286core.s)); |
| I286_CS = 0x1fc0; | I286_CS = 0x1fc0; |
| CS_BASE = 0x1fc00; | CS_BASE = 0x1fc00; |