home *** CD-ROM | disk | FTP | other *** search
- item "HD0"
- {
- title "Hard disc 0"
- union
- {
- item "File"
- {
- struct
- {
- item "Name"
- {
- title "File name"
- file { drag-in }
- }
- item "Create"
- {
- title "New partition file..."
- action { "<PCConfig$Dir>.!PCFormat.!Run %HD0-file-name%" }
- }
- }
- }
- item "SCSI"
- {
- title "SCSI device"
- struct
- {
- item "ID"
- {
- title "SCSI device ID"
- int { 0 6 }
- }
- item "Sects"
- {
- title "#Override no of sects"
- int { 1 63 }
- }
- item "Heads"
- {
- title "#Override no of heads"
- int { 1 255 }
- }
- }
- }
- }
- }
-
- item "HD1"
- {
- title "Hard disc 1"
- union
- {
- item "File"
- {
- struct
- {
- item "Name"
- {
- title "File name"
- file { drag-in }
- }
- item "Create"
- {
- title "New partition file..."
- action { "<PCConfig$Dir>.!PCFormat.!Run %HD1-file-name%" }
- }
- }
- }
- item "SCSI"
- {
- title "SCSI device"
- struct
- {
- item "ID"
- {
- title "SCSI device ID"
- int { 0 6 }
- }
- item "Sects"
- {
- title "#Override no of sects"
- int { 1 63 }
- }
- item "Heads"
- {
- title "#Override no of heads"
- int { 1 255 }
- }
- }
- }
- }
- }
-
- item "Floppy0"
- {
- title "#Floppy drive 0 size"
- radio
- {
- { "Use Default" "0" }
- { "360K" "360" }
- { "720K" "720" }
- { "1.2M" "1200" }
- { "1.44M" "1440" }
- }
- }
-
- item "AutoStart"
- {
- title "Start-up to..."
- help "Allows PC to start up automatically when loaded"
- radio
- {
- { "Window" "2" }
- { "Full-screen" "1" }
- { "Icon bar" "0" }
- }
- }
-
- item "SuspendOption"
- {
- title "#Full-screen to Window switching control"
- help "PC to RISC OS switch: 3 is default,1 is keyboard only, 0 allows no return"
- radio
- {
- { "No return to RISC OS" "0" }
- { "Middle Mouse only" "1" }
- { "Alt-break only" "2" }
- { "Normal - either" "3" }
- }
- }
-
- item "UseWindowFE"
- {
- title "#Allow desktop operation"
- help "Allows multi-tasking operation, as well as single-tasking operation"
- bool
- }
-
- item "ScaleToFit"
- {
- title "#Shrink PC window to fit screen"
- help "Allows you to view the whole PC screen when multi-tasking at the expense of some clarity"
- bool
- }
-
- item "VGAAttached"
- {
- title "#Enable VGA mode support"
- help "This should be on if you have a monitor capable of displaying VGA (RISC OS mode 27)"
- bool
- }
-
- item "InitInMono"
- {
- title "#Initialise in monochrome"
- help "Only necessary for applications which won't run in colour"
- bool
- }
-
-
- item "UseLoResText"
- {
- title "#Use small font for text modes"
- help "Uses an 'economy' 10-line font to allow full-screen operation on type-0 monitors"
- bool
- }
-
-
- item "RISCOSPrinter"
- {
- title "Use RISC OS printer stream"
- help "Defines which DOS port is redirected to the Archimedes port"
- radio
- {
- { "LPT2" "2" }
- { "LPT1" "1" }
- { "Off" "0" }
- }
- }
-
- item "DirectSerial"
- {
- title "Direct Serial port support"
- help "Use Risc PC serial port for PC 486 card"
- bool
- }
-
- item "DirectParallel"
- {
- title "Direct Parallel port support"
- help "Use Risc PC parallel port for PC 486 card"
- bool
- }
-
- item "Trace"
- {
- title "#Generate debug messages"
- help "Turns on debugging messages to be sent to output stream"
- bool
- }
-
- item "BusMouse"
- {
- title "#Enable bus mouse emulation"
- help "Needs to be on to use Risc PC mouse as DOS mouse"
- bool
- }
-
- item "BusMouseInt"
- {
- title "#Interrupt number for bus mouse"
- help "Specifies interrupt number that mouse driver uses - usually 3"
- int { 0 15 }
- }
-
- item "NE2000Int"
- {
- title "#Interrupt number for NE2000 card"
- help "Interrupt number to be used for NE2000 network interface"
- int { 0 15 }
- }
-
- item "RetraceEmulation"
- {
- title "#Video retrace emulation"
- help "Normal (0) is compatible, Fast (1 or 2) may be faster for some software"
- radio
- {
- { "Fast B" "2" }
- { "Fast A" "1" }
- { "Normal" "0" }
- }
- }
-
- item "FloppyBoot"
- {
- title "Enable boot from floppy"
- help "If on then DOS attempts to boot from floppy before hard drive"
- bool
- }
-
- item "WinDrvMode"
- {
- title "Screen mode for Windows"
- help "RISC OS screen mode number or descriptor to be used by Windows driver"
- string {20}
- }
-
- item "VideoRAM"
- {
- title "Memory to use for video (KB)"
- help "Video memory - 25% more than needed to store mode is recommended"
- int { 256 2048 }
- }
-
- item "PCRAM"
- {
- title "PC memory size (MB)"
- help "Approximate size of RAM available to PC 486 card"
- int { 1 32 }
- }
-
- item "L1Cache"
- {
- title "#Internal cache options"
- help "Internal Cache settings: 0 - off, 1 - write-through, 2 - write-back"
- radio
- {
- { "No cache" "0" }
- { "Write through cache" "1" }
- { "Write back cache" "2" }
- }
- }
-
- item "L2Cache"
- {
- title "#External cache options"
- help "External Cache settings: 0 - off, 1 - write-through, 2 - write-back"
- radio
- {
- { "No cache" "0" }
- { "Write through cache" "1" }
- { "Write back cache" "2" }
- }
- }
-
-