|
|
| version 1.100, 2005/03/05 06:02:28 | version 1.101, 2005/03/05 11:58:02 |
|---|---|
| Line 217 void pccore_init(void) { | Line 217 void pccore_init(void) { |
| dispsync_initialize(); | dispsync_initialize(); |
| sxsi_initialize(); | sxsi_initialize(); |
| // CDドライブの接続 | |
| #if defined(SUPPORT_IDEIO) | |
| sxsi_setdevtype(0x02, SXSIDEV_CDROM); | |
| #endif | |
| font_initialize(); | font_initialize(); |
| font_load(np2cfg.fontfile, TRUE); | font_load(np2cfg.fontfile, TRUE); |
| maketext_initialize(); | maketext_initialize(); |
| Line 321 void pccore_reset(void) { | Line 326 void pccore_reset(void) { |
| // HDDセット | // HDDセット |
| sxsihdd_allbind(); | sxsihdd_allbind(); |
| // SASI/IDEどっち? | |
| #if defined(SUPPORT_SASI) | #if defined(SUPPORT_SASI) |
| if (sxsi_issasi()) { | if (sxsi_issasi()) { |
| pccore.hddif &= ~PCHDD_IDE; | pccore.hddif &= ~PCHDD_IDE; |
| Line 374 void pccore_reset(void) { | Line 380 void pccore_reset(void) { |
| timing_reset(); | timing_reset(); |
| soundmng_play(); | soundmng_play(); |
| #if 0 && defined(SUPPORT_IDEIO) // Test! | |
| sxsi_devopen(0x02, OEMTEXT("e:\\pn\\pn.iso")); | |
| #endif | |
| } | } |
| static void drawscreen(void) { | static void drawscreen(void) { |