X-1.16 Camiel Vanderhoeven 26-MAR-2008 Fix compiler warnings.
X-1.15 Camiel Vanderhoeven 14-MAR-2008 Formatting.
X-1.14 Camiel Vanderhoeven 13-MAR-2008 Create init() start_threads() and stop_threads() functions.
X-1.13 Camiel Vanderhoeven 05-MAR-2008 Multi-threading version.
X-1.12 Pepito Grillo 02-MAR-2008 Avoid compiler warnings.
X-1.11 Camiel Vanderhoeven 02-MAR-2008 Natural way to specify large numeric values ("10M") in the config file.
X-1.10 Camiel Vanderhoeven 26-FEB-2008 Moved DMA code into it's own class (CDMA)
X-1.9 Camiel Vanderhoeven 16-FEB-2008 Added Symbios 53C810 controller.
X-1.8 Camiel Vanderhoeven 20-JAN-2008 Added X11 GUI.
X-1.7 Camiel Vanderhoeven 19-JAN-2008 Added win32 GUI.
X-1.6 Camiel Vanderhoeven 05-JAN-2008 Added CDiskDevice class.
X-1.5 Camiel Vanderhoeven 02-JAN-2008 Better handling of configuration errors.
X-1.4 Camiel Vanderhoeven 28-DEC-2007 Keep the compiler happy.
X-1.3 Camiel Vanderhoeven 14-DEC-2007 Add support for Symbios SCSI controller.
X-1.2 Camiel Vanderhoeven 12-DEC-2007 Add support for file- and RAM-disk.
X-1.1 Camiel Vanderhoeven 10-DEC-2007 Initial version in CVS.
Definition in file Configurator.h.
Go to the source code of this file.
Data Structures | |
| class | CConfigurator |
| struct | CConfigurator::SCfg_Value |
Defines | |
| #define | __CONFIGURATOR_H__ |
| #define | CFG_MAX_CHILDREN 25 |
| #define | CFG_MAX_VALUES 50 |
Enumerations | |
| enum | classid { c_none, c_tsunami, c_ev68cb, c_serial, c_ali, c_ali_ide, c_ali_usb, c_s3, c_cirrus, c_radeon, c_dec21143, c_sym53c895, c_sym53c810, c_file, c_device, c_ramdisk, c_sdl, c_win32, c_x11 } |
| #define __CONFIGURATOR_H__ |
Definition at line 81 of file Configurator.h.
| #define CFG_MAX_CHILDREN 25 |
Definition at line 83 of file Configurator.h.
| #define CFG_MAX_VALUES 50 |
Definition at line 84 of file Configurator.h.
| enum classid |
| c_none | |
| c_tsunami | |
| c_ev68cb | |
| c_serial | |
| c_ali | |
| c_ali_ide | |
| c_ali_usb | |
| c_s3 | |
| c_cirrus | |
| c_radeon | |
| c_dec21143 | |
| c_sym53c895 | |
| c_sym53c810 | |
| c_file | |
| c_device | |
| c_ramdisk | |
| c_sdl | |
| c_win32 | |
| c_x11 |
Definition at line 86 of file Configurator.h.