Created
March 12, 2023 20:30
-
-
Save Randrianasulu/d476fb983efcdb54bf32846027431c36 to your computer and use it in GitHub Desktop.
unipcemu settings.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
; version: version number, DO NOT CHANGE | |
; firstrun: 1 for opening the settings menu automatically, 0 otherwise | |
; settingsmenufont: the font to use for the Settings menu: 0=Default, 1=Phoenix Laptop, 2=Phoenix - Award Workstation | |
; backgroundpolicy: 0=Full halt, 1=Run without audio playing and recording, 2=Run without recording, 3=Run without rendering the display | |
version=1 | |
firstrun=0 | |
settingsmenufont=0 | |
backgroundpolicy=0 | |
[machine] | |
; architecture: 0=XT, 1=AT, 2=Compaq Deskpro 386, 3=Compaq Deskpro 386 with PS/2 mouse, 4=i430fx, 5=i440fx, 6=i450gx | |
; executionmode: 0=Use emulator internal BIOS, 1=Run debug directory files, else TESTROM.DAT at 0000:0000, 2=Run TESTROM.DAT at 0000:0000, 3=Debug video card output, 4=Load BIOS from ROM directory as BIOSROM.u* and OPTROM.*, 5=Run sound test | |
; showcpuspeed: 0=Don't show, 1=Show | |
; inboardinitialwaitstates: 0=Default waitstates, 1=No waitstates | |
architecture=1 | |
executionmode=4 | |
showcpuspeed=1 | |
inboardinitialwaitstates=0 | |
[debugger] | |
; debugmode: 0=Disabled, 1=Enabled, RTrigger=Step, 2=Enabled, Step through, 3=Enabled, just run, ignore shoulder buttons, 4=Enabled, just run, don't show, ignore shoulder buttons | |
; debuggerlog: 0=Don't log, 1=Only when debugging, 2=Always log, 3=Interrupt calls only, 4=BIOS Diagnostic codes only, 5=Always log, no register state, 6=Always log, even during skipping, 7=Always log, even during skipping, single line format, 8=Only when debugging, single line format, 9=Always log, even during skipping, single line format, simplified, 10=Only when debugging, single line format, simplified, 11=Always log, common log format, 12=Always log, even during skipping, common log format, 13=Only when debugging, common log format | |
; logstates: 0=Disabled, 1=Enabled | |
; logregisters: 0=Disabled, 1=Enabled | |
; breakpoint: bits 60-61: 0=Not set, 1=Real mode, 2=Protected mode, 3=Virtual 8086 mode; bit 59: Break on CS only; bit 58: Break on mode only. bit 57: Break on EIP only. bit 56: enforce single step. bits 32-47: segment, bits 31-0: offset(truncated to 16-bits in Real/Virtual 8086 mode | |
; taskbreakpoint: bits 60-61: 0=Not set, 1=Enabled; bit 59: Break on TR only; bit 57: Break on base address only. bits 32-47: TR segment, bits 31-0: base address within the descriptor cache | |
; FSbreakpoint: bits 60-61: 0=Not set, 1=Enabled; bit 59: Break on FS only; bit 57: Break on base address only. bits 32-47: FS segment, bits 31-0: base address within the descriptor cache | |
; CR3breakpoint: bits 60-61: 0=Not set, 1=Enabled; bits 31-0: Base address | |
; diagnosticsport_breakpoint: -1=Disabled, 0-255=Value to trigger the breakpoint | |
; diagnosticsport_timeout: 0=At first instruction, 1+: At the n+1th instruction | |
; advancedlog: 0=Disable advanced logging, 1: Use advanced logging | |
debugmode=4 | |
debuggerlog=0 | |
logstates=0 | |
logregisters=0 | |
breakpoint=0 | |
breakpoint2=0 | |
breakpoint3=0 | |
breakpoint4=0 | |
breakpoint5=0 | |
taskbreakpoint=0 | |
FSbreakpoint=0 | |
CR3breakpoint=0 | |
diagnosticsport_breakpoint=-1 | |
diagnosticsport_timeout=0 | |
advancedlog=1 | |
[video] | |
; directplot: 0=Disabled, 1=Automatic, 2=Forced | |
; aspectratio: 0=Fullscreen stretching, 1=Keep the same, 2=Force 4:3(VGA), 3=Force CGA, 4=Force 4:3(SVGA 768p), 5=Force 4:3(SVGA 1080p), 6=Force 4K, 7=Force 4:3(SVGA 4K) | |
; showframerate: 0=Disabled, otherwise Enabled | |
; blackpedestal: 0=Black, 1=7.5 IRE | |
directplot=2 | |
aspectratio=2 | |
showframerate=1 | |
blackpedestal=0 | |
[sound] | |
; gameblaster_volume: Volume of the game blaster, in percent(>=0) | |
; soundsource_volume: Volume of the sound source, in percent(>=0) | |
gameblaster_volume=100 | |
soundsource_volume=100 | |
[modem] | |
; phonebook0-9: Phonebook entry #n | |
; directserialspeed: Speed in baud when using the direct serial option. Also used for incoming TCP connections and serial modem speed. 0=Default speed. | |
; ethernetcard: -1 for disabled(use normal emulation), -2 for local loopback, 1+ selected and use a network card, 0 to generate a list of network cards to select | |
; hostIPaddress: host IP address for the PPP client to use by default and the host IP address | |
; MACaddress: First address to start assigning (defaults to host MAC address). The first address of this range is reserved for the server itself. | |
; hostMACaddress: MAC address to emulate as a virtual NIC and send/receive packets on(defaults to de:ad:be:ef:13:37) | |
; hostsubnetmaskIPaddress: subnet mask IP address for the host to use | |
; gatewayMACaddress: gateway MAC address to send/receive packets on | |
; gatewayIPaddress: default gateway IP address for the PPP client to use | |
; DNS1IPaddress: DNS #1 IP address for the PPP client to use | |
; DNS2IPaddress: DNS #2 IP address for the PPP client to use | |
; NBNS1IPaddress: NBNS #1 IP address for the PPP client to use | |
; NBNS2IPaddress: NBNS #2 IP address for the PPP client to use | |
; subnetmaskIPaddress: subnet mask IP address for the PPP client to use | |
; forcesubnetmaskifnotspecified: Force subnet mask if not specified by the client. | |
; username: set username and password to non-empty values for a credential protected server | |
; password: set username and password to non-empty values for a credential protected server | |
; IPaddress: static IP address to use for this NIC (account). Format 0123456789AB for IP 012.345.678.9AB | |
; IPaddressrange: static IP address range to use for this NIC (account). | |
; Specify username/password/IPaddress for the default account(required when using authentication). | |
; Add 1 - 255 to the username/password/IPaddress key for multiple accounts(when username and password are non - empty, it's used). | |
; Specifying no or an invalid IP address for the numbered IPaddress fields other than the default will use the default field instead. | |
phonebook0= | |
phonebook1= | |
phonebook2= | |
phonebook3= | |
phonebook4= | |
phonebook5= | |
phonebook6= | |
phonebook7= | |
phonebook8= | |
phonebook9= | |
directserialspeed=0 | |
ethernetcard=0 | |
MACaddress= | |
hostMACaddress= | |
hostIPaddress= | |
hostsubnetmaskIPaddress= | |
gatewayMACaddress= | |
gatewayIPaddress= | |
DNS1IPaddress= | |
DNS2IPaddress= | |
NBNS1IPaddress= | |
NBNS2IPaddress= | |
subnetmaskIPaddress= | |
forcesubnetmaskifnotspecified=0 | |
username= | |
password= | |
IPaddress= | |
IPaddressrange=0 | |
username1= | |
password1= | |
IPaddress1= | |
IPaddressrange1=0 | |
username2= | |
password2= | |
IPaddress2= | |
IPaddressrange2=0 | |
username3= | |
password3= | |
IPaddress3= | |
IPaddressrange3=0 | |
username4= | |
password4= | |
IPaddress4= | |
IPaddressrange4=0 | |
username5= | |
password5= | |
IPaddress5= | |
IPaddressrange5=0 | |
username6= | |
password6= | |
IPaddress6= | |
IPaddressrange6=0 | |
username7= | |
password7= | |
IPaddress7= | |
IPaddressrange7=0 | |
username8= | |
password8= | |
IPaddress8= | |
IPaddressrange8=0 | |
username9= | |
password9= | |
IPaddress9= | |
IPaddressrange9=0 | |
username10= | |
password10= | |
IPaddress10= | |
IPaddressrange10=0 | |
username11= | |
password11= | |
IPaddress11= | |
IPaddressrange11=0 | |
username12= | |
password12= | |
IPaddress12= | |
IPaddressrange12=0 | |
username13= | |
password13= | |
IPaddress13= | |
IPaddressrange13=0 | |
username14= | |
password14= | |
IPaddress14= | |
IPaddressrange14=0 | |
username15= | |
password15= | |
IPaddress15= | |
IPaddressrange15=0 | |
username16= | |
password16= | |
IPaddress16= | |
IPaddressrange16=0 | |
username17= | |
password17= | |
IPaddress17= | |
IPaddressrange17=0 | |
username18= | |
password18= | |
IPaddress18= | |
IPaddressrange18=0 | |
username19= | |
password19= | |
IPaddress19= | |
IPaddressrange19=0 | |
username20= | |
password20= | |
IPaddress20= | |
IPaddressrange20=0 | |
username21= | |
password21= | |
IPaddress21= | |
IPaddressrange21=0 | |
username22= | |
password22= | |
IPaddress22= | |
IPaddressrange22=0 | |
username23= | |
password23= | |
IPaddress23= | |
IPaddressrange23=0 | |
username24= | |
password24= | |
IPaddress24= | |
IPaddressrange24=0 | |
username25= | |
password25= | |
IPaddress25= | |
IPaddressrange25=0 | |
username26= | |
password26= | |
IPaddress26= | |
IPaddressrange26=0 | |
username27= | |
password27= | |
IPaddress27= | |
IPaddressrange27=0 | |
username28= | |
password28= | |
IPaddress28= | |
IPaddressrange28=0 | |
username29= | |
password29= | |
IPaddress29= | |
IPaddressrange29=0 | |
username30= | |
password30= | |
IPaddress30= | |
IPaddressrange30=0 | |
username31= | |
password31= | |
IPaddress31= | |
IPaddressrange31=0 | |
username32= | |
password32= | |
IPaddress32= | |
IPaddressrange32=0 | |
username33= | |
password33= | |
IPaddress33= | |
IPaddressrange33=0 | |
username34= | |
password34= | |
IPaddress34= | |
IPaddressrange34=0 | |
username35= | |
password35= | |
IPaddress35= | |
IPaddressrange35=0 | |
username36= | |
password36= | |
IPaddress36= | |
IPaddressrange36=0 | |
username37= | |
password37= | |
IPaddress37= | |
IPaddressrange37=0 | |
username38= | |
password38= | |
IPaddress38= | |
IPaddressrange38=0 | |
username39= | |
password39= | |
IPaddress39= | |
IPaddressrange39=0 | |
username40= | |
password40= | |
IPaddress40= | |
IPaddressrange40=0 | |
username41= | |
password41= | |
IPaddress41= | |
IPaddressrange41=0 | |
username42= | |
password42= | |
IPaddress42= | |
IPaddressrange42=0 | |
username43= | |
password43= | |
IPaddress43= | |
IPaddressrange43=0 | |
username44= | |
password44= | |
IPaddress44= | |
IPaddressrange44=0 | |
username45= | |
password45= | |
IPaddress45= | |
IPaddressrange45=0 | |
username46= | |
password46= | |
IPaddress46= | |
IPaddressrange46=0 | |
username47= | |
password47= | |
IPaddress47= | |
IPaddressrange47=0 | |
username48= | |
password48= | |
IPaddress48= | |
IPaddressrange48=0 | |
username49= | |
password49= | |
IPaddress49= | |
IPaddressrange49=0 | |
username50= | |
password50= | |
IPaddress50= | |
IPaddressrange50=0 | |
username51= | |
password51= | |
IPaddress51= | |
IPaddressrange51=0 | |
username52= | |
password52= | |
IPaddress52= | |
IPaddressrange52=0 | |
username53= | |
password53= | |
IPaddress53= | |
IPaddressrange53=0 | |
username54= | |
password54= | |
IPaddress54= | |
IPaddressrange54=0 | |
username55= | |
password55= | |
IPaddress55= | |
IPaddressrange55=0 | |
username56= | |
password56= | |
IPaddress56= | |
IPaddressrange56=0 | |
username57= | |
password57= | |
IPaddress57= | |
IPaddressrange57=0 | |
username58= | |
password58= | |
IPaddress58= | |
IPaddressrange58=0 | |
username59= | |
password59= | |
IPaddress59= | |
IPaddressrange59=0 | |
username60= | |
password60= | |
IPaddress60= | |
IPaddressrange60=0 | |
username61= | |
password61= | |
IPaddress61= | |
IPaddressrange61=0 | |
username62= | |
password62= | |
IPaddress62= | |
IPaddressrange62=0 | |
username63= | |
password63= | |
IPaddress63= | |
IPaddressrange63=0 | |
username64= | |
password64= | |
IPaddress64= | |
IPaddressrange64=0 | |
username65= | |
password65= | |
IPaddress65= | |
IPaddressrange65=0 | |
username66= | |
password66= | |
IPaddress66= | |
IPaddressrange66=0 | |
username67= | |
password67= | |
IPaddress67= | |
IPaddressrange67=0 | |
username68= | |
password68= | |
IPaddress68= | |
IPaddressrange68=0 | |
username69= | |
password69= | |
IPaddress69= | |
IPaddressrange69=0 | |
username70= | |
password70= | |
IPaddress70= | |
IPaddressrange70=0 | |
username71= | |
password71= | |
IPaddress71= | |
IPaddressrange71=0 | |
username72= | |
password72= | |
IPaddress72= | |
IPaddressrange72=0 | |
username73= | |
password73= | |
IPaddress73= | |
IPaddressrange73=0 | |
username74= | |
password74= | |
IPaddress74= | |
IPaddressrange74=0 | |
username75= | |
password75= | |
IPaddress75= | |
IPaddressrange75=0 | |
username76= | |
password76= | |
IPaddress76= | |
IPaddressrange76=0 | |
username77= | |
password77= | |
IPaddress77= | |
IPaddressrange77=0 | |
username78= | |
password78= | |
IPaddress78= | |
IPaddressrange78=0 | |
username79= | |
password79= | |
IPaddress79= | |
IPaddressrange79=0 | |
username80= | |
password80= | |
IPaddress80= | |
IPaddressrange80=0 | |
username81= | |
password81= | |
IPaddress81= | |
IPaddressrange81=0 | |
username82= | |
password82= | |
IPaddress82= | |
IPaddressrange82=0 | |
username83= | |
password83= | |
IPaddress83= | |
IPaddressrange83=0 | |
username84= | |
password84= | |
IPaddress84= | |
IPaddressrange84=0 | |
username85= | |
password85= | |
IPaddress85= | |
IPaddressrange85=0 | |
username86= | |
password86= | |
IPaddress86= | |
IPaddressrange86=0 | |
username87= | |
password87= | |
IPaddress87= | |
IPaddressrange87=0 | |
username88= | |
password88= | |
IPaddress88= | |
IPaddressrange88=0 | |
username89= | |
password89= | |
IPaddress89= | |
IPaddressrange89=0 | |
username90= | |
password90= | |
IPaddress90= | |
IPaddressrange90=0 | |
username91= | |
password91= | |
IPaddress91= | |
IPaddressrange91=0 | |
username92= | |
password92= | |
IPaddress92= | |
IPaddressrange92=0 | |
username93= | |
password93= | |
IPaddress93= | |
IPaddressrange93=0 | |
username94= | |
password94= | |
IPaddress94= | |
IPaddressrange94=0 | |
username95= | |
password95= | |
IPaddress95= | |
IPaddressrange95=0 | |
username96= | |
password96= | |
IPaddress96= | |
IPaddressrange96=0 | |
username97= | |
password97= | |
IPaddress97= | |
IPaddressrange97=0 | |
username98= | |
password98= | |
IPaddress98= | |
IPaddressrange98=0 | |
username99= | |
password99= | |
IPaddress99= | |
IPaddressrange99=0 | |
username100= | |
password100= | |
IPaddress100= | |
IPaddressrange100=0 | |
username101= | |
password101= | |
IPaddress101= | |
IPaddressrange101=0 | |
username102= | |
password102= | |
IPaddress102= | |
IPaddressrange102=0 | |
username103= | |
password103= | |
IPaddress103= | |
IPaddressrange103=0 | |
username104= | |
password104= | |
IPaddress104= | |
IPaddressrange104=0 | |
username105= | |
password105= | |
IPaddress105= | |
IPaddressrange105=0 | |
username106= | |
password106= | |
IPaddress106= | |
IPaddressrange106=0 | |
username107= | |
password107= | |
IPaddress107= | |
IPaddressrange107=0 | |
username108= | |
password108= | |
IPaddress108= | |
IPaddressrange108=0 | |
username109= | |
password109= | |
IPaddress109= | |
IPaddressrange109=0 | |
username110= | |
password110= | |
IPaddress110= | |
IPaddressrange110=0 | |
username111= | |
password111= | |
IPaddress111= | |
IPaddressrange111=0 | |
username112= | |
password112= | |
IPaddress112= | |
IPaddressrange112=0 | |
username113= | |
password113= | |
IPaddress113= | |
IPaddressrange113=0 | |
username114= | |
password114= | |
IPaddress114= | |
IPaddressrange114=0 | |
username115= | |
password115= | |
IPaddress115= | |
IPaddressrange115=0 | |
username116= | |
password116= | |
IPaddress116= | |
IPaddressrange116=0 | |
username117= | |
password117= | |
IPaddress117= | |
IPaddressrange117=0 | |
username118= | |
password118= | |
IPaddress118= | |
IPaddressrange118=0 | |
username119= | |
password119= | |
IPaddress119= | |
IPaddressrange119=0 | |
username120= | |
password120= | |
IPaddress120= | |
IPaddressrange120=0 | |
username121= | |
password121= | |
IPaddress121= | |
IPaddressrange121=0 | |
username122= | |
password122= | |
IPaddress122= | |
IPaddressrange122=0 | |
username123= | |
password123= | |
IPaddress123= | |
IPaddressrange123=0 | |
username124= | |
password124= | |
IPaddress124= | |
IPaddressrange124=0 | |
username125= | |
password125= | |
IPaddress125= | |
IPaddressrange125=0 | |
username126= | |
password126= | |
IPaddress126= | |
IPaddressrange126=0 | |
username127= | |
password127= | |
IPaddress127= | |
IPaddressrange127=0 | |
username128= | |
password128= | |
IPaddress128= | |
IPaddressrange128=0 | |
username129= | |
password129= | |
IPaddress129= | |
IPaddressrange129=0 | |
username130= | |
password130= | |
IPaddress130= | |
IPaddressrange130=0 | |
username131= | |
password131= | |
IPaddress131= | |
IPaddressrange131=0 | |
username132= | |
password132= | |
IPaddress132= | |
IPaddressrange132=0 | |
username133= | |
password133= | |
IPaddress133= | |
IPaddressrange133=0 | |
username134= | |
password134= | |
IPaddress134= | |
IPaddressrange134=0 | |
username135= | |
password135= | |
IPaddress135= | |
IPaddressrange135=0 | |
username136= | |
password136= | |
IPaddress136= | |
IPaddressrange136=0 | |
username137= | |
password137= | |
IPaddress137= | |
IPaddressrange137=0 | |
username138= | |
password138= | |
IPaddress138= | |
IPaddressrange138=0 | |
username139= | |
password139= | |
IPaddress139= | |
IPaddressrange139=0 | |
username140= | |
password140= | |
IPaddress140= | |
IPaddressrange140=0 | |
username141= | |
password141= | |
IPaddress141= | |
IPaddressrange141=0 | |
username142= | |
password142= | |
IPaddress142= | |
IPaddressrange142=0 | |
username143= | |
password143= | |
IPaddress143= | |
IPaddressrange143=0 | |
username144= | |
password144= | |
IPaddress144= | |
IPaddressrange144=0 | |
username145= | |
password145= | |
IPaddress145= | |
IPaddressrange145=0 | |
username146= | |
password146= | |
IPaddress146= | |
IPaddressrange146=0 | |
username147= | |
password147= | |
IPaddress147= | |
IPaddressrange147=0 | |
username148= | |
password148= | |
IPaddress148= | |
IPaddressrange148=0 | |
username149= | |
password149= | |
IPaddress149= | |
IPaddressrange149=0 | |
username150= | |
password150= | |
IPaddress150= | |
IPaddressrange150=0 | |
username151= | |
password151= | |
IPaddress151= | |
IPaddressrange151=0 | |
username152= | |
password152= | |
IPaddress152= | |
IPaddressrange152=0 | |
username153= | |
password153= | |
IPaddress153= | |
IPaddressrange153=0 | |
username154= | |
password154= | |
IPaddress154= | |
IPaddressrange154=0 | |
username155= | |
password155= | |
IPaddress155= | |
IPaddressrange155=0 | |
username156= | |
password156= | |
IPaddress156= | |
IPaddressrange156=0 | |
username157= | |
password157= | |
IPaddress157= | |
IPaddressrange157=0 | |
username158= | |
password158= | |
IPaddress158= | |
IPaddressrange158=0 | |
username159= | |
password159= | |
IPaddress159= | |
IPaddressrange159=0 | |
username160= | |
password160= | |
IPaddress160= | |
IPaddressrange160=0 | |
username161= | |
password161= | |
IPaddress161= | |
IPaddressrange161=0 | |
username162= | |
password162= | |
IPaddress162= | |
IPaddressrange162=0 | |
username163= | |
password163= | |
IPaddress163= | |
IPaddressrange163=0 | |
username164= | |
password164= | |
IPaddress164= | |
IPaddressrange164=0 | |
username165= | |
password165= | |
IPaddress165= | |
IPaddressrange165=0 | |
username166= | |
password166= | |
IPaddress166= | |
IPaddressrange166=0 | |
username167= | |
password167= | |
IPaddress167= | |
IPaddressrange167=0 | |
username168= | |
password168= | |
IPaddress168= | |
IPaddressrange168=0 | |
username169= | |
password169= | |
IPaddress169= | |
IPaddressrange169=0 | |
username170= | |
password170= | |
IPaddress170= | |
IPaddressrange170=0 | |
username171= | |
password171= | |
IPaddress171= | |
IPaddressrange171=0 | |
username172= | |
password172= | |
IPaddress172= | |
IPaddressrange172=0 | |
username173= | |
password173= | |
IPaddress173= | |
IPaddressrange173=0 | |
username174= | |
password174= | |
IPaddress174= | |
IPaddressrange174=0 | |
username175= | |
password175= | |
IPaddress175= | |
IPaddressrange175=0 | |
username176= | |
password176= | |
IPaddress176= | |
IPaddressrange176=0 | |
username177= | |
password177= | |
IPaddress177= | |
IPaddressrange177=0 | |
username178= | |
password178= | |
IPaddress178= | |
IPaddressrange178=0 | |
username179= | |
password179= | |
IPaddress179= | |
IPaddressrange179=0 | |
username180= | |
password180= | |
IPaddress180= | |
IPaddressrange180=0 | |
username181= | |
password181= | |
IPaddress181= | |
IPaddressrange181=0 | |
username182= | |
password182= | |
IPaddress182= | |
IPaddressrange182=0 | |
username183= | |
password183= | |
IPaddress183= | |
IPaddressrange183=0 | |
username184= | |
password184= | |
IPaddress184= | |
IPaddressrange184=0 | |
username185= | |
password185= | |
IPaddress185= | |
IPaddressrange185=0 | |
username186= | |
password186= | |
IPaddress186= | |
IPaddressrange186=0 | |
username187= | |
password187= | |
IPaddress187= | |
IPaddressrange187=0 | |
username188= | |
password188= | |
IPaddress188= | |
IPaddressrange188=0 | |
username189= | |
password189= | |
IPaddress189= | |
IPaddressrange189=0 | |
username190= | |
password190= | |
IPaddress190= | |
IPaddressrange190=0 | |
username191= | |
password191= | |
IPaddress191= | |
IPaddressrange191=0 | |
username192= | |
password192= | |
IPaddress192= | |
IPaddressrange192=0 | |
username193= | |
password193= | |
IPaddress193= | |
IPaddressrange193=0 | |
username194= | |
password194= | |
IPaddress194= | |
IPaddressrange194=0 | |
username195= | |
password195= | |
IPaddress195= | |
IPaddressrange195=0 | |
username196= | |
password196= | |
IPaddress196= | |
IPaddressrange196=0 | |
username197= | |
password197= | |
IPaddress197= | |
IPaddressrange197=0 | |
username198= | |
password198= | |
IPaddress198= | |
IPaddressrange198=0 | |
username199= | |
password199= | |
IPaddress199= | |
IPaddressrange199=0 | |
username200= | |
password200= | |
IPaddress200= | |
IPaddressrange200=0 | |
username201= | |
password201= | |
IPaddress201= | |
IPaddressrange201=0 | |
username202= | |
password202= | |
IPaddress202= | |
IPaddressrange202=0 | |
username203= | |
password203= | |
IPaddress203= | |
IPaddressrange203=0 | |
username204= | |
password204= | |
IPaddress204= | |
IPaddressrange204=0 | |
username205= | |
password205= | |
IPaddress205= | |
IPaddressrange205=0 | |
username206= | |
password206= | |
IPaddress206= | |
IPaddressrange206=0 | |
username207= | |
password207= | |
IPaddress207= | |
IPaddressrange207=0 | |
username208= | |
password208= | |
IPaddress208= | |
IPaddressrange208=0 | |
username209= | |
password209= | |
IPaddress209= | |
IPaddressrange209=0 | |
username210= | |
password210= | |
IPaddress210= | |
IPaddressrange210=0 | |
username211= | |
password211= | |
IPaddress211= | |
IPaddressrange211=0 | |
username212= | |
password212= | |
IPaddress212= | |
IPaddressrange212=0 | |
username213= | |
password213= | |
IPaddress213= | |
IPaddressrange213=0 | |
username214= | |
password214= | |
IPaddress214= | |
IPaddressrange214=0 | |
username215= | |
password215= | |
IPaddress215= | |
IPaddressrange215=0 | |
username216= | |
password216= | |
IPaddress216= | |
IPaddressrange216=0 | |
username217= | |
password217= | |
IPaddress217= | |
IPaddressrange217=0 | |
username218= | |
password218= | |
IPaddress218= | |
IPaddressrange218=0 | |
username219= | |
password219= | |
IPaddress219= | |
IPaddressrange219=0 | |
username220= | |
password220= | |
IPaddress220= | |
IPaddressrange220=0 | |
username221= | |
password221= | |
IPaddress221= | |
IPaddressrange221=0 | |
username222= | |
password222= | |
IPaddress222= | |
IPaddressrange222=0 | |
username223= | |
password223= | |
IPaddress223= | |
IPaddressrange223=0 | |
username224= | |
password224= | |
IPaddress224= | |
IPaddressrange224=0 | |
username225= | |
password225= | |
IPaddress225= | |
IPaddressrange225=0 | |
username226= | |
password226= | |
IPaddress226= | |
IPaddressrange226=0 | |
username227= | |
password227= | |
IPaddress227= | |
IPaddressrange227=0 | |
username228= | |
password228= | |
IPaddress228= | |
IPaddressrange228=0 | |
username229= | |
password229= | |
IPaddress229= | |
IPaddressrange229=0 | |
username230= | |
password230= | |
IPaddress230= | |
IPaddressrange230=0 | |
username231= | |
password231= | |
IPaddress231= | |
IPaddressrange231=0 | |
username232= | |
password232= | |
IPaddress232= | |
IPaddressrange232=0 | |
username233= | |
password233= | |
IPaddress233= | |
IPaddressrange233=0 | |
username234= | |
password234= | |
IPaddress234= | |
IPaddressrange234=0 | |
username235= | |
password235= | |
IPaddress235= | |
IPaddressrange235=0 | |
username236= | |
password236= | |
IPaddress236= | |
IPaddressrange236=0 | |
username237= | |
password237= | |
IPaddress237= | |
IPaddressrange237=0 | |
username238= | |
password238= | |
IPaddress238= | |
IPaddressrange238=0 | |
username239= | |
password239= | |
IPaddress239= | |
IPaddressrange239=0 | |
username240= | |
password240= | |
IPaddress240= | |
IPaddressrange240=0 | |
username241= | |
password241= | |
IPaddress241= | |
IPaddressrange241=0 | |
username242= | |
password242= | |
IPaddress242= | |
IPaddressrange242=0 | |
username243= | |
password243= | |
IPaddress243= | |
IPaddressrange243=0 | |
username244= | |
password244= | |
IPaddress244= | |
IPaddressrange244=0 | |
username245= | |
password245= | |
IPaddress245= | |
IPaddressrange245=0 | |
username246= | |
password246= | |
IPaddress246= | |
IPaddressrange246=0 | |
username247= | |
password247= | |
IPaddress247= | |
IPaddressrange247=0 | |
username248= | |
password248= | |
IPaddress248= | |
IPaddressrange248=0 | |
username249= | |
password249= | |
IPaddress249= | |
IPaddressrange249=0 | |
username250= | |
password250= | |
IPaddress250= | |
IPaddressrange250=0 | |
username251= | |
password251= | |
IPaddress251= | |
IPaddressrange251=0 | |
username252= | |
password252= | |
IPaddress252= | |
IPaddressrange252=0 | |
username253= | |
password253= | |
IPaddress253= | |
IPaddressrange253=0 | |
username254= | |
password254= | |
IPaddress254= | |
IPaddressrange254=0 | |
username255= | |
password255= | |
IPaddress255= | |
IPaddressrange255=0 | |
[disks] | |
; floppy[number]/hdd[number]/cdrom[number]: The disk to be mounted. Empty for none. | |
; floppy[number]_readonly/hdd[number]_readonly: 0=Writable, 1=Read-only | |
floppy0=fd720-fat.img | |
floppy0_readonly=1 | |
floppy1= | |
floppy1_readonly=0 | |
hdd0= | |
hdd0_readonly=0 | |
hdd1= | |
hdd1_readonly=0 | |
cdrom0= | |
cdrom1= | |
[bios] | |
; bootorder: The boot order of the internal BIOS: | |
; 0=FLOPPY, CDROM, HDD | |
; 1=FLOPPY, HDD, CDROM | |
; 2=CDROM, FLOPPY, HDD | |
; 3=CDROM, HDD, FLOPPY | |
; 4=HDD, FLOPPY, CDROM | |
; 5=HDD, CDROM, FLOPPY | |
; 6=FLOPPY, CDROM | |
; 7=FLOPPY, HDD | |
; 8=CDROM, FLOPPY | |
; 9=CDROM, HDD | |
; 10=HDD, FLOPPY | |
; 11=HDD, CDROM | |
; 12=FLOPPY ONLY | |
; 13=CDROM ONLY | |
; 14=HDD ONLY | |
bootorder=0 | |
[input] | |
; analog_minrange: Minimum range for the analog stick to repond. 0-255 | |
; Color codes are as follows: | |
; 0=Black | |
; 1=Blue | |
; 2=Green | |
; 3=Cyan | |
; 4=Red | |
; 5=Magenta | |
; 6=Brown | |
; 7=Light gray | |
; 8=Dark gray | |
; 9=Bright blue | |
; 10=Bright green | |
; 11=Bright cyan | |
; 12=Bright red | |
; 13=Bright magenta | |
; 14=Yellow | |
; 15=White | |
; | |
; keyboard_fontcolor: font color for the (PSP) OSK. | |
; keyboard_bordercolor: border color for the (PSP) OSK. | |
; keyboard_activecolor: active color for the (PSP) OSK. Also color of pressed keys on the touch OSK. | |
; keyboard_specialcolor: font color for the LEDs. | |
; keyboard_specialbordercolor: border color for the LEDs. | |
; keyboard_specialactivecolor: active color for the LEDs. | |
; DirectInput_remap_RCTRL_to_LWIN: Remap RCTRL to LWIN during Direct Input. | |
; DirectInput_remap_accentgrave_to_tab: Remap Accent Grave to Tab during LALT. | |
; DirectInput_remap_NUM0_to_Delete: Remap NUM0 to Delete during Direct Input. | |
; DirectInput_disable_RALT: Disable RALT being pressed during Direct Input mode. | |
analog_minrange=0 | |
keyboard_fontcolor=0 | |
keyboard_bordercolor=0 | |
keyboard_activecolor=0 | |
keyboard_specialcolor=0 | |
keyboard_specialbordercolor=0 | |
keyboard_specialactivecolor=0 | |
DirectInput_remap_RCTRL_to_LWIN=0 | |
DirectInput_remap_accentgrave_to_tab=0 | |
DirectInput_remap_NUM0_to_Delete=0 | |
DirectInput_disable_RALT=0 | |
[gamingmode] | |
; Key number 0 is a | |
; Key number 1 is b | |
; Key number 2 is c | |
; Key number 3 is d | |
; Key number 4 is e | |
; Key number 5 is f | |
; Key number 6 is g | |
; Key number 7 is h | |
; Key number 8 is i | |
; Key number 9 is j | |
; Key number 10 is k | |
; Key number 11 is l | |
; Key number 12 is m | |
; Key number 13 is n | |
; Key number 14 is o | |
; Key number 15 is p | |
; Key number 16 is q | |
; Key number 17 is r | |
; Key number 18 is s | |
; Key number 19 is t | |
; Key number 20 is u | |
; Key number 21 is v | |
; Key number 22 is w | |
; Key number 23 is x | |
; Key number 24 is y | |
; Key number 25 is z | |
; Key number 26 is 0 | |
; Key number 27 is 1 | |
; Key number 28 is 2 | |
; Key number 29 is 3 | |
; Key number 30 is 4 | |
; Key number 31 is 5 | |
; Key number 32 is 6 | |
; Key number 33 is 7 | |
; Key number 34 is 8 | |
; Key number 35 is 9 | |
; Key number 36 is ` | |
; Key number 37 is - | |
; Key number 38 is = | |
; Key number 39 is \ | |
; Key number 40 is bksp | |
; Key number 41 is space | |
; Key number 42 is tab | |
; Key number 43 is capslock | |
; Key number 44 is lshift | |
; Key number 45 is lctrl | |
; Key number 46 is lwin | |
; Key number 47 is lalt | |
; Key number 48 is rshift | |
; Key number 49 is rctrl | |
; Key number 50 is rwin | |
; Key number 51 is ralt | |
; Key number 52 is apps | |
; Key number 53 is enter | |
; Key number 54 is esc | |
; Key number 55 is f1 | |
; Key number 56 is f2 | |
; Key number 57 is f3 | |
; Key number 58 is f4 | |
; Key number 59 is f5 | |
; Key number 60 is f6 | |
; Key number 61 is f7 | |
; Key number 62 is f8 | |
; Key number 63 is f9 | |
; Key number 64 is f10 | |
; Key number 65 is f11 | |
; Key number 66 is f12 | |
; Key number 67 is prtsc | |
; Key number 68 is scroll | |
; Key number 69 is pause | |
; Key number 70 is [ | |
; Key number 71 is insert | |
; Key number 72 is home | |
; Key number 73 is pgup | |
; Key number 74 is del | |
; Key number 75 is end | |
; Key number 76 is pgdn | |
; Key number 77 is up | |
; Key number 78 is left | |
; Key number 79 is down | |
; Key number 80 is right | |
; Key number 81 is num | |
; Key number 82 is kp/ | |
; Key number 83 is kp* | |
; Key number 84 is kp- | |
; Key number 85 is kp+ | |
; Key number 86 is kpen | |
; Key number 87 is kp. | |
; Key number 88 is kp0 | |
; Key number 89 is kp1 | |
; Key number 90 is kp2 | |
; Key number 91 is kp3 | |
; Key number 92 is kp4 | |
; Key number 93 is kp5 | |
; Key number 94 is kp6 | |
; Key number 95 is kp7 | |
; Key number 96 is kp8 | |
; Key number 97 is kp9 | |
; Key number 98 is ] | |
; Key number 99 is ; | |
; Key number 100 is ' | |
; Key number 101 is , | |
; Key number 102 is . | |
; Key number 103 is / | |
; gamingmode_map_[key]_key[facebutton]: The key to be mapped. -1 for unmapped. Otherwise, the key number(0-103) | |
; gamingmode_map_[key]_shiftstate[facebutton]: The summed state of ctrl/alt/shift keys to be pressed. 1=Ctrl, 2=Alt, 4=Shift. 0/empty=None. | |
; gamingmode_map_[key]_mousebuttons[facebutton]: The summed state of mouse buttons to be pressed(0=None pressed, 1=Left, 2=Right, 4=Middle). | |
; gamingmode_map_joystick[facebutton]: 0=Normal gaming mode mapped input, 1=Enable joystick inputjoystick: 0=Normal gaming mode mapped input, 1=Joystick, Cross=Button 1, Circle=Button 2, 2=Joystick, Cross=Button 2, Circle=Button 1, 3=Joystick, Gravis Gamepad, 4=Joystick, Gravis Analog Pro, 5=Joystick, Logitech WingMan Extreme Digital | |
gamingmode_map_joystick=0 | |
gamingmode_map_start_key=0 | |
gamingmode_map_start_shiftstate=0 | |
gamingmode_map_start_mousebuttons=0 | |
gamingmode_map_left_key=0 | |
gamingmode_map_left_shiftstate=0 | |
gamingmode_map_left_mousebuttons=0 | |
gamingmode_map_up_key=0 | |
gamingmode_map_up_shiftstate=0 | |
gamingmode_map_up_mousebuttons=0 | |
gamingmode_map_right_key=0 | |
gamingmode_map_right_shiftstate=0 | |
gamingmode_map_right_mousebuttons=0 | |
gamingmode_map_down_key=0 | |
gamingmode_map_down_shiftstate=0 | |
gamingmode_map_down_mousebuttons=0 | |
gamingmode_map_ltrigger_key=0 | |
gamingmode_map_ltrigger_shiftstate=0 | |
gamingmode_map_ltrigger_mousebuttons=0 | |
gamingmode_map_rtrigger_key=0 | |
gamingmode_map_rtrigger_shiftstate=0 | |
gamingmode_map_rtrigger_mousebuttons=0 | |
gamingmode_map_triangle_key=0 | |
gamingmode_map_triangle_shiftstate=0 | |
gamingmode_map_triangle_mousebuttons=0 | |
gamingmode_map_circle_key=0 | |
gamingmode_map_circle_shiftstate=0 | |
gamingmode_map_circle_mousebuttons=0 | |
gamingmode_map_cross_key=0 | |
gamingmode_map_cross_shiftstate=0 | |
gamingmode_map_cross_mousebuttons=0 | |
gamingmode_map_square_key=0 | |
gamingmode_map_square_shiftstate=0 | |
gamingmode_map_square_mousebuttons=0 | |
gamingmode_map_analogleft_key=0 | |
gamingmode_map_analogleft_shiftstate=0 | |
gamingmode_map_analogleft_mousebuttons=0 | |
gamingmode_map_analogup_key=0 | |
gamingmode_map_analogup_shiftstate=0 | |
gamingmode_map_analogup_mousebuttons=0 | |
gamingmode_map_analogright_key=0 | |
gamingmode_map_analogright_shiftstate=0 | |
gamingmode_map_analogright_mousebuttons=0 | |
gamingmode_map_analogdown_key=0 | |
gamingmode_map_analogdown_shiftstate=0 | |
gamingmode_map_analogdown_mousebuttons=0 | |
gamingmode_map_joystick_triangle=0 | |
gamingmode_map_start_key_triangle=0 | |
gamingmode_map_start_shiftstate_triangle=0 | |
gamingmode_map_start_mousebuttons_triangle=0 | |
gamingmode_map_left_key_triangle=0 | |
gamingmode_map_left_shiftstate_triangle=0 | |
gamingmode_map_left_mousebuttons_triangle=0 | |
gamingmode_map_up_key_triangle=0 | |
gamingmode_map_up_shiftstate_triangle=0 | |
gamingmode_map_up_mousebuttons_triangle=0 | |
gamingmode_map_right_key_triangle=0 | |
gamingmode_map_right_shiftstate_triangle=0 | |
gamingmode_map_right_mousebuttons_triangle=0 | |
gamingmode_map_down_key_triangle=0 | |
gamingmode_map_down_shiftstate_triangle=0 | |
gamingmode_map_down_mousebuttons_triangle=0 | |
gamingmode_map_ltrigger_key_triangle=0 | |
gamingmode_map_ltrigger_shiftstate_triangle=0 | |
gamingmode_map_ltrigger_mousebuttons_triangle=0 | |
gamingmode_map_rtrigger_key_triangle=0 | |
gamingmode_map_rtrigger_shiftstate_triangle=0 | |
gamingmode_map_rtrigger_mousebuttons_triangle=0 | |
gamingmode_map_triangle_key_triangle=0 | |
gamingmode_map_triangle_shiftstate_triangle=0 | |
gamingmode_map_triangle_mousebuttons_triangle=0 | |
gamingmode_map_circle_key_triangle=0 | |
gamingmode_map_circle_shiftstate_triangle=0 | |
gamingmode_map_circle_mousebuttons_triangle=0 | |
gamingmode_map_cross_key_triangle=0 | |
gamingmode_map_cross_shiftstate_triangle=0 | |
gamingmode_map_cross_mousebuttons_triangle=0 | |
gamingmode_map_square_key_triangle=0 | |
gamingmode_map_square_shiftstate_triangle=0 | |
gamingmode_map_square_mousebuttons_triangle=0 | |
gamingmode_map_analogleft_key_triangle=0 | |
gamingmode_map_analogleft_shiftstate_triangle=0 | |
gamingmode_map_analogleft_mousebuttons_triangle=0 | |
gamingmode_map_analogup_key_triangle=0 | |
gamingmode_map_analogup_shiftstate_triangle=0 | |
gamingmode_map_analogup_mousebuttons_triangle=0 | |
gamingmode_map_analogright_key_triangle=0 | |
gamingmode_map_analogright_shiftstate_triangle=0 | |
gamingmode_map_analogright_mousebuttons_triangle=0 | |
gamingmode_map_analogdown_key_triangle=0 | |
gamingmode_map_analogdown_shiftstate_triangle=0 | |
gamingmode_map_analogdown_mousebuttons_triangle=0 | |
gamingmode_map_joystick_square=0 | |
gamingmode_map_start_key_square=0 | |
gamingmode_map_start_shiftstate_square=0 | |
gamingmode_map_start_mousebuttons_square=0 | |
gamingmode_map_left_key_square=0 | |
gamingmode_map_left_shiftstate_square=0 | |
gamingmode_map_left_mousebuttons_square=0 | |
gamingmode_map_up_key_square=0 | |
gamingmode_map_up_shiftstate_square=0 | |
gamingmode_map_up_mousebuttons_square=0 | |
gamingmode_map_right_key_square=0 | |
gamingmode_map_right_shiftstate_square=0 | |
gamingmode_map_right_mousebuttons_square=0 | |
gamingmode_map_down_key_square=0 | |
gamingmode_map_down_shiftstate_square=0 | |
gamingmode_map_down_mousebuttons_square=0 | |
gamingmode_map_ltrigger_key_square=0 | |
gamingmode_map_ltrigger_shiftstate_square=0 | |
gamingmode_map_ltrigger_mousebuttons_square=0 | |
gamingmode_map_rtrigger_key_square=0 | |
gamingmode_map_rtrigger_shiftstate_square=0 | |
gamingmode_map_rtrigger_mousebuttons_square=0 | |
gamingmode_map_triangle_key_square=0 | |
gamingmode_map_triangle_shiftstate_square=0 | |
gamingmode_map_triangle_mousebuttons_square=0 | |
gamingmode_map_circle_key_square=0 | |
gamingmode_map_circle_shiftstate_square=0 | |
gamingmode_map_circle_mousebuttons_square=0 | |
gamingmode_map_cross_key_square=0 | |
gamingmode_map_cross_shiftstate_square=0 | |
gamingmode_map_cross_mousebuttons_square=0 | |
gamingmode_map_square_key_square=0 | |
gamingmode_map_square_shiftstate_square=0 | |
gamingmode_map_square_mousebuttons_square=0 | |
gamingmode_map_analogleft_key_square=0 | |
gamingmode_map_analogleft_shiftstate_square=0 | |
gamingmode_map_analogleft_mousebuttons_square=0 | |
gamingmode_map_analogup_key_square=0 | |
gamingmode_map_analogup_shiftstate_square=0 | |
gamingmode_map_analogup_mousebuttons_square=0 | |
gamingmode_map_analogright_key_square=0 | |
gamingmode_map_analogright_shiftstate_square=0 | |
gamingmode_map_analogright_mousebuttons_square=0 | |
gamingmode_map_analogdown_key_square=0 | |
gamingmode_map_analogdown_shiftstate_square=0 | |
gamingmode_map_analogdown_mousebuttons_square=0 | |
gamingmode_map_joystick_cross=0 | |
gamingmode_map_start_key_cross=0 | |
gamingmode_map_start_shiftstate_cross=0 | |
gamingmode_map_start_mousebuttons_cross=0 | |
gamingmode_map_left_key_cross=0 | |
gamingmode_map_left_shiftstate_cross=0 | |
gamingmode_map_left_mousebuttons_cross=0 | |
gamingmode_map_up_key_cross=0 | |
gamingmode_map_up_shiftstate_cross=0 | |
gamingmode_map_up_mousebuttons_cross=0 | |
gamingmode_map_right_key_cross=0 | |
gamingmode_map_right_shiftstate_cross=0 | |
gamingmode_map_right_mousebuttons_cross=0 | |
gamingmode_map_down_key_cross=0 | |
gamingmode_map_down_shiftstate_cross=0 | |
gamingmode_map_down_mousebuttons_cross=0 | |
gamingmode_map_ltrigger_key_cross=0 | |
gamingmode_map_ltrigger_shiftstate_cross=0 | |
gamingmode_map_ltrigger_mousebuttons_cross=0 | |
gamingmode_map_rtrigger_key_cross=0 | |
gamingmode_map_rtrigger_shiftstate_cross=0 | |
gamingmode_map_rtrigger_mousebuttons_cross=0 | |
gamingmode_map_triangle_key_cross=0 | |
gamingmode_map_triangle_shiftstate_cross=0 | |
gamingmode_map_triangle_mousebuttons_cross=0 | |
gamingmode_map_circle_key_cross=0 | |
gamingmode_map_circle_shiftstate_cross=0 | |
gamingmode_map_circle_mousebuttons_cross=0 | |
gamingmode_map_cross_key_cross=0 | |
gamingmode_map_cross_shiftstate_cross=0 | |
gamingmode_map_cross_mousebuttons_cross=0 | |
gamingmode_map_square_key_cross=0 | |
gamingmode_map_square_shiftstate_cross=0 | |
gamingmode_map_square_mousebuttons_cross=0 | |
gamingmode_map_analogleft_key_cross=0 | |
gamingmode_map_analogleft_shiftstate_cross=0 | |
gamingmode_map_analogleft_mousebuttons_cross=0 | |
gamingmode_map_analogup_key_cross=0 | |
gamingmode_map_analogup_shiftstate_cross=0 | |
gamingmode_map_analogup_mousebuttons_cross=0 | |
gamingmode_map_analogright_key_cross=0 | |
gamingmode_map_analogright_shiftstate_cross=0 | |
gamingmode_map_analogright_mousebuttons_cross=0 | |
gamingmode_map_analogdown_key_cross=0 | |
gamingmode_map_analogdown_shiftstate_cross=0 | |
gamingmode_map_analogdown_mousebuttons_cross=0 | |
gamingmode_map_joystick_circle=0 | |
gamingmode_map_start_key_circle=0 | |
gamingmode_map_start_shiftstate_circle=0 | |
gamingmode_map_start_mousebuttons_circle=0 | |
gamingmode_map_left_key_circle=0 | |
gamingmode_map_left_shiftstate_circle=0 | |
gamingmode_map_left_mousebuttons_circle=0 | |
gamingmode_map_up_key_circle=0 | |
gamingmode_map_up_shiftstate_circle=0 | |
gamingmode_map_up_mousebuttons_circle=0 | |
gamingmode_map_right_key_circle=0 | |
gamingmode_map_right_shiftstate_circle=0 | |
gamingmode_map_right_mousebuttons_circle=0 | |
gamingmode_map_down_key_circle=0 | |
gamingmode_map_down_shiftstate_circle=0 | |
gamingmode_map_down_mousebuttons_circle=0 | |
gamingmode_map_ltrigger_key_circle=0 | |
gamingmode_map_ltrigger_shiftstate_circle=0 | |
gamingmode_map_ltrigger_mousebuttons_circle=0 | |
gamingmode_map_rtrigger_key_circle=0 | |
gamingmode_map_rtrigger_shiftstate_circle=0 | |
gamingmode_map_rtrigger_mousebuttons_circle=0 | |
gamingmode_map_triangle_key_circle=0 | |
gamingmode_map_triangle_shiftstate_circle=0 | |
gamingmode_map_triangle_mousebuttons_circle=0 | |
gamingmode_map_circle_key_circle=0 | |
gamingmode_map_circle_shiftstate_circle=0 | |
gamingmode_map_circle_mousebuttons_circle=0 | |
gamingmode_map_cross_key_circle=0 | |
gamingmode_map_cross_shiftstate_circle=0 | |
gamingmode_map_cross_mousebuttons_circle=0 | |
gamingmode_map_square_key_circle=0 | |
gamingmode_map_square_shiftstate_circle=0 | |
gamingmode_map_square_mousebuttons_circle=0 | |
gamingmode_map_analogleft_key_circle=0 | |
gamingmode_map_analogleft_shiftstate_circle=0 | |
gamingmode_map_analogleft_mousebuttons_circle=0 | |
gamingmode_map_analogup_key_circle=0 | |
gamingmode_map_analogup_shiftstate_circle=0 | |
gamingmode_map_analogup_mousebuttons_circle=0 | |
gamingmode_map_analogright_key_circle=0 | |
gamingmode_map_analogright_shiftstate_circle=0 | |
gamingmode_map_analogright_mousebuttons_circle=0 | |
gamingmode_map_analogdown_key_circle=0 | |
gamingmode_map_analogdown_shiftstate_circle=0 | |
gamingmode_map_analogdown_mousebuttons_circle=0 | |
joystick=0 | |
[XTCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=0 | |
memory=1048576 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=2 | |
cpus=0 | |
databussize=0 | |
cpuspeed=0 | |
turbocpuspeed=0 | |
useturbocpuspeed=1 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=1 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=4 | |
CGAmodel=0 | |
VRAM=262144 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=0 | |
ET4000_extensions=0 | |
speaker=1 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=1 | |
soundblaster=2 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=0 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[ATCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=1 | |
memory=4194304 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=2 | |
cpus=1 | |
databussize=0 | |
cpuspeed=5000 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=6 | |
CGAmodel=0 | |
VRAM=1048576 | |
videocardsynchronization=2 | |
bwmonitor=0 | |
bwmonitor_luminancemode=1 | |
SVGA_DACmode=1 | |
ET4000_extensions=0 | |
speaker=1 | |
adlib=1 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=2 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=23 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=128 | |
RAM0E=128 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=128 | |
RAM31=13 | |
RAM32=0 | |
RAM33=128 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[CompaqCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=1 | |
memory=4194304 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=3 | |
cpus=0 | |
databussize=0 | |
cpuspeed=0 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=7 | |
CGAmodel=0 | |
VRAM=0 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=1 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[PS2CMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=1 | |
memory=4194304 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=2 | |
cpus=0 | |
databussize=0 | |
cpuspeed=4800 | |
turbocpuspeed=0 | |
useturbocpuspeed=1 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=6 | |
CGAmodel=0 | |
VRAM=1048576 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=0 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[i430fxCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=1 | |
memory=8388608 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=6 | |
cpus=0 | |
databussize=0 | |
cpuspeed=0 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=6 | |
CGAmodel=0 | |
VRAM=1048576 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=1 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[i440fxCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=0 | |
memory=0 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=0 | |
cpus=0 | |
databussize=0 | |
cpuspeed=0 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=0 | |
CGAmodel=0 | |
VRAM=0 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=0 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=0 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[i450gxCMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; southbridge: 0=PCEB/ESC, 1=SIO.A | |
; i440fxemulation: 0=Normal i450gx motherboard, 1=Emulate i440fx as the main motherboard with i450gx motherboard as an extra option. | |
; nowpbios: 0=ROM mode, 1=Flash ROM writable | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to | |
gotCMOS=1 | |
memory=2142240768 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=2 | |
cpus=0 | |
databussize=0 | |
cpuspeed=0 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=0 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
southbridge=0 | |
i440fxemulation=0 | |
nowpbios=0 | |
BIOSROMmode=0 | |
videocard=0 | |
CGAmodel=0 | |
VRAM=262144 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=0 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 | |
[85C496CMOS] | |
; gotCMOS: 0=Don't load CMOS. 1=CMOS data is valid and to be loaded. | |
; memory: memory size in bytes | |
; TimeDivergeance_seconds: Time to be added to get the emulated time, in seconds. | |
; TimeDivergeance_microseconds: Time to be added to get the emulated time, in microseconds. | |
; s100: 100th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; s10000: 10000th second register content on XT RTC (0-255, Usually BCD stored as integer) | |
; centuryisbinary: The contents of the century byte is to be en/decoded as binary(value 1) instead of BCD(value 0), not to be used as a century byte. | |
; cycletiming: 0=Time divergeance is relative to realtime. Not 0=Time is relative to 1-1-1970 midnight and running on the CPU timing. | |
; floppy[number]_nodisk_type: The disk geometry to use as a base without a disk mounted. Values: 0=160KB disk 5.25", 1=180KB disk 5.25", 2=200KB disk 5.25", 3=320KB disk 5.25", 4=360KB disk 5.25", 5=400KB disk 5.25", 6=1.2MB disk 5.25", 7=720KB disk 3.5", 8=1.44MB disk 3.5", 9=1.68MB disk 3.5", 10=1.722MB disk 3.5", 11=1.84MB disk 3.5", 12=2.88MB disk 3.5" | |
; cpu: 0=8086/8088, 1=NEC V20/V30, 2=80286, 3=80386, 4=80486, 5=Intel Pentium(without FPU), 6=Intel Pentium Pro(without FPU), 7=Intel Pentium II(without FPU) | |
; cpus: 0=All available CPUs, 1+=fixed amount of CPUs(as many as supported) | |
; databussize: 0=Full sized data bus of 16/32-bits, 1=Reduced data bus size | |
; cpuspeed: 0=default, otherwise, limited to n cycles(>=0) | |
; turbocpuspeed: 0=default, otherwise, limit to n cycles(>=0) | |
; useturbocpuspeed: 0=Don't use, 1=Use | |
; clockingmode: 0=Cycle-accurate clock, 1=IPS clock | |
; CPUIDmode: 0=Modern mode, 1=Limited to leaf 1, 2=Set to DX on start | |
; PCIIDEmodel: 0=PC87415, 1=Onboard | |
; BIOSROMbootblockunprotect: 0=Protected, 1=Flashable | |
; soundblasterirq: 0=IRQ 7, 1=IRQ 5, 2=IRQ 3 | |
; BIOSROMmode: 0=Normal BIOS ROM, 1=Diagnostic ROM, 2=Enforce normal U-ROMs | |
; videocard: 0=Pure VGA, 1=VGA with NMI, 2=VGA with CGA, 3=VGA with MDA, 4=Pure CGA, 5=Pure MDA, 6=Tseng ET4000, 7=Tseng ET3000, 8=Pure EGA | |
; CGAmodel: 0=Old-style RGB, 1=Old-style NTSC, 2=New-style RGB, 3=New-style NTSC | |
; VRAM: Ammount of VRAM installed, in bytes | |
; videocardsynchronization: 0=Old synchronization depending on host, 1=Synchronize depending on host, 2=Full CPU synchronization | |
; bwmonitor: 0=Color, 1=B/W monitor: white, 2=B/W monitor: green, 3=B/W monitor: amber | |
; bwmonitor_luminancemode: 0=Averaged, 1=Luminance | |
; SVGA_DACmode: 0=Sierra SC11487, 1=UMC UM70C178, 2=AT&T 20C490, 3=Sierra SC15025 | |
; ET4000_extensions: 0=ET4000AX, 1=ET4000/W32 | |
; speaker: 0=Disabled, 1=Enabled | |
; adlib: 0=Disabled, 1=Enabled | |
; LPTDAC: 0=Disabled, 1=Enabled | |
; soundfont: The path to the soundfont file. Empty for none. | |
; directmidi: 0=Disabled, 1=Enabled | |
; gameblaster: 0=Disabled, 1=Enabled | |
; soundblaster: 0=Disabled, 1=Version 1.0(with Game Blaster) or 1.5(without Game Blaster), 2=Version 2.0 | |
; modemCOM1: move the modem to COM1 instead of COM2(defaults to 0) | |
; modemDTRhangup: hangup the modem if DTR is lowered after connected when raised(defaults to 0) | |
; listenport: listen port to listen on when not connected(defaults to 23) | |
; nullmodem: make the modem behave as a nullmodem cable(defaults to 0). 0=Normal modem, 1=simple nullmodem cable, 2=nullmodem cable with line signalling, 3=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0, 4=nullmodem cable with line signalling and outgoing manual connect using phonebook entry #0 to direct serial, 5=simple nullmodem cable with outgoing manual connect using phonebook entry #0 | |
; directserial: Non-empty to use a direct serial connection instead. | |
; directserialctl: Non-empty to use a direct serial connection instead. Used for RTS(to RI) and DTR(to DCD) only if specified. | |
; RAM[hexnumber]: The contents of the CMOS RAM location(0-255) | |
; extraRAM[hexnumber]: The contents of the extra RAM location(0-255) | |
; XTRTCSynchronization: 0=Not synchronized, 1=Fully synchronized, 2=Synchronized to 100th second, 3=Synchronized to second | |
gotCMOS=1 | |
memory=4194304 | |
TimeDivergeance_seconds=0 | |
TimeDivergeance_microseconds=0 | |
s100=0 | |
s10000=0 | |
centuryisbinary=0 | |
cycletiming=0 | |
floppy0_nodisk_type=0 | |
floppy1_nodisk_type=0 | |
cpu=3 | |
cpus=0 | |
databussize=0 | |
cpuspeed=10000 | |
turbocpuspeed=0 | |
useturbocpuspeed=0 | |
clockingmode=1 | |
CPUIDmode=0 | |
PCIIDEmodel=0 | |
BIOSROMbootblockunprotect=0 | |
soundblasterirq=0 | |
BIOSROMmode=0 | |
videocard=6 | |
CGAmodel=0 | |
VRAM=1048576 | |
videocardsynchronization=0 | |
bwmonitor=0 | |
bwmonitor_luminancemode=0 | |
SVGA_DACmode=1 | |
ET4000_extensions=0 | |
speaker=0 | |
adlib=0 | |
LPTDAC=0 | |
soundfont= | |
directmidi=0 | |
gameblaster=0 | |
soundblaster=0 | |
modemCOM1=0 | |
modemDTRhangup=0 | |
listenport=0 | |
nullmodem=0 | |
directserial= | |
directserialctl= | |
XTRTCsynchronization=0 | |
RAM00=0 | |
RAM01=0 | |
RAM02=0 | |
RAM03=0 | |
RAM04=0 | |
RAM05=0 | |
RAM06=0 | |
RAM07=0 | |
RAM08=0 | |
RAM09=0 | |
RAM0A=38 | |
RAM0B=0 | |
RAM0C=0 | |
RAM0D=0 | |
RAM0E=0 | |
RAM0F=0 | |
RAM10=0 | |
RAM11=0 | |
RAM12=0 | |
RAM13=0 | |
RAM14=0 | |
RAM15=0 | |
RAM16=0 | |
RAM17=0 | |
RAM18=0 | |
RAM19=0 | |
RAM1A=0 | |
RAM1B=0 | |
RAM1C=0 | |
RAM1D=0 | |
RAM1E=0 | |
RAM1F=0 | |
RAM20=0 | |
RAM21=0 | |
RAM22=0 | |
RAM23=0 | |
RAM24=0 | |
RAM25=0 | |
RAM26=0 | |
RAM27=0 | |
RAM28=0 | |
RAM29=0 | |
RAM2A=0 | |
RAM2B=0 | |
RAM2C=0 | |
RAM2D=0 | |
RAM2E=0 | |
RAM2F=0 | |
RAM30=0 | |
RAM31=0 | |
RAM32=0 | |
RAM33=0 | |
RAM34=0 | |
RAM35=0 | |
RAM36=0 | |
RAM37=0 | |
RAM38=0 | |
RAM39=0 | |
RAM3A=0 | |
RAM3B=0 | |
RAM3C=0 | |
RAM3D=0 | |
RAM3E=0 | |
RAM3F=0 | |
RAM40=0 | |
RAM41=0 | |
RAM42=0 | |
RAM43=0 | |
RAM44=0 | |
RAM45=0 | |
RAM46=0 | |
RAM47=0 | |
RAM48=0 | |
RAM49=0 | |
RAM4A=0 | |
RAM4B=0 | |
RAM4C=0 | |
RAM4D=0 | |
RAM4E=0 | |
RAM4F=0 | |
RAM50=0 | |
RAM51=0 | |
RAM52=0 | |
RAM53=0 | |
RAM54=0 | |
RAM55=0 | |
RAM56=0 | |
RAM57=0 | |
RAM58=0 | |
RAM59=0 | |
RAM5A=0 | |
RAM5B=0 | |
RAM5C=0 | |
RAM5D=0 | |
RAM5E=0 | |
RAM5F=0 | |
RAM60=0 | |
RAM61=0 | |
RAM62=0 | |
RAM63=0 | |
RAM64=0 | |
RAM65=0 | |
RAM66=0 | |
RAM67=0 | |
RAM68=0 | |
RAM69=0 | |
RAM6A=0 | |
RAM6B=0 | |
RAM6C=0 | |
RAM6D=0 | |
RAM6E=0 | |
RAM6F=0 | |
RAM70=0 | |
RAM71=0 | |
RAM72=0 | |
RAM73=0 | |
RAM74=0 | |
RAM75=0 | |
RAM76=0 | |
RAM77=0 | |
RAM78=0 | |
RAM79=0 | |
RAM7A=0 | |
RAM7B=0 | |
RAM7C=0 | |
RAM7D=0 | |
RAM7E=0 | |
RAM7F=0 | |
RAM80=0 | |
RAM81=0 | |
RAM82=0 | |
RAM83=0 | |
RAM84=0 | |
RAM85=0 | |
RAM86=0 | |
RAM87=0 | |
RAM88=0 | |
RAM89=0 | |
RAM8A=0 | |
RAM8B=0 | |
RAM8C=0 | |
RAM8D=0 | |
RAM8E=0 | |
RAM8F=0 | |
RAM90=0 | |
RAM91=0 | |
RAM92=0 | |
RAM93=0 | |
RAM94=0 | |
RAM95=0 | |
RAM96=0 | |
RAM97=0 | |
RAM98=0 | |
RAM99=0 | |
RAM9A=0 | |
RAM9B=0 | |
RAM9C=0 | |
RAM9D=0 | |
RAM9E=0 | |
RAM9F=0 | |
RAMA0=0 | |
RAMA1=0 | |
RAMA2=0 | |
RAMA3=0 | |
RAMA4=0 | |
RAMA5=0 | |
RAMA6=0 | |
RAMA7=0 | |
RAMA8=0 | |
RAMA9=0 | |
RAMAA=0 | |
RAMAB=0 | |
RAMAC=0 | |
RAMAD=0 | |
RAMAE=0 | |
RAMAF=0 | |
RAMB0=0 | |
RAMB1=0 | |
RAMB2=0 | |
RAMB3=0 | |
RAMB4=0 | |
RAMB5=0 | |
RAMB6=0 | |
RAMB7=0 | |
RAMB8=0 | |
RAMB9=0 | |
RAMBA=0 | |
RAMBB=0 | |
RAMBC=0 | |
RAMBD=0 | |
RAMBE=0 | |
RAMBF=0 | |
RAMC0=0 | |
RAMC1=0 | |
RAMC2=0 | |
RAMC3=0 | |
RAMC4=0 | |
RAMC5=0 | |
RAMC6=0 | |
RAMC7=0 | |
RAMC8=0 | |
RAMC9=0 | |
RAMCA=0 | |
RAMCB=0 | |
RAMCC=0 | |
RAMCD=0 | |
RAMCE=0 | |
RAMCF=0 | |
RAMD0=0 | |
RAMD1=0 | |
RAMD2=0 | |
RAMD3=0 | |
RAMD4=0 | |
RAMD5=0 | |
RAMD6=0 | |
RAMD7=0 | |
RAMD8=0 | |
RAMD9=0 | |
RAMDA=0 | |
RAMDB=0 | |
RAMDC=0 | |
RAMDD=0 | |
RAMDE=0 | |
RAMDF=0 | |
RAME0=0 | |
RAME1=0 | |
RAME2=0 | |
RAME3=0 | |
RAME4=0 | |
RAME5=0 | |
RAME6=0 | |
RAME7=0 | |
RAME8=0 | |
RAME9=0 | |
RAMEA=0 | |
RAMEB=0 | |
RAMEC=0 | |
RAMED=0 | |
RAMEE=0 | |
RAMEF=0 | |
RAMF0=0 | |
RAMF1=0 | |
RAMF2=0 | |
RAMF3=0 | |
RAMF4=0 | |
RAMF5=0 | |
RAMF6=0 | |
RAMF7=0 | |
RAMF8=0 | |
RAMF9=0 | |
RAMFA=0 | |
RAMFB=0 | |
RAMFC=0 | |
RAMFD=0 | |
RAMFE=0 | |
RAMFF=0 | |
extraRAM00=0 | |
extraRAM01=0 | |
extraRAM02=0 | |
extraRAM03=0 | |
extraRAM04=0 | |
extraRAM05=0 | |
extraRAM06=0 | |
extraRAM07=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment