|
|
| version 1.12, 2003/12/08 00:55:30 | version 1.13, 2003/12/10 13:52:57 |
|---|---|
| Line 14 | Line 14 |
| #include "fdfmt.h" | #include "fdfmt.h" |
| #include "keytable.res" | #include "keytable.res" |
| #include "itfrom.res" | #include "itfrom.res" |
| #include "startup.res" | |
| BOOL biosrom = FALSE; | BOOL biosrom = FALSE; |
| Line 25 static const char neccheck[] = "Copyrigh | Line 26 static const char neccheck[] = "Copyrigh |
| // 00/05/18 MS-DOS6.2 on PC-9801VX calling proc | // 00/05/18 MS-DOS6.2 on PC-9801VX calling proc |
| static const BYTE printmain[] = {0x90, 0x5a, 0x1f, 0xcf}; | static const BYTE printmain[] = {0x90, 0x5a, 0x1f, 0xcf}; |
| static const BYTE nosyscode[] = { | |
| 0xeb,0x05,0xbe,0x6f,0x00,0xeb,0x03,0xbe,0x47,0x00,0xb8,0x00, | |
| 0x10,0xbb,0x00,0x80,0x8e,0xd0,0x8b,0xe3,0x8c,0xc8,0x8e,0xd8, | |
| 0xb8,0x00,0xa0,0x8e,0xc0,0xb9,0x00,0x10,0xb8,0x20,0x00,0x33, | |
| 0xff,0xfc,0xf3,0xab,0xb0,0xe1,0xb9,0xe0,0x1f,0xaa,0x47,0xe2, | |
| 0xfc,0x2e,0xad,0x8b,0xf8,0x2e,0xad,0x85,0xc0,0x74,0x0a,0xab, | |
| 0x0a,0xe4,0x74,0xf5,0x83,0xc7,0x02,0xeb,0xf0,0xeb,0xfe,0xac, | |
| 0x07,0x05,0x37,0x05,0x39,0x05,0x46,0x05,0x60,0x05,0x47,0x05, | |
| 0x23,0x05,0x39,0x05,0x2f,0x04,0x72,0x05,0x3b,0x05,0x43,0x05, | |
| 0x48,0x04,0x37,0x04,0x46,0x04,0x2f,0x04,0x40,0x04,0x35,0x04, | |
| 0x24,0x00,0x00,0xae,0x07,0x42,0x00,0x41,0x00,0x53,0x00,0x49, | |
| 0x00,0x43,0x00,0x04,0x4e,0x15,0x2f,0x26,0x30,0x04,0x4b,0x04, | |
| 0x4f,0x20,0x00,0x42,0x00,0x49,0x00,0x4f,0x00,0x53,0x00,0x2e, | |
| 0x00,0x52,0x00,0x4f,0x00,0x4d,0x00,0x04,0x2c,0x29,0x2c,0x2d, | |
| 0x57,0x04,0x47,0x04,0x39,0x00,0x00}; | |
| static void bios_reinitbyswitch(void) { | static void bios_reinitbyswitch(void) { |