Followup to previous delta: removed obsolete "class" attribute from all controls
This commit is contained in:
parent
64b2494eef
commit
a309d1f302
72 changed files with 447 additions and 452 deletions
|
|
@ -11,16 +11,16 @@
|
|||
</menu>
|
||||
</video>
|
||||
<cpu id="cpu8088" model="8088" autostart="true" pos="left">
|
||||
<control type="button" class="input" binding="run">Run</control>
|
||||
<control type="button" binding="run">Run</control>
|
||||
</cpu>
|
||||
<fdc id="fdcNEC" automount='{A: {name: "PC-DOS 1.00", path: "PCDOS100.json"}}' pos="left">
|
||||
<control type="container">
|
||||
<control type="list" class="input" binding="listDrives"/>
|
||||
<control type="list" class="input" binding="listDisks">
|
||||
<control type="list" binding="listDrives"/>
|
||||
<control type="list" binding="listDisks">
|
||||
<disk path="">None</disk>
|
||||
<disk path="PCDOS100.json">PC-DOS 1.00</disk>
|
||||
</control>
|
||||
<control type="button" class="input" binding="loadDrive">Load Drive</control>
|
||||
<control type="button" binding="loadDrive">Load Drive</control>
|
||||
</control>
|
||||
</fdc>
|
||||
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue