Home
last modified time | relevance | path

Searched refs:use_jisho_rom (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dmemory.c28 int use_jisho_rom = DEFAULT_JISHO; /* ����ROM��Ȥ� */ variable
603 if( use_jisho_rom ){ in memory_allocate_additional()
702 if( use_jisho_rom ) free( jisho_rom ); in memory_free()
730 { TYPE_INT, &use_jisho_rom, },
H A Dquasi88.c619 cfg->use_jisho_rom = use_jisho_rom; in quasi88_get_reset_cfg()
645 use_jisho_rom = cfg->use_jisho_rom; in quasi88_reset()
H A Dmemory.h9 extern int use_jisho_rom; /* ����ROM��Ȥ� */
H A Devent.h160 int use_jisho_rom; member
H A Dgetconf.c345 { 8, "jisho", X_FIX, &use_jisho_rom, TRUE, 0,0, OPT_SAVE },
346 { 8, "nojisho", X_FIX, &use_jisho_rom, FALSE, 0,0, OPT_SAVE },
H A Dpc88main.c1186 if( use_jisho_rom ){ in main_io_out()
1192 if( use_jisho_rom ){ in main_io_out()
H A Dmenu.c458 return reset_req.use_jisho_rom; in get_reset_jisho()
462 reset_req.use_jisho_rom = (int)p; in cb_reset_jisho()
530 if (use_jisho_rom) { in menu_reset_current()
H A Dmonitor.c1039 { "use_jisho_rom", "(-jisho)", MTYPE_INT_C, &use_jisho_rom, },