|
|
| version 1.3, 2003/10/21 11:22:05 | version 1.4, 2003/11/14 10:04:56 |
|---|---|
| Line 6 | Line 6 |
| #include "iocore.h" | #include "iocore.h" |
| #include "bios.h" | #include "bios.h" |
| #include "biosmem.h" | #include "biosmem.h" |
| #include "sound.h" | |
| #include "fmboard.h" | |
| #include "lio.h" | #include "lio.h" |
| #include "fddfile.h" | #include "fddfile.h" |
| #include "fdd_mtr.h" | #include "fdd_mtr.h" |
| Line 94 static void bios_reinitbyswitch(void) { | Line 96 static void bios_reinitbyswitch(void) { |
| gdc.display |= 4; | gdc.display |= 4; |
| } | } |
| gdcs.textdisp |= GDCSCRN_EXT; | gdcs.textdisp |= GDCSCRN_EXT; |
| if ((np2cfg.model >= PCMODEL_VX) && (usesound & 0x7e)) { | |
| iocore_out8(0x188, 0x27); | |
| iocore_out8(0x18a, 0x3f); | |
| } | |
| } | } |
| static void bios_vectorset(void) { // ver0.30 | static void bios_vectorset(void) { // ver0.30 |