Bochs/bochs/gui/control.h
Bryce Denney 3e4694c5b5 - changed "Boot" options menu to "Memory" Options, this seems like a
better name given what the options actually are.
- now runtime menu behaves more like the others: it updates its floppy
  disk image, etc.
- add "ask" as a legal choice for log action
- now runtime menu has both ways of editing log options
2001-06-13 08:14:49 +00:00

18 lines
393 B
C

enum {
BX_CPANEL_START_MAIN,
BX_CPANEL_START_MENU,
BX_CPANEL_START_OPTS,
BX_CPANEL_START_OPTS_MEM,
BX_CPANEL_START_OPTS_INTERFACE,
BX_CPANEL_START_OPTS_DISK,
BX_CPANEL_START_OPTS_SOUND,
BX_CPANEL_START_OPTS_MISC,
BX_CPANEL_RUNTIME,
BX_CPANEL_N_MENUS
};
/* special return value from bx_control_panl */
#define BX_DISABLE_CONTROL_PANEL 10
int bx_control_panel (int menu);