|
|
| version 1.47, 2005/03/22 04:03:15 | version 1.49, 2005/05/15 18:48:36 |
|---|---|
| Line 1037 static int flagload_fdd(STFLAGH sfh, con | Line 1037 static int flagload_fdd(STFLAGH sfh, con |
| for (i=0; i<4; i++) { | for (i=0; i<4; i++) { |
| ret |= statflag_read(sfh, &sp, sizeof(sp)); | ret |= statflag_read(sfh, &sp, sizeof(sp)); |
| if (sp.path[0]) { | if (sp.path[0]) { |
| fdd_set(i, sp.path, FTYPE_NONE, sp.readonly); | fdd_set(i, sp.path, sp.ftype, sp.readonly); |
| } | } |
| } | } |
| (void)tbl; | (void)tbl; |
| Line 1569 const SFENTRY *tblterm; | Line 1569 const SFENTRY *tblterm; |
| FONTPTR_HIGH = fontrom + cgwindow.high; | FONTPTR_HIGH = fontrom + cgwindow.high; |
| #endif | #endif |
| i286_vram_dispatch(vramop.operate); | i286_vram_dispatch(vramop.operate); |
| fddmtr_reset(); | |
| soundmng_play(); | soundmng_play(); |
| return(ret); | return(ret); |