Bochs/bochs/gui/control.h
Bryce Denney 8b7fbca53e - more work on text-mode control panel. Now the control panel starts before
the simulation begins, to give you a chance to choose between bochsrcs,
  choose the boot disk, etc.
2001-06-09 20:01:12 +00:00

18 lines
394 B
C

enum {
BX_CPANEL_START_MAIN,
BX_CPANEL_START_MENU,
BX_CPANEL_START_OPTS,
BX_CPANEL_START_OPTS_BOOT,
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);