--- np2/x11/np2.c 2007/01/12 19:09:58 1.26 +++ np2/x11/np2.c 2007/02/04 11:51:13 1.28 @@ -100,8 +100,7 @@ NP2OSCFG np2oscfg = { 0, /* jastsnd */ 0, /* I286SAVE */ - SNDDRV_NODRV, /* snddrv */ - "", /* audiodev */ + SNDDRV_SDL, /* snddrv */ { "", "" }, /* MIDIDEV */ 0, /* MIDIWAIT */ @@ -114,6 +113,7 @@ NP2OSCFG np2oscfg = { volatile sig_atomic_t np2running = 0; BYTE scrnmode = 0; +int ignore_fullscreen_mode = 0; UINT framecnt = 0; UINT waitcnt = 0;