|
|
| version 1.37, 2004/08/16 08:33:02 | version 1.39, 2005/03/21 02:24:23 |
|---|---|
| Line 69 static const char np2app[] = "np21"; | Line 69 static const char np2app[] = "np21"; |
| // ---- | // ---- |
| #if defined(SUPPORT_RESUME) | #if defined(SUPPORT_RESUME) |
| static const char np2resumeext[] = "sav"; | static const char np2resumeext[] = ".sav"; |
| #endif | #endif |
| #if defined(SUPPORT_STATSAVE) | #if defined(SUPPORT_STATSAVE) |
| static const char np2flagext[] = ".sv%u"; | static const char np2flagext[] = ".sv%u"; |
| Line 887 int main(int argc, char *argv[]) { | Line 887 int main(int argc, char *argv[]) { |
| menu_setrotate(0); | menu_setrotate(0); |
| menu_setdispmode(np2cfg.DISPSYNC); | menu_setdispmode(np2cfg.DISPSYNC); |
| menu_setraster(np2cfg.RASTER); | |
| menu_setwaitflg(np2oscfg.NOWAIT); | menu_setwaitflg(np2oscfg.NOWAIT); |
| menu_setframe(np2oscfg.DRAW_SKIP); | menu_setframe(np2oscfg.DRAW_SKIP); |
| menu_setkey(0); | menu_setkey(0); |
| menu_setxshift(0); | menu_setxshift(0); |
| menu_setf11key(np2oscfg.F11KEY); | menu_setf11key(np2oscfg.F11KEY); |
| Line 898 int main(int argc, char *argv[]) { | Line 900 int main(int argc, char *argv[]) { |
| menu_setjastsnd(np2oscfg.jastsnd); | menu_setjastsnd(np2oscfg.jastsnd); |
| menu_setmotorflg(np2cfg.MOTOR); | menu_setmotorflg(np2cfg.MOTOR); |
| menu_setextmem(np2cfg.EXTMEM); | menu_setextmem(np2cfg.EXTMEM); |
| menu_setdispclk(np2oscfg.DISPCLK); | menu_setdispclk(np2oscfg.DISPCLK); |
| menu_setbtnrapid(np2cfg.BTN_RAPID); | menu_setbtnrapid(np2cfg.BTN_RAPID); |
| menu_setbtnmode(np2cfg.BTN_MODE); | menu_setbtnmode(np2cfg.BTN_MODE); |