Bryce Denney c3d88c5924 - now ips, mouse_enabled, vga_update_interval, and rom_path are
declared as bx_param_c * types in the bx_options structure.  They are
  initialized in main.cc (bx_init_options) with default values.
  Access to parameters of this type should always be like this:
    bx_options.mouse_enabled->get ();
    bx_options.mouse_enabled->set (newval);
  Eventually I will be transferring all options to this format.
2001-06-16 23:08:32 +00:00
..
2001-06-13 22:27:52 +00:00
2001-06-13 22:27:52 +00:00
2001-06-13 17:01:36 +00:00
2001-06-13 17:01:36 +00:00