Upload
This commit is contained in:
commit
b863647055
142 changed files with 17352 additions and 0 deletions
48
Cerbios Bios/cerbios.ini
Normal file
48
Cerbios Bios/cerbios.ini
Normal file
|
@ -0,0 +1,48 @@
|
|||
; Cerbios Config
|
||||
|
||||
; Check For AV Pack
|
||||
AVCheck = True
|
||||
|
||||
; LED Ring Color, G = Green, R = Red, A = Amber, O = Off
|
||||
FrontLed = GGGG
|
||||
|
||||
; Fan Speed 0 = Default, 10-100 = Manual Control, Supports increments of 2's
|
||||
FanSpeed = 0
|
||||
|
||||
; Drive Setup
|
||||
; 0 = HDD & DVD, 1 = HDD & No DVD (Legacy Mode), 2 = HDD & No DVD (Modern Mode), 3 = Dual HDD
|
||||
DriveSetup = 1
|
||||
|
||||
; Set Master Drive UDMA mode 0-6 on cold-boot
|
||||
UdmaModeMaster = 2
|
||||
|
||||
; Set Slave Drive UDMA mode 0-6 on cold-boot (if enabled by DriveSetup = 3)
|
||||
UdmaModeSlave = 2
|
||||
|
||||
; Enables Automatic Time Sync With Optional RTC Hardware Connected to SMBus
|
||||
RtcEnable = False
|
||||
|
||||
; Forces AV Modes That Would Normally Be Rendered At 480i to 480p. Requires 480p Set In MS Dash And Component Cables
|
||||
Force480p = False
|
||||
|
||||
; Forces VGA Modes For Component Cables Or Custom VGA Cables Using Mode(2+3) for VGA Displays Only, This Enables Force480p By Default & Sets Console To NTSC.
|
||||
ForceVGA = False
|
||||
|
||||
; Load XDK Launcher/XBDM if it exists (Debug Bios Only)
|
||||
Debug = False
|
||||
|
||||
; Blocks Games From Updating The Original Xbox Dashboard, Useful for softmods.
|
||||
BlockDashUpdate = False
|
||||
|
||||
; CD Paths (always falls back to D:\default.xbe)
|
||||
CdPath1 = D:\Evolutionx\evoxdash.xbe
|
||||
CdPath2 = D:\Avalaunch\avalaunch.xbe
|
||||
CdPath3 = D:\UnleashX\unleashx.xbe
|
||||
|
||||
; Dash Paths (always falls back to C:\xboxdash.xbe)
|
||||
DashPath1 = C:\evoxdash.xbe
|
||||
DashPath2 = C:\avalaunch.xbe
|
||||
DashPath3 = C:\nexgen.xbe
|
||||
|
||||
; Boot Animation Path (always falls back to C:\BootAnims\Xbox\bootanim.xbe)
|
||||
BootAnimPath = C:\BootAnims\Xbox\bootanim.xbe
|
Loading…
Add table
Add a link
Reference in a new issue