|
|
1.1.1.2 root 1: <?xml version="1.0" encoding="UTF-8"?> 1.1.1.3 ! root 2: <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> 1.1 root 3: <dependencies> 4: <deployment version="1060" identifier="macosx"/> 1.1.1.3 ! root 5: <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> 1.1.1.2 root 6: <capability name="box content view" minToolsVersion="7.0"/> 7: <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> 1.1 root 8: </dependencies> 9: <objects> 10: <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> 11: <connections> 12: <outlet property="delegate" destination="194" id="195"/> 13: </connections> 14: </customObject> 15: <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> 16: <customObject id="-3" userLabel="Application" customClass="NSObject"/> 17: <menu title="SDLMain" systemMenu="main" id="29" userLabel="MainMenu"> 18: <items> 19: <menuItem title="Hatari" id="56"> 20: <menu key="submenu" title="Hatari" systemMenu="apple" id="57"> 21: <items> 22: <menuItem title="About Hatari" id="58"> 23: <modifierMask key="keyEquivalentModifierMask"/> 24: <connections> 25: <action selector="orderFrontStandardAboutPanel:" target="-2" id="142"/> 26: </connections> 27: </menuItem> 28: <menuItem title="Preferences..." keyEquivalent="," id="293"> 29: <connections> 30: <action selector="loadPrefs:" target="329" id="4613"/> 31: </connections> 32: </menuItem> 33: <menuItem isSeparatorItem="YES" id="196"> 34: <modifierMask key="keyEquivalentModifierMask" command="YES"/> 35: </menuItem> 36: <menuItem title="Hide Hatari" keyEquivalent="h" id="134"> 37: <connections> 38: <action selector="hide:" target="-2" id="152"/> 39: </connections> 40: </menuItem> 41: <menuItem title="Hide Others" keyEquivalent="H" id="145"> 42: <modifierMask key="keyEquivalentModifierMask" option="YES"/> 43: <connections> 44: <action selector="hideOtherApplications:" target="-2" id="146"/> 45: </connections> 46: </menuItem> 47: <menuItem title="Show All" id="150"> 48: <connections> 49: <action selector="unhideAllApplications:" target="-2" id="153"/> 50: </connections> 51: </menuItem> 52: <menuItem isSeparatorItem="YES" id="149"> 53: <modifierMask key="keyEquivalentModifierMask" command="YES"/> 54: </menuItem> 55: <menuItem title="Quit Hatari" keyEquivalent="q" id="136"> 56: <connections> 57: <action selector="quit:" target="194" id="VdW-0e-8Wb"/> 58: </connections> 59: </menuItem> 60: </items> 61: </menu> 62: <connections> 63: <action selector="PauseMenu:" target="194" id="EPd-gg-qvn"/> 64: </connections> 65: </menuItem> 66: <menuItem title="File" id="306"> 67: <menu key="submenu" title="File" id="312"> 68: <items> 69: <menuItem title="Insert Disk A..." id="309"> 70: <modifierMask key="keyEquivalentModifierMask"/> 71: <connections> 72: <action selector="insertDiskA:" target="194" id="4611"/> 73: </connections> 74: </menuItem> 75: <menuItem title="Insert Disk B..." id="311"> 76: <modifierMask key="keyEquivalentModifierMask"/> 77: <connections> 78: <action selector="insertDiskB:" target="194" id="323"/> 79: </connections> 80: </menuItem> 81: <menuItem title="Create Blank Floppy..." id="595"> 82: <modifierMask key="keyEquivalentModifierMask"/> 83: <connections> 84: <action selector="runModal:" target="687" id="843"/> 85: </connections> 86: </menuItem> 87: <menuItem title="Load Config..." id="4622"> 88: <modifierMask key="keyEquivalentModifierMask"/> 89: <connections> 90: <action selector="openConfig:" target="194" id="4623"/> 91: </connections> 92: </menuItem> 93: <menuItem isSeparatorItem="YES" id="596"> 94: <modifierMask key="keyEquivalentModifierMask" command="YES"/> 95: </menuItem> 96: <menuItem title="Capture" id="607"> 97: <menu key="submenu" title="Capture" id="608"> 98: <items> 99: <menuItem title="Screen" id="609"> 100: <modifierMask key="keyEquivalentModifierMask"/> 101: <connections> 102: <action selector="captureScreen:" target="194" id="828"/> 103: </connections> 104: </menuItem> 105: <menuItem title="Begin Animation Capture" id="610" userLabel="startCapture"> 106: <modifierMask key="keyEquivalentModifierMask"/> 107: <connections> 108: <action selector="captureAnimation:" target="194" id="829"/> 109: </connections> 110: </menuItem> 111: <menuItem title="End Animation Capture" id="834"> 112: <modifierMask key="keyEquivalentModifierMask"/> 113: <connections> 114: <action selector="endCaptureAnimation:" target="194" id="4615"/> 115: </connections> 116: </menuItem> 117: <menuItem title="Begin Sound Capture (.ym/.wav)..." id="611"> 118: <modifierMask key="keyEquivalentModifierMask"/> 119: <connections> 120: <action selector="captureSound:" target="194" id="830"/> 121: </connections> 122: </menuItem> 123: <menuItem title="End Sound Capture" id="835"> 124: <modifierMask key="keyEquivalentModifierMask"/> 125: <connections> 126: <action selector="endCaptureSound:" target="194" id="841"/> 127: </connections> 128: </menuItem> 129: </items> 130: </menu> 131: </menuItem> 132: <menuItem isSeparatorItem="YES" id="600"> 133: <modifierMask key="keyEquivalentModifierMask" command="YES"/> 134: </menuItem> 135: <menuItem title="Memory Snapshot" id="603"> 136: <menu key="submenu" title="Memory Snapshot" id="604"> 137: <items> 138: <menuItem title="Save..." id="605"> 139: <modifierMask key="keyEquivalentModifierMask"/> 140: <connections> 141: <action selector="saveMemorySnap:" target="194" id="848"/> 142: </connections> 143: </menuItem> 144: <menuItem title="Restore..." id="606"> 145: <modifierMask key="keyEquivalentModifierMask"/> 146: <connections> 147: <action selector="restoreMemorySnap:" target="194" id="849"/> 148: </connections> 149: </menuItem> 150: </items> 151: </menu> 152: </menuItem> 153: </items> 154: </menu> 155: </menuItem> 156: <menuItem title="Emulator" id="855"> 157: <menu key="submenu" title="Emulator" id="856"> 158: <items> 159: <menuItem title="Warm Reset" keyEquivalent="r" id="857"> 160: <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 161: <connections> 162: <action selector="warmReset:" target="194" id="861"/> 163: </connections> 164: </menuItem> 165: <menuItem title="Cold Reset" keyEquivalent="c" id="858"> 166: <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> 167: <connections> 168: <action selector="coldReset:" target="194" id="862"/> 169: </connections> 170: </menuItem> 171: <menuItem title="Fast Forward" enabled="NO" keyEquivalent="x" id="3603"/> 172: <menuItem title="Pause" enabled="NO" keyEquivalent="p" id="Uvh-n3-ajg" userLabel="Pause"> 173: <connections> 174: <action selector="PauseMenu:" target="194" id="Yeb-bg-pCu"/> 175: </connections> 176: </menuItem> 177: <menuItem isSeparatorItem="YES" id="3604"/> 178: <menuItem title="Enable Debugger Interface" enabled="NO" keyEquivalent="d" id="3083"/> 179: <menuItem title="Debugger UI" enabled="NO" id="3605"> 180: <modifierMask key="keyEquivalentModifierMask"/> 181: <connections> 182: <action selector="debugUI:" target="194" id="4609"/> 183: </connections> 184: </menuItem> 185: <menuItem title="Enable Bios/XBios interception " enabled="NO" keyEquivalent="B" id="3215"/> 186: </items> 187: </menu> 188: </menuItem> 189: <menuItem title="Window" id="284"> 190: <menu key="submenu" title="Window" systemMenu="window" id="285"> 191: <items> 192: <menuItem title="Minimize" id="283"> 193: <modifierMask key="keyEquivalentModifierMask"/> 194: <connections> 195: <action selector="performMiniaturize:" target="-1" id="288"/> 196: </connections> 197: </menuItem> 198: <menuItem title="Full Screen" offStateImage="NSEnterFullScreenTemplate" id="1241"> 199: <modifierMask key="keyEquivalentModifierMask" control="YES"/> 200: <connections> 201: <action selector="doFullScreen:" target="194" id="1246"/> 202: </connections> 203: </menuItem> 204: </items> 205: </menu> 206: </menuItem> 207: <menuItem title="Help" id="103"> 208: <menu key="submenu" title="Help" id="106"> 209: <items> 210: <menuItem title="Hatari Help" keyEquivalent="?" id="111"> 211: <connections> 212: <action selector="help:" target="194" id="4740"/> 213: </connections> 214: </menuItem> 215: <menuItem title="Compatibility" id="4738"> 216: <modifierMask key="keyEquivalentModifierMask"/> 217: <connections> 218: <action selector="compat:" target="194" id="4739"/> 219: </connections> 220: </menuItem> 221: </items> 222: </menu> 223: </menuItem> 224: </items> 225: </menu> 226: <customObject id="194" userLabel="SDLMain" customClass="HatariAppDelegate"> 227: <connections> 228: <outlet property="beginCaptureAnim" destination="610" id="836"/> 229: <outlet property="beginCaptureSound" destination="611" id="838"/> 230: <outlet property="endCaptureAnim" destination="834" id="4614"/> 231: <outlet property="endCaptureSound" destination="835" id="839"/> 232: <outlet property="pauseMenuItem" destination="Uvh-n3-ajg" id="KPh-gJ-129"/> 233: </connections> 234: </customObject> 235: <customObject id="253" userLabel="Font Manager" customClass="NSFontManager"/> 236: <window title="Hatari Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="326" userLabel="prefsWindow" customClass="NSPanel"> 237: <windowStyleMask key="styleMask" titled="YES" closable="YES" utility="YES"/> 238: <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 239: <rect key="contentRect" x="224" y="276" width="689" height="479"/> 240: <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> 241: <view key="contentView" id="327"> 242: <rect key="frame" x="0.0" y="0.0" width="689" height="479"/> 243: <autoresizingMask key="autoresizingMask"/> 244: <subviews> 245: <button verticalHuggingPriority="750" id="328"> 246: <rect key="frame" x="593" y="12" width="82" height="32"/> 247: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 248: <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4403"> 249: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 250: <font key="font" metaFont="system"/> 251: <string key="keyEquivalent" base64-UTF8="YES"> 252: DQ 253: </string> 254: </buttonCell> 255: <connections> 256: <action selector="commitAndClose:" target="329" id="548"/> 257: </connections> 258: </button> 259: <tabView controlSize="small" id="332"> 260: <rect key="frame" x="13" y="40" width="663" height="422"/> 261: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 262: <tabViewItems> 263: <tabViewItem label="Disks" identifier="1" id="471"> 264: <view key="view" wantsLayer="YES" id="472"> 1.1.1.2 root 265: <rect key="frame" x="10" y="29" width="643" height="380"/> 1.1 root 266: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 267: <subviews> 1.1.1.2 root 268: <box autoresizesSubviews="NO" borderType="line" title="Hard Disks" id="4606"> 269: <rect key="frame" x="1" y="-1" width="630" height="190"/> 1.1 root 270: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 271: <view key="contentView" id="tDQ-eV-lXo"> 1.1 root 272: <rect key="frame" x="1" y="1" width="628" height="174"/> 273: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 274: <subviews> 1.1.1.3 ! root 275: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4679"> 1.1 root 276: <rect key="frame" x="209" y="32" width="180" height="17"/> 277: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 278: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="GEMDOS Write protection" id="4680"> 279: <font key="font" metaFont="system"/> 280: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 281: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 282: </textFieldCell> 283: </textField> 1.1.1.3 ! root 284: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="491"> 1.1 root 285: <rect key="frame" x="62" y="146" width="111" height="17"/> 286: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 287: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="ACSI HD image:" id="4479"> 288: <font key="font" metaFont="system"/> 289: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 290: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 291: </textFieldCell> 292: </textField> 1.1.1.3 ! root 293: <textField verticalHuggingPriority="750" id="477"> 1.1 root 294: <rect key="frame" x="178" y="145" width="278" height="19"/> 295: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 296: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4466"> 297: <font key="font" metaFont="smallSystem"/> 298: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 299: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 300: </textFieldCell> 301: </textField> 1.1.1.3 ! root 302: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="3735"> 1.1 root 303: <rect key="frame" x="15" y="122" width="158" height="17"/> 304: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 305: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="IDE Master HD image:" id="4487"> 306: <font key="font" metaFont="system"/> 307: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 308: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 309: </textFieldCell> 310: </textField> 311: <button verticalHuggingPriority="750" id="3736"> 312: <rect key="frame" x="541" y="116" width="85" height="28"/> 313: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 314: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4488"> 315: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 316: <font key="font" metaFont="smallSystem"/> 317: </buttonCell> 318: <connections> 319: <action selector="ejectIdeMasterHdImage:" target="329" id="4543"/> 320: </connections> 321: </button> 322: <button verticalHuggingPriority="750" id="3737"> 323: <rect key="frame" x="457" y="116" width="90" height="28"/> 324: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 325: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4489"> 326: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 327: <font key="font" metaFont="smallSystem"/> 328: </buttonCell> 329: <connections> 330: <action selector="chooseIdeMasterHdImage:" target="329" id="4542"/> 331: </connections> 332: </button> 1.1.1.3 ! root 333: <textField verticalHuggingPriority="750" id="3738"> 1.1 root 334: <rect key="frame" x="178" y="121" width="278" height="19"/> 335: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 336: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4490"> 337: <font key="font" metaFont="smallSystem"/> 338: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 339: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 340: </textFieldCell> 341: </textField> 1.1.1.3 ! root 342: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4530"> 1.1 root 343: <rect key="frame" x="27" y="99" width="146" height="17"/> 344: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 345: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="IDE Slave HD image:" id="4537"> 346: <font key="font" metaFont="system"/> 347: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 348: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 349: </textFieldCell> 350: </textField> 351: <button verticalHuggingPriority="750" id="4531"> 352: <rect key="frame" x="541" y="93" width="85" height="28"/> 353: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 354: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4536"> 355: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 356: <font key="font" metaFont="smallSystem"/> 357: </buttonCell> 358: <connections> 359: <action selector="ejectIdeSlaveHdImage:" target="329" id="4545"/> 360: </connections> 361: </button> 1.1.1.3 ! root 362: <textField verticalHuggingPriority="750" id="4533"> 1.1 root 363: <rect key="frame" x="178" y="98" width="278" height="19"/> 364: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 365: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4534"> 366: <font key="font" metaFont="smallSystem"/> 367: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 368: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 369: </textFieldCell> 370: </textField> 371: <button id="0mq-aL-9Ob"> 372: <rect key="frame" x="53" y="4" width="236" height="20"/> 373: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 374: <buttonCell key="cell" type="check" title="Atari <-> host 8-bit file name conversion" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="JvX-Xi-cDT"> 375: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 376: <font key="font" metaFont="smallSystem"/> 377: </buttonCell> 378: </button> 379: <button id="lss-lT-hdM"> 380: <rect key="frame" x="325" y="4" width="245" height="20"/> 381: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 382: <buttonCell key="cell" type="check" title="Add GEMDOS HD after ACSI/IDE partitions" bezelStyle="regularSquare" imagePosition="left" controlSize="small" state="on" inset="2" id="iLZ-qi-AYb"> 383: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 384: <font key="font" metaFont="smallSystem"/> 385: </buttonCell> 386: </button> 387: <button verticalHuggingPriority="750" id="496"> 388: <rect key="frame" x="541" y="139" width="85" height="28"/> 389: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 390: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4482"> 391: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 392: <font key="font" metaFont="smallSystem"/> 393: </buttonCell> 394: <connections> 395: <action selector="ejectHdImage:" target="329" id="537"/> 396: </connections> 397: </button> 398: <button verticalHuggingPriority="750" id="474"> 399: <rect key="frame" x="457" y="139" width="90" height="28"/> 400: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 401: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4463"> 402: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 403: <font key="font" metaFont="smallSystem"/> 404: </buttonCell> 405: <connections> 406: <action selector="chooseHdImage:" target="329" id="541"/> 407: </connections> 408: </button> 409: <matrix toolTip="Write Protection" verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="4668"> 410: <rect key="frame" x="403" y="31" width="143" height="18"/> 411: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 412: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 413: <size key="cellSize" width="45" height="18"/> 414: <size key="intercellSpacing" width="4" height="2"/> 415: <buttonCell key="prototype" type="radio" title="Auto" imagePosition="left" alignment="left" controlSize="small" inset="2" id="4669"> 416: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 417: <font key="font" metaFont="smallSystem"/> 418: </buttonCell> 419: <cells> 420: <column> 421: <buttonCell type="radio" title="Off" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="4672"> 422: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 423: <font key="font" metaFont="smallSystem"/> 424: </buttonCell> 425: </column> 426: <column> 427: <buttonCell type="radio" title="On" imagePosition="left" alignment="left" controlSize="small" tag="1" inset="2" id="4675"> 428: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 429: <font key="font" metaFont="smallSystem"/> 430: </buttonCell> 431: </column> 432: <column> 433: <buttonCell type="radio" title="Auto" imagePosition="left" alignment="left" controlSize="small" tag="2" inset="2" id="4676"> 434: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 435: <font key="font" metaFont="smallSystem"/> 436: </buttonCell> 437: </column> 438: </cells> 439: <connections> 440: <outlet property="nextKeyView" destination="490" id="4673"/> 441: </connections> 442: </matrix> 443: <button verticalHuggingPriority="750" id="487"> 444: <rect key="frame" x="541" y="70" width="85" height="28"/> 445: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 446: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4476"> 447: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 448: <font key="font" metaFont="smallSystem"/> 449: </buttonCell> 450: <connections> 451: <action selector="ejectGemdosImage:" target="329" id="538"/> 452: </connections> 453: </button> 454: <button verticalHuggingPriority="750" id="488"> 455: <rect key="frame" x="457" y="70" width="90" height="28"/> 456: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 457: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4477"> 458: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 459: <font key="font" metaFont="smallSystem"/> 460: </buttonCell> 461: <connections> 462: <action selector="chooseGemdosImage:" target="329" id="542"/> 463: </connections> 464: </button> 1.1.1.3 ! root 465: <textField verticalHuggingPriority="750" id="502"> 1.1 root 466: <rect key="frame" x="178" y="75" width="278" height="19"/> 467: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 468: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4484"> 469: <font key="font" metaFont="smallSystem"/> 470: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 471: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 472: </textFieldCell> 473: </textField> 1.1.1.3 ! root 474: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="478"> 1.1 root 475: <rect key="frame" x="66" y="76" width="107" height="17"/> 476: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 477: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="GEMDOS drive:" id="4467"> 478: <font key="font" metaFont="system"/> 479: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 480: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 481: </textFieldCell> 482: </textField> 483: <button verticalHuggingPriority="750" id="4532"> 484: <rect key="frame" x="457" y="93" width="90" height="28"/> 485: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 486: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4535"> 487: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 488: <font key="font" metaFont="smallSystem"/> 489: </buttonCell> 490: <connections> 491: <action selector="chooseIdeSlaveHdImage:" target="329" id="4544"/> 492: </connections> 493: </button> 494: <button id="482"> 495: <rect key="frame" x="69" y="31" width="135" height="18"/> 496: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 497: <buttonCell key="cell" type="check" title="Boot from HD" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4471"> 498: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 499: <font key="font" metaFont="system"/> 500: </buttonCell> 501: </button> 502: </subviews> 503: </view> 504: </box> 1.1.1.2 root 505: <box autoresizesSubviews="NO" borderType="line" title="Floppy Disks" id="4702"> 506: <rect key="frame" x="1" y="193" width="641" height="184"/> 1.1 root 507: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 508: <view key="contentView" id="4yn-ja-poA"> 1.1 root 509: <rect key="frame" x="1" y="1" width="639" height="168"/> 510: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 511: <subviews> 1.1.1.3 ! root 512: <textField verticalHuggingPriority="750" id="481"> 1.1 root 513: <rect key="frame" x="104" y="75" width="352" height="19"/> 514: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 515: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4470"> 516: <font key="font" metaFont="smallSystem"/> 517: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 518: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 519: </textFieldCell> 520: <connections> 521: <outlet property="nextKeyView" destination="497" id="821"/> 522: </connections> 523: </textField> 524: <button id="4585"> 525: <rect key="frame" x="16" y="44" width="143" height="18"/> 526: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 527: <buttonCell key="cell" type="check" title="Fast Floppy Access" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4586"> 528: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 529: <font key="font" metaFont="system"/> 530: </buttonCell> 531: </button> 1.1.1.3 ! root 532: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="476"> 1.1 root 533: <rect key="frame" x="9" y="132" width="95" height="17"/> 534: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 535: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Drive A image:" id="4465"> 536: <font key="font" metaFont="system"/> 537: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 538: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 539: </textFieldCell> 540: </textField> 1.1.1.3 ! root 541: <textField verticalHuggingPriority="750" id="492"> 1.1 root 542: <rect key="frame" x="107" y="132" width="349" height="19"/> 543: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 544: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4480"> 545: <font key="font" metaFont="smallSystem"/> 546: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 547: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 548: </textFieldCell> 549: <connections> 550: <outlet property="nextKeyView" destination="486" id="818"/> 551: </connections> 552: </textField> 1.1.1.3 ! root 553: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="503"> 1.1 root 554: <rect key="frame" x="165" y="44" width="133" height="17"/> 555: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 556: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Write Protection" id="4485"> 557: <font key="font" metaFont="system"/> 558: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 559: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 560: </textFieldCell> 561: </textField> 1.1.1.3 ! root 562: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="473"> 1.1 root 563: <rect key="frame" x="9" y="77" width="95" height="17"/> 564: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 565: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Drive B image:" id="4462"> 566: <font key="font" metaFont="system"/> 567: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 568: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 569: </textFieldCell> 570: </textField> 1.1.1.3 ! root 571: <textField verticalHuggingPriority="750" id="490"> 1.1 root 572: <rect key="frame" x="176" y="15" width="280" height="19"/> 573: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 574: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4478"> 575: <font key="font" metaFont="smallSystem"/> 576: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 577: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 578: </textFieldCell> 579: <connections> 580: <outlet property="nextKeyView" destination="485" id="826"/> 581: </connections> 582: </textField> 1.1.1.3 ! root 583: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="493"> 1.1 root 584: <rect key="frame" x="12" y="14" width="158" height="20"/> 585: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 586: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Default images location:" id="4481"> 587: <font key="font" metaFont="system"/> 588: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 589: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 590: </textFieldCell> 591: </textField> 592: <button verticalHuggingPriority="750" id="486"> 593: <rect key="frame" x="457" y="128" width="90" height="28"/> 594: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 595: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" imagePosition="overlaps" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4475"> 596: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 597: <font key="font" metaFont="smallSystem"/> 598: </buttonCell> 599: <connections> 600: <action selector="chooseFloppyImageA:" target="329" id="521"/> 601: <outlet property="nextKeyView" destination="479" id="819"/> 602: </connections> 603: </button> 604: <button verticalHuggingPriority="750" id="479"> 605: <rect key="frame" x="541" y="128" width="85" height="28"/> 606: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 607: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4468"> 608: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 609: <font key="font" metaFont="smallSystem"/> 610: </buttonCell> 611: <connections> 612: <action selector="ejectFloppyA:" target="329" id="520"/> 613: <outlet property="nextKeyView" destination="481" id="820"/> 614: </connections> 615: </button> 616: <button verticalHuggingPriority="750" id="484"> 617: <rect key="frame" x="541" y="71" width="85" height="28"/> 618: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 619: <buttonCell key="cell" type="push" title="Eject" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4473"> 620: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 621: <font key="font" metaFont="smallSystem"/> 622: </buttonCell> 623: <connections> 624: <action selector="ejectFloppyB:" target="329" id="536"/> 625: <outlet property="nextKeyView" destination="475" id="823"/> 626: </connections> 627: </button> 628: <button verticalHuggingPriority="750" id="497"> 629: <rect key="frame" x="457" y="71" width="90" height="28"/> 630: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 631: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="4483"> 632: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 633: <font key="font" metaFont="smallSystem"/> 634: </buttonCell> 635: <connections> 636: <action selector="chooseFloppyImageB:" target="329" id="539"/> 637: <outlet property="nextKeyView" destination="484" id="822"/> 638: </connections> 639: </button> 640: <button verticalHuggingPriority="750" id="485"> 641: <rect key="frame" x="458" y="7" width="92" height="32"/> 642: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 643: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4474"> 644: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 645: <font key="font" metaFont="system"/> 646: </buttonCell> 647: <connections> 648: <action selector="chooseDefaultImagesLocation:" target="329" id="540"/> 649: </connections> 650: </button> 651: <button id="06l-DO-dqf" userLabel="EnableDriveA"> 652: <rect key="frame" x="101" y="150" width="57" height="20"/> 653: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 654: <buttonCell key="cell" type="check" title="Enabled" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="CVp-yh-rci"> 655: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 656: <font key="font" metaFont="smallSystem"/> 657: </buttonCell> 658: </button> 659: <button id="eXJ-hD-nc4" userLabel="DriveASize"> 660: <rect key="frame" x="180" y="150" width="104" height="20"/> 661: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 662: <buttonCell key="cell" type="check" title="Double Sided" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="9su-Qm-HHe"> 663: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 664: <font key="font" metaFont="smallSystem"/> 665: </buttonCell> 666: </button> 667: <button id="C94-k0-1uS" userLabel="EnableDriveB"> 668: <rect key="frame" x="104" y="98" width="57" height="20"/> 669: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 670: <buttonCell key="cell" type="check" title="Enabled" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="bbf-MO-4Tt"> 671: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 672: <font key="font" metaFont="smallSystem"/> 673: </buttonCell> 674: </button> 675: <button id="5Cq-dn-WtM" userLabel="DriveBSize"> 676: <rect key="frame" x="180" y="98" width="93" height="20"/> 677: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 678: <buttonCell key="cell" type="check" title="Double Sided" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="481-8T-rqK"> 679: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 680: <font key="font" metaFont="smallSystem"/> 681: </buttonCell> 682: </button> 1.1.1.2 root 683: <box verticalHuggingPriority="750" boxType="separator" id="4Ie-yo-64V"> 1.1 root 684: <rect key="frame" x="14" y="121" width="611" height="5"/> 685: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 686: </box> 1.1.1.2 root 687: <box verticalHuggingPriority="750" boxType="separator" id="AQn-En-BS5"> 1.1 root 688: <rect key="frame" x="14" y="64" width="607" height="5"/> 689: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 690: </box> 691: <button id="475"> 692: <rect key="frame" x="280" y="98" width="140" height="20"/> 693: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 694: <buttonCell key="cell" type="check" title="Auto insert B" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="4464"> 695: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 696: <font key="font" metaFont="smallSystem"/> 697: </buttonCell> 698: <connections> 699: <outlet property="nextKeyView" destination="498" id="824"/> 700: </connections> 701: </button> 702: <matrix toolTip="Write Protection" verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="498"> 703: <rect key="frame" x="307" y="43" width="155" height="18"/> 704: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 705: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 706: <size key="cellSize" width="49" height="18"/> 707: <size key="intercellSpacing" width="4" height="2"/> 708: <buttonCell key="prototype" type="radio" title="Auto" imagePosition="left" alignment="left" controlSize="small" inset="2" id="4527"> 709: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 710: <font key="font" metaFont="smallSystem"/> 711: </buttonCell> 712: <cells> 713: <column> 714: <buttonCell type="radio" title="Off" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" state="on" inset="2" id="789"> 715: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 716: <font key="font" metaFont="smallSystem"/> 717: </buttonCell> 718: </column> 719: <column> 720: <buttonCell type="radio" title="On" imagePosition="left" alignment="left" controlSize="small" tag="1" inset="2" id="pBH-iL-kbV"> 721: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 722: <font key="font" metaFont="smallSystem"/> 723: </buttonCell> 724: </column> 725: <column> 726: <buttonCell type="radio" title="Auto" imagePosition="left" alignment="left" controlSize="small" tag="2" inset="2" id="L7V-22-XJL"> 727: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 728: <font key="font" metaFont="smallSystem"/> 729: </buttonCell> 730: </column> 731: </cells> 732: <connections> 733: <outlet property="nextKeyView" destination="490" id="825"/> 734: </connections> 735: </matrix> 736: </subviews> 737: </view> 738: </box> 739: </subviews> 740: </view> 741: </tabViewItem> 742: <tabViewItem label="ROM" identifier="" id="504"> 743: <view key="view" id="505"> 744: <rect key="frame" x="10" y="25" width="643" height="384"/> 745: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 746: <subviews> 1.1.1.3 ! root 747: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="513"> 1.1 root 748: <rect key="frame" x="91" y="342" width="84" height="17"/> 749: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 750: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4493"> 751: <font key="font" metaFont="system"/> 752: <string key="title">TOS image: 753: </string> 754: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 755: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 756: </textFieldCell> 757: </textField> 758: <button verticalHuggingPriority="750" id="517"> 759: <rect key="frame" x="541" y="332" width="92" height="32"/> 760: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 761: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4495"> 762: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 763: <font key="font" metaFont="system"/> 764: </buttonCell> 765: <connections> 766: <action selector="chooseTosImage:" target="329" id="587"/> 767: </connections> 768: </button> 1.1.1.3 ! root 769: <textField verticalHuggingPriority="750" id="508"> 1.1 root 770: <rect key="frame" x="180" y="340" width="361" height="19"/> 771: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 772: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4491"> 773: <font key="font" metaFont="smallSystem"/> 774: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 775: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 776: </textFieldCell> 777: </textField> 1.1.1.3 ! root 778: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="514"> 1.1 root 779: <rect key="frame" x="17" y="298" width="158" height="34"/> 780: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 781: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4494"> 782: <font key="font" metaFont="system"/> 783: <string key="title">Cartridge image: 784: </string> 785: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 786: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 787: </textFieldCell> 788: </textField> 789: <button verticalHuggingPriority="750" id="518"> 790: <rect key="frame" x="541" y="305" width="92" height="32"/> 791: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 792: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4496"> 793: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 794: <font key="font" metaFont="system"/> 795: </buttonCell> 796: <connections> 797: <action selector="chooseCartridgeImage:" target="329" id="588"/> 798: </connections> 799: </button> 1.1.1.3 ! root 800: <textField verticalHuggingPriority="750" id="511"> 1.1 root 801: <rect key="frame" x="180" y="313" width="361" height="19"/> 802: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 803: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4492"> 804: <font key="font" metaFont="smallSystem"/> 805: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 806: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 807: </textFieldCell> 808: </textField> 1.1.1.3 ! root 809: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4547"> 1.1 root 810: <rect key="frame" x="201" y="228" width="319" height="23"/> 811: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 812: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="A RESET is needed after changing these options." id="4548"> 813: <font key="font" metaFont="system"/> 814: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 815: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 816: </textFieldCell> 817: </textField> 818: </subviews> 819: </view> 820: </tabViewItem> 821: <tabViewItem label="Atari Screen" identifier="" id="420"> 822: <view key="view" id="421"> 823: <rect key="frame" x="10" y="25" width="643" height="384"/> 824: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 825: <subviews> 1.1.1.2 root 826: <box autoresizesSubviews="NO" borderType="line" title="Extended resolutions" id="4700"> 1.1 root 827: <rect key="frame" x="20" y="56" width="597" height="132"/> 828: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 829: <view key="contentView" id="5G9-dc-uJW"> 1.1 root 830: <rect key="frame" x="1" y="1" width="595" height="116"/> 831: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 832: <subviews> 833: <button id="449"> 834: <rect key="frame" x="16" y="90" width="282" height="18"/> 835: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 836: <buttonCell key="cell" type="check" title="Use extended GEM VDI resolution" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4443"> 837: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 838: <font key="font" metaFont="system"/> 839: </buttonCell> 840: <connections> 841: <action selector="updateEnabledStates:" target="329" id="776"/> 842: </connections> 843: </button> 844: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="429"> 845: <rect key="frame" x="151" y="14" width="88" height="58"/> 846: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 847: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 848: <size key="cellSize" width="88" height="18"/> 849: <size key="intercellSpacing" width="4" height="2"/> 850: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4524"> 851: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 852: <font key="font" metaFont="system"/> 853: </buttonCell> 854: <cells> 855: <column> 856: <buttonCell type="radio" title="640x480" imagePosition="left" alignment="left" state="on" inset="2" id="431"> 857: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 858: <font key="font" metaFont="system"/> 859: </buttonCell> 860: <buttonCell type="radio" title="800x600" imagePosition="left" alignment="left" tag="1" inset="2" id="432"> 861: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 862: <font key="font" metaFont="system"/> 863: </buttonCell> 864: <buttonCell type="radio" title="1024x768" imagePosition="left" alignment="left" tag="2" inset="2" id="430"> 865: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 866: <font key="font" metaFont="system"/> 867: </buttonCell> 868: </column> 869: </cells> 870: </matrix> 1.1.1.3 ! root 871: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="451"> 1.1 root 872: <rect key="frame" x="355" y="38" width="98" height="34"/> 873: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 874: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Color depth:" id="4444"> 875: <font key="font" metaFont="system"/> 876: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 877: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 878: </textFieldCell> 879: </textField> 880: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="440"> 881: <rect key="frame" x="454" y="14" width="105" height="58"/> 882: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 883: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 884: <size key="cellSize" width="105" height="18"/> 885: <size key="intercellSpacing" width="4" height="2"/> 886: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4525"> 887: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 888: <font key="font" metaFont="system"/> 889: </buttonCell> 890: <cells> 891: <column> 892: <buttonCell type="radio" title="2 Colors" imagePosition="left" alignment="left" state="on" inset="2" id="443"> 893: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 894: <font key="font" metaFont="system"/> 895: </buttonCell> 896: <buttonCell type="radio" title="4 Colors" imagePosition="left" alignment="left" tag="1" inset="2" id="441"> 897: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 898: <font key="font" metaFont="system"/> 899: </buttonCell> 900: <buttonCell type="radio" title="16 Colors" imagePosition="left" alignment="left" tag="2" inset="2" id="442"> 901: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 902: <font key="font" metaFont="system"/> 903: </buttonCell> 904: </column> 905: </cells> 906: </matrix> 907: </subviews> 908: </view> 909: </box> 1.1.1.2 root 910: <box autoresizesSubviews="NO" borderType="line" title="Atari Screen" id="4701"> 1.1 root 911: <rect key="frame" x="20" y="219" width="597" height="163"/> 912: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 913: <view key="contentView" id="mmz-FA-BA4"> 1.1 root 914: <rect key="frame" x="1" y="1" width="595" height="147"/> 915: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 916: <subviews> 1.1.1.3 ! root 917: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="433"> 1.1 root 918: <rect key="frame" x="150" y="120" width="100" height="17"/> 919: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 920: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Monitor:" id="4437"> 921: <font key="font" metaFont="system"/> 922: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 923: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 924: </textFieldCell> 925: </textField> 926: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="422"> 927: <rect key="frame" x="151" y="35" width="69" height="78"/> 928: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 929: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 930: <size key="cellSize" width="69" height="18"/> 931: <size key="intercellSpacing" width="4" height="2"/> 932: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4523"> 933: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 934: <font key="font" metaFont="system"/> 935: </buttonCell> 936: <cells> 937: <column> 938: <buttonCell type="radio" title="Mono" imagePosition="left" alignment="left" state="on" inset="2" id="876"> 939: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 940: <font key="font" metaFont="system"/> 941: </buttonCell> 942: <buttonCell type="radio" title="RGB" imagePosition="left" alignment="left" tag="1" inset="2" id="877"> 943: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 944: <font key="font" metaFont="system"/> 945: </buttonCell> 946: <buttonCell type="radio" title="VGA" imagePosition="left" alignment="left" tag="2" inset="2" id="878"> 947: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 948: <font key="font" metaFont="system"/> 949: </buttonCell> 950: <buttonCell type="radio" title="TV" imagePosition="left" alignment="left" tag="3" inset="2" id="879"> 951: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 952: <font key="font" metaFont="system"/> 953: </buttonCell> 954: </column> 955: </cells> 956: </matrix> 957: <button id="428"> 958: <rect key="frame" x="318" y="95" width="201" height="18"/> 959: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 960: <buttonCell key="cell" type="check" title="Show ST/STe borders" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4436"> 961: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 962: <font key="font" metaFont="system"/> 963: </buttonCell> 964: </button> 965: <button id="4563"> 966: <rect key="frame" x="318" y="71" width="201" height="24"/> 967: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 968: <buttonCell key="cell" type="check" title="Falcon/TT Aspect Ratio" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4564"> 969: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 970: <font key="font" metaFont="system"/> 971: </buttonCell> 972: </button> 973: <button id="447"> 974: <rect key="frame" x="318" y="12" width="145" height="18"/> 975: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 976: <buttonCell key="cell" type="check" title="Zoom ST-low res." bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="4441"> 977: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 978: <font key="font" metaFont="system"/> 979: </buttonCell> 980: </button> 981: </subviews> 982: </view> 983: </box> 984: </subviews> 985: </view> 986: </tabViewItem> 987: <tabViewItem label="Display" identifier="Item 9" id="4549"> 988: <view key="view" id="4550"> 989: <rect key="frame" x="10" y="25" width="643" height="384"/> 990: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 991: <subviews> 1.1.1.2 root 992: <box autoresizesSubviews="NO" borderType="line" title="Capture Options" id="4604"> 1.1 root 993: <rect key="frame" x="14" y="84" width="606" height="132"/> 994: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 995: <view key="contentView" id="10c-3L-H4J"> 1.1 root 996: <rect key="frame" x="1" y="1" width="604" height="116"/> 997: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 998: <subviews> 999: <button id="4566"> 1000: <rect key="frame" x="147" y="72" width="324" height="18"/> 1001: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1002: <buttonCell key="cell" type="check" title="Capture only when display changes" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4567"> 1003: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1004: <font key="font" metaFont="system"/> 1005: </buttonCell> 1006: </button> 1.1.1.3 ! root 1007: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4632"> 1.1 root 1008: <rect key="frame" x="64" y="49" width="80" height="17"/> 1009: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1010: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="AVI Codec:" id="4633"> 1011: <font key="font" metaFont="system"/> 1012: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1013: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1014: </textFieldCell> 1015: </textField> 1016: <popUpButton verticalHuggingPriority="750" id="4634"> 1017: <rect key="frame" x="146" y="45" width="81" height="26"/> 1018: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1019: <popUpButtonCell key="cell" type="push" title="BMP" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="4638" id="4635"> 1020: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1021: <font key="font" metaFont="menu"/> 1022: <menu key="menu" title="OtherViews" id="4636"> 1023: <items> 1024: <menuItem title="BMP" state="on" id="4638"/> 1025: <menuItem title="PNG" tag="1" id="4641"/> 1026: </items> 1027: </menu> 1028: </popUpButtonCell> 1029: </popUpButton> 1.1.1.3 ! root 1030: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4642"> 1.1 root 1031: <rect key="frame" x="64" y="21" width="80" height="17"/> 1032: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1033: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="AVI FPS:" id="4648"> 1034: <font key="font" metaFont="system"/> 1035: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1036: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1037: </textFieldCell> 1038: </textField> 1039: <popUpButton verticalHuggingPriority="750" id="4643"> 1040: <rect key="frame" x="146" y="17" width="81" height="26"/> 1041: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1042: <popUpButtonCell key="cell" type="push" title="50" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="4646" id="4644"> 1043: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1044: <font key="font" metaFont="menu"/> 1045: <menu key="menu" title="OtherViews" id="4645"> 1046: <items> 1047: <menuItem title="50" state="on" id="4646"/> 1048: <menuItem title="60" tag="1" id="4647"/> 1049: <menuItem title="71" tag="1" id="4649"/> 1050: </items> 1051: </menu> 1052: </popUpButtonCell> 1053: </popUpButton> 1054: <button id="4650" userLabel="ledDisk"> 1055: <rect key="frame" x="147" y="94" width="178" height="18"/> 1056: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1057: <buttonCell key="cell" type="check" title="Hide Status Bar" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4651"> 1058: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1059: <font key="font" metaFont="system"/> 1060: </buttonCell> 1061: <accessibility help="Show Disk Led"/> 1062: </button> 1063: </subviews> 1064: </view> 1065: </box> 1.1.1.2 root 1066: <box autoresizesSubviews="NO" borderType="line" title="Display Options" id="4699"> 1.1 root 1067: <rect key="frame" x="14" y="220" width="606" height="159"/> 1068: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1069: <view key="contentView" id="g9N-TQ-bG1"> 1.1 root 1070: <rect key="frame" x="1" y="1" width="604" height="143"/> 1071: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1072: <subviews> 1073: <button id="4682"> 1074: <rect key="frame" x="69" y="96" width="151" height="18"/> 1075: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1076: <buttonCell key="cell" type="check" title="Full Screen" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4695"> 1077: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1078: <font key="font" metaFont="system"/> 1079: </buttonCell> 1080: </button> 1.1.1.3 ! root 1081: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4683"> 1.1 root 1082: <rect key="frame" x="346" y="83" width="158" height="22"/> 1083: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1084: <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Max Zoomed " id="4694"> 1085: <font key="font" metaFont="system"/> 1086: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1087: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1088: </textFieldCell> 1089: </textField> 1.1.1.3 ! root 1090: <textField verticalHuggingPriority="750" id="4686"> 1.1 root 1091: <rect key="frame" x="419" y="58" width="41" height="22"/> 1092: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1093: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="1280" drawsBackground="YES" id="4691"> 1094: <font key="font" metaFont="system"/> 1095: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 1096: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 1097: </textFieldCell> 1098: </textField> 1.1.1.3 ! root 1099: <textField verticalHuggingPriority="750" id="4688"> 1.1 root 1100: <rect key="frame" x="419" y="28" width="41" height="22"/> 1101: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1102: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="768" drawsBackground="YES" id="4689"> 1103: <font key="font" metaFont="system"/> 1104: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 1105: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 1106: </textFieldCell> 1107: </textField> 1.1.1.3 ! root 1108: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4684"> 1.1 root 1109: <rect key="frame" x="398" y="50" width="22" height="17"/> 1110: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1111: <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="x " id="4693"> 1112: <font key="font" metaFont="system"/> 1113: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1114: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1115: </textFieldCell> 1116: </textField> 1117: <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="4685"> 1118: <rect key="frame" x="461" y="55" width="19" height="27"/> 1119: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1120: <stepperCell key="cell" continuous="YES" alignment="left" increment="8" minValue="384" maxValue="1280" doubleValue="384" id="4692"/> 1121: <connections> 1122: <action selector="setWidth:" target="329" id="4710"/> 1123: </connections> 1124: </stepper> 1125: <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="4687"> 1126: <rect key="frame" x="461" y="25" width="19" height="27"/> 1127: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1128: <stepperCell key="cell" continuous="YES" alignment="left" increment="8" minValue="208" maxValue="960" doubleValue="208" id="4690"/> 1129: <connections> 1130: <action selector="setHeight:" target="329" id="4697"/> 1131: </connections> 1132: </stepper> 1.1.1.3 ! root 1133: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4552"> 1.1 root 1134: <rect key="frame" x="41" y="40" width="86" height="17"/> 1135: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1136: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Frame skip:" id="4553"> 1137: <font key="font" metaFont="system"/> 1138: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1139: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1140: </textFieldCell> 1141: </textField> 1142: <popUpButton verticalHuggingPriority="750" id="4551"> 1143: <rect key="frame" x="130" y="34" width="81" height="26"/> 1144: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1145: <popUpButtonCell key="cell" type="push" title="8" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="8" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="4558" id="4554"> 1146: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1147: <font key="font" metaFont="menu"/> 1148: <menu key="menu" title="OtherViews" id="4555"> 1149: <items> 1150: <menuItem title="Off" id="4559"/> 1151: <menuItem title="1" tag="1" id="4556"/> 1152: <menuItem title="2" tag="2" id="4560"/> 1153: <menuItem title="4" tag="4" id="4557"/> 1154: <menuItem title="8" state="on" tag="8" id="4558"/> 1155: </items> 1156: </menu> 1157: </popUpButtonCell> 1158: </popUpButton> 1159: <button id="4592" userLabel="ledDisk"> 1160: <rect key="frame" x="69" y="74" width="114" height="18"/> 1161: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1162: <buttonCell key="cell" type="check" title="Disks LED" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4593"> 1163: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1164: <font key="font" metaFont="system"/> 1165: </buttonCell> 1166: <accessibility help="Show Disk Led"/> 1167: </button> 1168: <button id="4703"> 1169: <rect key="frame" x="69" y="118" width="151" height="18"/> 1170: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1171: <buttonCell key="cell" type="check" title="Show StatusBar" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4704"> 1172: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1173: <font key="font" metaFont="system"/> 1174: </buttonCell> 1175: </button> 1176: <button id="4707"> 1177: <rect key="frame" x="312" y="9" width="237" height="18"/> 1178: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1179: <buttonCell key="cell" type="check" title="Keep Desktop Resolution" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4708"> 1180: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1181: <font key="font" metaFont="system"/> 1182: </buttonCell> 1183: </button> 1.1.1.3 ! root 1184: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4705"> 1.1 root 1185: <rect key="frame" x="312" y="115" width="236" height="23"/> 1186: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1187: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" title="Falcon/TT Only" id="4706"> 1188: <font key="font" metaFont="system"/> 1189: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1190: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1191: </textFieldCell> 1192: </textField> 1193: </subviews> 1194: </view> 1195: </box> 1.1.1.2 root 1196: <box autoresizesSubviews="NO" borderType="line" title="SDL2 Options" id="w6F-PK-wOj"> 1.1 root 1197: <rect key="frame" x="14" y="-7" width="606" height="90"/> 1198: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1199: <view key="contentView" id="rCg-lH-85V"> 1.1 root 1200: <rect key="frame" x="1" y="1" width="604" height="74"/> 1201: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1202: <subviews> 1.1.1.2 root 1203: <button misplaced="YES" id="uX5-95-dj6"> 1204: <rect key="frame" x="18" y="51" width="145" height="18"/> 1.1 root 1205: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1206: <buttonCell key="cell" type="check" title="Use Linear Scaling" bezelStyle="regularSquare" imagePosition="left" inset="2" id="f9y-RU-qCj"> 1207: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1208: <font key="font" metaFont="system"/> 1209: </buttonCell> 1210: </button> 1.1.1.2 root 1211: <button misplaced="YES" id="8G1-GF-0DS"> 1212: <rect key="frame" x="18" y="12" width="145" height="18"/> 1.1 root 1213: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1214: <buttonCell key="cell" type="check" title="Use VSync" bezelStyle="regularSquare" imagePosition="left" inset="2" id="3qq-3C-dcy"> 1215: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1216: <font key="font" metaFont="system"/> 1217: </buttonCell> 1218: </button> 1.1.1.2 root 1219: <button misplaced="YES" id="I7I-1M-5Nu"> 1220: <rect key="frame" x="18" y="31" width="145" height="18"/> 1221: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1222: <buttonCell key="cell" type="check" title="Resizable" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="uLm-5c-ptb"> 1223: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1224: <font key="font" metaFont="system"/> 1225: </buttonCell> 1226: </button> 1.1 root 1227: </subviews> 1228: </view> 1229: </box> 1230: </subviews> 1231: </view> 1232: </tabViewItem> 1233: <tabViewItem label="Sound" identifier="" id="381"> 1234: <view key="view" id="382"> 1235: <rect key="frame" x="10" y="25" width="643" height="384"/> 1236: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1237: <subviews> 1238: <button id="394"> 1239: <rect key="frame" x="248" y="348" width="107" height="18"/> 1240: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1241: <buttonCell key="cell" type="check" title="Sound" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4423"> 1242: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1243: <font key="font" metaFont="system"/> 1244: </buttonCell> 1245: <connections> 1246: <action selector="updateEnabledStates:" target="329" id="777"/> 1247: </connections> 1248: </button> 1249: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="385"> 1250: <rect key="frame" x="273" y="139" width="131" height="178"/> 1251: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1252: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1253: <size key="cellSize" width="131" height="18"/> 1254: <size key="intercellSpacing" width="6" height="2"/> 1255: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4518"> 1256: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1257: <font key="font" metaFont="system"/> 1258: </buttonCell> 1259: <cells> 1260: <column> 1261: <buttonCell type="radio" title="11 kHz" imagePosition="left" alignment="left" inset="2" id="386"> 1262: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1263: <font key="font" metaFont="system"/> 1264: </buttonCell> 1265: <buttonCell type="radio" title="12.5 kHz" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="387"> 1266: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1267: <font key="font" metaFont="system"/> 1268: </buttonCell> 1269: <buttonCell type="radio" title="16 kHz" imagePosition="left" alignment="left" tag="2" inset="2" id="388"> 1270: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1271: <font key="font" metaFont="system"/> 1272: </buttonCell> 1273: <buttonCell type="radio" title="22 kHz" imagePosition="left" alignment="left" tag="3" inset="2" id="4004"> 1274: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1275: <font key="font" metaFont="system"/> 1276: </buttonCell> 1277: <buttonCell type="radio" title="25 kHz" imagePosition="left" alignment="left" tag="4" inset="2" id="4005"> 1278: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1279: <font key="font" metaFont="system"/> 1280: </buttonCell> 1281: <buttonCell type="radio" title="32 kHz" imagePosition="left" alignment="left" tag="5" inset="2" id="4006"> 1282: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1283: <font key="font" metaFont="system"/> 1284: </buttonCell> 1285: <buttonCell type="radio" title="44 kHz" imagePosition="left" alignment="left" tag="6" inset="2" id="4007"> 1286: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1287: <font key="font" metaFont="system"/> 1288: </buttonCell> 1289: <buttonCell type="radio" title="48 kHz" imagePosition="left" alignment="left" tag="7" inset="2" id="4008"> 1290: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1291: <font key="font" metaFont="system"/> 1292: </buttonCell> 1293: <buttonCell type="radio" title="50 kHz" imagePosition="left" alignment="left" tag="8" inset="2" id="4009"> 1294: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1295: <font key="font" metaFont="system"/> 1296: </buttonCell> 1297: </column> 1298: </cells> 1299: </matrix> 1.1.1.3 ! root 1300: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="384"> 1.1 root 1301: <rect key="frame" x="247" y="325" width="114" height="17"/> 1302: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1303: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Playback quality:" id="4422"> 1304: <font key="font" metaFont="system"/> 1305: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1306: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1307: </textFieldCell> 1308: </textField> 1.1.1.3 ! root 1309: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="4731"> 1.1 root 1310: <rect key="frame" x="247" y="114" width="114" height="17"/> 1311: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1312: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="YM Voices Mixing" id="4732"> 1313: <font key="font" metaFont="system"/> 1314: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1315: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1316: </textFieldCell> 1317: </textField> 1318: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" id="4726" userLabel="YMVoicesMixing"> 1319: <rect key="frame" x="262" y="33" width="142" height="73"/> 1320: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1321: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1322: <size key="cellSize" width="142" height="23"/> 1323: <size key="intercellSpacing" width="4" height="2"/> 1324: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4729"> 1325: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1326: <font key="font" metaFont="system"/> 1327: </buttonCell> 1328: <cells> 1329: <column> 1330: <buttonCell type="radio" title="Math Model" imagePosition="left" alignment="left" state="on" tag="3" inset="2" id="4727"> 1331: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1332: <font key="font" metaFont="system"/> 1333: </buttonCell> 1334: <buttonCell type="radio" title="ST Table" imagePosition="left" alignment="left" tag="2" inset="2" id="4728"> 1335: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1336: <font key="font" metaFont="system"/> 1337: </buttonCell> 1338: <buttonCell type="radio" title="Linear" imagePosition="left" alignment="left" tag="1" inset="2" id="4730"> 1339: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1340: <font key="font" metaFont="system"/> 1341: </buttonCell> 1342: </column> 1343: </cells> 1344: </matrix> 1345: </subviews> 1346: </view> 1347: </tabViewItem> 1348: <tabViewItem label="System" identifier="" id="397"> 1349: <view key="view" id="398"> 1350: <rect key="frame" x="10" y="25" width="643" height="384"/> 1351: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1352: <subviews> 1.1.1.2 root 1353: <popUpButton verticalHuggingPriority="750" misplaced="YES" id="1222"> 1354: <rect key="frame" x="216" y="189" width="131" height="26"/> 1.1 root 1355: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1356: <popUpButtonCell key="cell" type="push" title="None" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" selectedItem="1225" id="4433"> 1357: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1358: <font key="font" metaFont="menu"/> 1359: <menu key="menu" title="OtherViews" id="1224"> 1360: <items> 1361: <menuItem title="None" state="on" id="1225"/> 1362: <menuItem title="Dummy" tag="1" id="1226"/> 1363: <menuItem title="Full" tag="2" id="1227"/> 1364: </items> 1365: </menu> 1366: </popUpButtonCell> 1367: </popUpButton> 1.1.1.3 ! root 1368: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="1228"> 1.1.1.2 root 1369: <rect key="frame" x="170" y="195" width="36" height="17"/> 1.1 root 1370: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1371: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="DSP:" id="4434"> 1372: <font key="font" metaFont="system"/> 1373: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1374: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1375: </textFieldCell> 1376: </textField> 1.1.1.3 ! root 1377: <box autoresizesSubviews="NO" appearanceType="aqua" misplaced="YES" borderType="line" title="FPU (WINUAE CORE)" id="1Qk-Pr-juY"> 1.1.1.2 root 1378: <rect key="frame" x="337" y="222" width="117" height="159"/> 1.1 root 1379: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1380: <view key="contentView" id="Vwx-St-7ZW"> 1.1 root 1381: <rect key="frame" x="1" y="1" width="115" height="143"/> 1382: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1383: <subviews> 1384: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="n98-X2-Jwk"> 1385: <rect key="frame" x="18" y="54" width="79" height="78"/> 1386: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1387: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1388: <size key="cellSize" width="79" height="18"/> 1389: <size key="intercellSpacing" width="4" height="2"/> 1.1.1.2 root 1390: <buttonCell key="prototype" type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="qUv-pT-udK"> 1.1 root 1391: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1392: <font key="font" metaFont="system"/> 1393: </buttonCell> 1394: <cells> 1395: <column> 1.1.1.2 root 1396: <buttonCell type="radio" title="None" imagePosition="left" alignment="left" state="on" inset="2" id="NH6-x5-VEi"> 1.1 root 1397: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1398: <font key="font" metaFont="system"/> 1399: </buttonCell> 1.1.1.2 root 1400: <buttonCell type="radio" title="68881" imagePosition="left" alignment="left" tag="1" inset="2" id="lrv-D7-bNU"> 1.1 root 1401: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1402: <font key="font" metaFont="system"/> 1403: </buttonCell> 1.1.1.2 root 1404: <buttonCell type="radio" title="68882" imagePosition="left" alignment="left" tag="2" sound="Frog" inset="2" id="55k-lT-A3s"> 1.1 root 1405: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1406: <font key="font" metaFont="system"/> 1407: </buttonCell> 1.1.1.2 root 1408: <buttonCell type="radio" title="Internal" imagePosition="left" alignment="left" tag="3" inset="2" id="tCJ-OP-S5R"> 1.1 root 1409: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1410: <font key="font" metaFont="system"/> 1411: </buttonCell> 1412: </column> 1413: </cells> 1414: </matrix> 1415: </subviews> 1416: </view> 1417: </box> 1.1.1.2 root 1418: <box autoresizesSubviews="NO" misplaced="YES" borderType="line" title="RAM" id="uLU-fQ-B8F"> 1419: <rect key="frame" x="456" y="162" width="182" height="219"/> 1.1 root 1420: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1421: <view key="contentView" id="y7G-zx-cgi"> 1422: <rect key="frame" x="1" y="1" width="180" height="203"/> 1.1 root 1423: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1424: <subviews> 1.1.1.3 ! root 1425: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="811"> 1.1.1.2 root 1426: <rect key="frame" x="15" y="176" width="88" height="20"/> 1427: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1428: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="ST RAM SIZE" id="4432"> 1429: <font key="font" metaFont="smallSystem"/> 1430: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1431: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1432: </textFieldCell> 1433: </textField> 1.1.1.3 ! root 1434: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="ym5-XQ-zFl"> 1.1.1.2 root 1435: <rect key="frame" x="18" y="48" width="100" height="14"/> 1436: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1437: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="TT RAM SIZE" id="gFq-Ih-mzv"> 1438: <font key="font" metaFont="smallSystem"/> 1439: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1440: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1441: </textFieldCell> 1442: </textField> 1.1.1.3 ! root 1443: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="lNG-9l-lLd"> 1.1.1.2 root 1444: <rect key="frame" x="19" y="26" width="34" height="14"/> 1.1 root 1445: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1446: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Mib" id="tQK-Ol-65u"> 1.1 root 1447: <font key="font" metaFont="smallSystem"/> 1448: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1449: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1450: </textFieldCell> 1451: </textField> 1.1.1.3 ! root 1452: <textField verticalHuggingPriority="750" misplaced="YES" id="fWm-1J-m56"> 1.1.1.2 root 1453: <rect key="frame" x="51" y="22" width="63" height="22"/> 1454: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1455: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" drawsBackground="YES" id="uMb-sS-i1G"> 1456: <font key="font" metaFont="system"/> 1457: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 1458: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 1459: </textFieldCell> 1460: </textField> 1461: <matrix verticalHuggingPriority="750" misplaced="YES" drawsBackground="YES" allowsEmptySelection="NO" autosizesCells="NO" id="804"> 1462: <rect key="frame" x="10" y="76" width="150" height="98"/> 1.1 root 1463: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1464: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1465: <size key="cellSize" width="73" height="18"/> 1466: <size key="intercellSpacing" width="4" height="2"/> 1467: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4522"> 1468: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1469: <font key="font" metaFont="system"/> 1470: </buttonCell> 1471: <cells> 1472: <column> 1.1.1.2 root 1473: <buttonCell type="radio" title="128 KiB" imagePosition="left" alignment="left" state="on" tag="128" inset="2" id="807"> 1.1 root 1474: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1475: <font key="font" metaFont="titleBar" size="12"/> 1476: </buttonCell> 1.1.1.2 root 1477: <buttonCell type="radio" title="256 Kib" imagePosition="left" alignment="left" tag="256" inset="2" id="808"> 1.1 root 1478: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1479: <font key="font" metaFont="titleBar" size="12"/> 1480: </buttonCell> 1.1.1.2 root 1481: <buttonCell type="radio" title="512 KiB" imagePosition="left" alignment="left" tag="512" inset="2" id="809"> 1.1 root 1482: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1483: <font key="font" metaFont="titleBar" size="12"/> 1484: </buttonCell> 1.1.1.2 root 1485: <buttonCell type="radio" title="1 MiB" imagePosition="left" alignment="left" tag="1024" inset="2" id="810"> 1.1 root 1486: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1487: <font key="font" metaFont="titleBar" size="12"/> 1488: </buttonCell> 1.1.1.2 root 1489: <buttonCell type="radio" title="2 MiB" imagePosition="left" alignment="left" tag="2048" inset="2" id="805"> 1.1 root 1490: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1491: <font key="font" metaFont="titleBar" size="12"/> 1492: </buttonCell> 1.1.1.2 root 1493: </column> 1494: <column> 1495: <buttonCell type="radio" title="2.5 Mib" imagePosition="left" alignment="left" tag="2560" inset="2" id="ZhI-CL-quh"> 1496: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1497: <font key="font" metaFont="system"/> 1498: </buttonCell> 1499: <buttonCell type="radio" title="4 Mib" imagePosition="left" alignment="left" tag="4096" inset="2" id="xK1-bt-l8x"> 1.1 root 1500: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1.1.1.2 root 1501: <font key="font" metaFont="system"/> 1502: </buttonCell> 1503: <buttonCell type="radio" title="8 Mib" imagePosition="left" alignment="left" tag="8192" inset="2" id="fUf-3u-V9y"> 1504: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1505: <font key="font" metaFont="system"/> 1506: </buttonCell> 1507: <buttonCell type="radio" title="12 Mib" imagePosition="left" alignment="left" tag="12288" inset="2" id="XAX-fg-1sJ"> 1508: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1509: <font key="font" metaFont="system"/> 1510: </buttonCell> 1511: <buttonCell type="radio" title="14 Mib" imagePosition="left" alignment="left" tag="14336" inset="2" id="dbK-J1-S3n"> 1512: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1513: <font key="font" metaFont="system"/> 1.1 root 1514: </buttonCell> 1515: </column> 1516: </cells> 1517: </matrix> 1.1.1.2 root 1518: <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" misplaced="YES" id="5kN-DE-Lud"> 1519: <rect key="frame" x="119" y="20" width="19" height="27"/> 1.1 root 1520: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1521: <stepperCell key="cell" continuous="YES" alignment="left" increment="4" maxValue="256" id="2Lq-7Y-LaY"/> 1.1 root 1522: <connections> 1523: <action selector="setTTRAMSize:" target="329" id="lCN-2I-lC5"/> 1524: </connections> 1525: </stepper> 1526: </subviews> 1527: </view> 1528: </box> 1.1.1.2 root 1529: <box autoresizesSubviews="NO" misplaced="YES" borderType="line" title="Machine Type" id="nzm-4x-IX9"> 1530: <rect key="frame" x="7" y="222" width="148" height="156"/> 1.1 root 1531: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1532: <view key="contentView" id="PL1-UQ-dyj"> 1533: <rect key="frame" x="1" y="1" width="146" height="140"/> 1.1 root 1534: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1535: <subviews> 1.1.1.2 root 1536: <matrix verticalHuggingPriority="750" misplaced="YES" allowsEmptySelection="NO" autosizesCells="NO" id="406"> 1537: <rect key="frame" x="20" y="2" width="104" height="130"/> 1.1 root 1538: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1539: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1.1.1.2 root 1540: <size key="cellSize" width="104" height="18"/> 1.1 root 1541: <size key="intercellSpacing" width="4" height="2"/> 1542: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4519"> 1543: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1544: <font key="font" metaFont="system"/> 1545: </buttonCell> 1546: <cells> 1547: <column> 1548: <buttonCell type="radio" title="ST" imagePosition="left" alignment="left" state="on" inset="2" id="864"> 1549: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1550: <font key="font" metaFont="cellTitle"/> 1551: </buttonCell> 1552: <buttonCell type="radio" title="Mega ST" imagePosition="left" alignment="left" tag="1" inset="2" id="865"> 1553: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1554: <font key="font" metaFont="cellTitle"/> 1555: </buttonCell> 1556: <buttonCell type="radio" title="STE" imagePosition="left" alignment="left" tag="2" inset="2" id="866"> 1557: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1558: <font key="font" metaFont="cellTitle"/> 1559: </buttonCell> 1560: <buttonCell type="radio" title="Mega STE" imagePosition="left" alignment="left" tag="3" inset="2" id="867"> 1561: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1562: <font key="font" metaFont="cellTitle"/> 1563: </buttonCell> 1564: <buttonCell type="radio" title="TT" imagePosition="left" alignment="left" tag="4" inset="2" id="cpX-j7-gZR"> 1565: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1566: <font key="font" metaFont="system"/> 1567: </buttonCell> 1568: <buttonCell type="radio" title="Falcon" imagePosition="left" alignment="left" tag="5" inset="2" id="EAn-Hd-Ht7"> 1569: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1570: <font key="font" metaFont="system"/> 1571: </buttonCell> 1572: </column> 1573: </cells> 1574: </matrix> 1575: </subviews> 1576: </view> 1577: </box> 1.1.1.2 root 1578: <box autoresizesSubviews="NO" misplaced="YES" borderType="line" title="CPU" id="cMG-RN-jr0"> 1579: <rect key="frame" x="157" y="222" width="178" height="158"/> 1.1 root 1580: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1581: <view key="contentView" id="RDx-vL-fCE"> 1.1 root 1582: <rect key="frame" x="1" y="1" width="176" height="142"/> 1583: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1584: <subviews> 1585: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="414"> 1586: <rect key="frame" x="18" y="14" width="65" height="118"/> 1587: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1588: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1589: <size key="cellSize" width="65" height="18"/> 1590: <size key="intercellSpacing" width="4" height="2"/> 1591: <buttonCell key="prototype" type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="Wx1-t7-szc"> 1592: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1593: <font key="font" metaFont="system"/> 1594: </buttonCell> 1595: <cells> 1596: <column> 1597: <buttonCell type="radio" title="68000" imagePosition="left" alignment="left" state="on" inset="2" id="419"> 1598: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1599: <font key="font" metaFont="titleBar" size="12"/> 1600: </buttonCell> 1601: <buttonCell type="radio" title="68010" imagePosition="left" alignment="left" tag="1" inset="2" id="415"> 1602: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1603: <font key="font" metaFont="cellTitle"/> 1604: </buttonCell> 1605: <buttonCell type="radio" title="68020" imagePosition="left" alignment="left" tag="2" inset="2" id="416"> 1606: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1607: <font key="font" metaFont="cellTitle"/> 1608: </buttonCell> 1609: <buttonCell type="radio" title="68030" imagePosition="left" alignment="left" tag="3" inset="2" id="417"> 1610: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1611: <font key="font" metaFont="cellTitle"/> 1612: </buttonCell> 1613: <buttonCell type="radio" title="68040" imagePosition="left" alignment="left" tag="4" inset="2" id="418"> 1614: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1615: <font key="font" metaFont="cellTitle"/> 1616: </buttonCell> 1617: <buttonCell type="radio" title="68060" imagePosition="left" alignment="left" enabled="NO" tag="5" inset="2" id="543-Ae-YRd"> 1618: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1619: <font key="font" metaFont="cellTitle"/> 1620: </buttonCell> 1621: </column> 1622: </cells> 1623: </matrix> 1624: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="409"> 1625: <rect key="frame" x="95" y="74" width="71" height="58"/> 1626: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1627: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1628: <size key="cellSize" width="71" height="18"/> 1629: <size key="intercellSpacing" width="4" height="2"/> 1630: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4520"> 1631: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1632: <font key="font" metaFont="system"/> 1633: </buttonCell> 1634: <cells> 1635: <column> 1636: <buttonCell type="radio" title="8 MHz" imagePosition="left" alignment="left" state="on" tag="8" inset="2" id="801"> 1637: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1638: <font key="font" metaFont="cellTitle"/> 1639: </buttonCell> 1640: <buttonCell type="radio" title="16 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="16" inset="2" id="802"> 1641: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1642: <font key="font" metaFont="cellTitle"/> 1643: </buttonCell> 1644: <buttonCell type="radio" title="32 MHz" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="32" inset="2" id="803"> 1645: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1646: <font key="font" metaFont="cellTitle"/> 1647: </buttonCell> 1648: </column> 1649: </cells> 1650: </matrix> 1651: </subviews> 1652: </view> 1653: </box> 1.1.1.2 root 1654: <button misplaced="YES" id="4583"> 1655: <rect key="frame" x="171" y="163" width="208" height="26"/> 1.1 root 1656: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1657: <buttonCell key="cell" type="check" title="Load/Save State at Startup/Exit" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4584"> 1658: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1659: <font key="font" metaFont="titleBar" size="12"/> 1660: </buttonCell> 1661: </button> 1.1.1.2 root 1662: <box autoresizesSubviews="NO" borderType="line" title="CPU & System Parameters" id="wac-82-2Uw"> 1.1 root 1663: <rect key="frame" x="7" y="2" width="631" height="156"/> 1664: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1665: <view key="contentView" id="2oR-df-b9m"> 1.1 root 1666: <rect key="frame" x="1" y="1" width="629" height="140"/> 1667: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1668: <subviews> 1.1.1.2 root 1669: <box autoresizesSubviews="NO" borderType="line" title=" " id="ebn-aq-iID"> 1.1 root 1670: <rect key="frame" x="22" y="10" width="273" height="135"/> 1671: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1672: <view key="contentView" id="gdv-wd-HQy"> 1.1 root 1673: <rect key="frame" x="1" y="1" width="271" height="119"/> 1674: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1675: <subviews> 1676: <button id="405"> 1677: <rect key="frame" x="16" y="90" width="239" height="18"/> 1678: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1679: <buttonCell key="cell" type="check" title="Blitter in ST mode" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4430"> 1680: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1681: <font key="font" metaFont="cellTitle"/> 1682: </buttonCell> 1683: </button> 1684: <button id="401"> 1685: <rect key="frame" x="16" y="70" width="239" height="18"/> 1686: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1687: <buttonCell key="cell" type="check" title="Patch Timer-D" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4426"> 1688: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1689: <font key="font" metaFont="cellTitle"/> 1690: </buttonCell> 1691: </button> 1692: <button id="4718" userLabel="FastBoot"> 1693: <rect key="frame" x="16" y="50" width="239" height="18"/> 1694: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1695: <buttonCell key="cell" type="check" title="Patch TOS for Faster Boot" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4719"> 1696: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1697: <font key="font" metaFont="cellTitle"/> 1698: </buttonCell> 1699: </button> 1700: <button id="MwH-QQ-ofn"> 1701: <rect key="frame" x="16" y="30" width="239" height="18"/> 1702: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1703: <buttonCell key="cell" type="check" title="Prefetch mode, slower" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="FHv-Ng-fao"> 1704: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1705: <font key="font" metaFont="cellTitle"/> 1706: </buttonCell> 1707: </button> 1708: </subviews> 1709: </view> 1710: </box> 1.1.1.2 root 1711: <box autoresizesSubviews="NO" borderType="line" title="WINUAE CORE" id="s2x-3J-S4h"> 1.1 root 1712: <rect key="frame" x="297" y="35" width="189" height="95"/> 1713: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 1714: <view key="contentView" id="pLI-hb-CsY"> 1.1 root 1715: <rect key="frame" x="1" y="1" width="187" height="79"/> 1716: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1717: <subviews> 1718: <button id="402"> 1719: <rect key="frame" x="16" y="53" width="155" height="18"/> 1720: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1721: <buttonCell key="cell" type="check" title="Cycle exact, slower" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="4427"> 1722: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1723: <font key="font" metaFont="system"/> 1724: </buttonCell> 1725: </button> 1726: <button id="Pax-mv-c3E"> 1727: <rect key="frame" x="16" y="12" width="155" height="18"/> 1728: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1729: <buttonCell key="cell" type="check" title="24-bits addressing" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="UrD-fU-4ss"> 1730: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1731: <font key="font" metaFont="system"/> 1732: </buttonCell> 1733: </button> 1734: <button id="aWS-WS-f9G"> 1735: <rect key="frame" x="16" y="32" width="155" height="18"/> 1736: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1737: <buttonCell key="cell" type="check" title="MMU Emulation" bezelStyle="regularSquare" imagePosition="left" alignment="left" enabled="NO" inset="2" id="Cfy-pw-XKM"> 1738: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1739: <font key="font" metaFont="system"/> 1740: </buttonCell> 1741: </button> 1742: </subviews> 1743: </view> 1744: </box> 1745: <popUpButton verticalHuggingPriority="750" id="Raf-Kb-w4C"> 1746: <rect key="frame" x="490" y="59" width="136" height="26"/> 1747: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1748: <popUpButtonCell key="cell" type="push" title="Wakestate4" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="4" imageScaling="proportionallyDown" inset="2" selectedItem="rBe-aP-28Z" id="0x5-yz-qrt"> 1749: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1750: <font key="font" metaFont="menu"/> 1751: <menu key="menu" id="n5d-cT-eSr"> 1752: <items> 1753: <menuItem title="Random" keyEquivalent="0" id="akC-qK-vCc"> 1754: <modifierMask key="keyEquivalentModifierMask"/> 1755: </menuItem> 1756: <menuItem title="Wakestate1" tag="1" keyEquivalent="1" id="3cW-z5-kxJ"> 1757: <modifierMask key="keyEquivalentModifierMask"/> 1758: </menuItem> 1759: <menuItem title="Wakestate2" tag="2" keyEquivalent="2" id="ffv-5W-lip"> 1760: <modifierMask key="keyEquivalentModifierMask"/> 1761: </menuItem> 1762: <menuItem title="Wakestate3" tag="3" keyEquivalent="3" id="HKp-Qi-T19" userLabel="Wakestate3"> 1763: <modifierMask key="keyEquivalentModifierMask"/> 1764: </menuItem> 1765: <menuItem title="Wakestate4" state="on" tag="4" keyEquivalent="4" id="rBe-aP-28Z" userLabel="Wakestate4"> 1766: <modifierMask key="keyEquivalentModifierMask"/> 1767: </menuItem> 1768: </items> 1769: </menu> 1770: </popUpButtonCell> 1771: </popUpButton> 1.1.1.3 ! root 1772: <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="fed-jL-MEf"> 1.1 root 1773: <rect key="frame" x="490" y="84" width="84" height="17"/> 1774: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1775: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" allowsUndo="NO" sendsActionOnEndEditing="YES" title="Video Timing" id="7Mc-pN-A0A"> 1776: <font key="font" metaFont="cellTitle"/> 1777: <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> 1778: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1779: </textFieldCell> 1780: </textField> 1781: </subviews> 1782: </view> 1783: </box> 1784: </subviews> 1785: </view> 1786: </tabViewItem> 1787: <tabViewItem label="Joysticks" identifier="" id="452"> 1788: <view key="view" id="453"> 1789: <rect key="frame" x="10" y="25" width="643" height="384"/> 1790: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 1791: <subviews> 1792: <popUpButton verticalHuggingPriority="750" id="461"> 1793: <rect key="frame" x="189" y="315" width="297" height="26"/> 1794: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1795: <popUpButtonCell key="cell" type="push" title="ST Joystick 0" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="464" id="4449"> 1796: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1797: <font key="font" metaFont="menu"/> 1798: <menu key="menu" title="OtherViews" id="462"> 1799: <items> 1800: <menuItem title="ST Joystick 0" state="on" id="464"/> 1801: <menuItem title="ST Joystick 1" tag="1" id="465"/> 1802: <menuItem title="STE Joypad A" tag="2" id="463"/> 1803: <menuItem title="STE Joypad B" tag="3" id="749"/> 1804: <menuItem title="Parallel Port Stick 1" tag="4" id="750"/> 1805: <menuItem title="Parallel Port Stick 2" tag="5" id="751"/> 1806: </items> 1807: </menu> 1808: </popUpButtonCell> 1809: <connections> 1810: <action selector="changeViewedJoystick:" target="329" id="753"/> 1811: </connections> 1812: </popUpButton> 1.1.1.3 ! root 1813: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="460"> 1.1 root 1814: <rect key="frame" x="177" y="347" width="114" height="17"/> 1815: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1816: <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Settings for:" id="4448"> 1817: <font key="font" metaFont="system"/> 1818: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1819: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1820: </textFieldCell> 1821: </textField> 1822: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="454"> 1823: <rect key="frame" x="178" y="242" width="141" height="58"/> 1824: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1825: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1826: <size key="cellSize" width="141" height="18"/> 1827: <size key="intercellSpacing" width="4" height="2"/> 1828: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4526"> 1829: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1830: <font key="font" metaFont="system"/> 1831: </buttonCell> 1832: <cells> 1833: <column> 1834: <buttonCell type="radio" title="Disabled" imagePosition="left" alignment="left" state="on" inset="2" id="455"> 1835: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1836: <font key="font" metaFont="system"/> 1837: </buttonCell> 1838: <buttonCell type="radio" title="Use a real joystick:" imagePosition="left" alignment="left" tag="1" inset="2" id="456"> 1839: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1840: <font key="font" metaFont="system"/> 1841: </buttonCell> 1842: <buttonCell type="radio" title="Use the keyboard" imagePosition="left" alignment="left" tag="2" inset="2" id="457"> 1843: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 1844: <font key="font" metaFont="system"/> 1845: </buttonCell> 1846: </column> 1847: </cells> 1848: <connections> 1849: <action selector="updateEnabledStates:" target="329" id="757"/> 1850: </connections> 1851: </matrix> 1852: <popUpButton verticalHuggingPriority="750" id="466"> 1853: <rect key="frame" x="322" y="257" width="164" height="26"/> 1854: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1855: <popUpButtonCell key="cell" type="push" title="(None Available)" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="468" id="4450"> 1856: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1857: <font key="font" metaFont="menu"/> 1858: <menu key="menu" title="OtherViews" id="467"> 1859: <items> 1860: <menuItem title="(None Available)" state="on" id="468"/> 1861: </items> 1862: </menu> 1863: </popUpButtonCell> 1864: </popUpButton> 1.1.1.3 ! root 1865: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="711"> 1.1 root 1866: <rect key="frame" x="222" y="202" width="98" height="34"/> 1867: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1868: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4451"> 1869: <font key="font" metaFont="system"/> 1870: <string key="title">Up: 1871: </string> 1872: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1873: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1874: </textFieldCell> 1875: </textField> 1876: <popUpButton verticalHuggingPriority="750" id="712"> 1877: <rect key="frame" x="322" y="213" width="164" height="26"/> 1878: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1879: <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="716" id="4452"> 1880: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1881: <font key="font" metaFont="menu"/> 1882: <menu key="menu" title="OtherViews" id="713"> 1883: <items> 1884: <menuItem title="Item1" state="on" id="716"/> 1885: <menuItem title="Item2" id="715"/> 1886: <menuItem title="Item3" id="714"/> 1887: </items> 1888: </menu> 1889: </popUpButtonCell> 1890: </popUpButton> 1.1.1.3 ! root 1891: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="717"> 1.1 root 1892: <rect key="frame" x="222" y="174" width="98" height="34"/> 1893: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1894: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4453"> 1895: <font key="font" metaFont="system"/> 1896: <string key="title">Right: 1897: </string> 1898: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1899: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1900: </textFieldCell> 1901: </textField> 1902: <popUpButton verticalHuggingPriority="750" id="718"> 1903: <rect key="frame" x="322" y="185" width="164" height="26"/> 1904: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1905: <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="720" id="4454"> 1906: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1907: <font key="font" metaFont="menu"/> 1908: <menu key="menu" title="OtherViews" id="719"> 1909: <items> 1910: <menuItem title="Item1" state="on" id="720"/> 1911: <menuItem title="Item2" id="721"/> 1912: <menuItem title="Item3" id="722"/> 1913: </items> 1914: </menu> 1915: </popUpButtonCell> 1916: </popUpButton> 1.1.1.3 ! root 1917: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="723"> 1.1 root 1918: <rect key="frame" x="222" y="146" width="98" height="34"/> 1919: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1920: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4455"> 1921: <font key="font" metaFont="system"/> 1922: <string key="title">Down 1923: :</string> 1924: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1925: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1926: </textFieldCell> 1927: </textField> 1928: <popUpButton verticalHuggingPriority="750" id="724"> 1929: <rect key="frame" x="322" y="157" width="164" height="26"/> 1930: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1931: <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="727" id="4456"> 1932: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1933: <font key="font" metaFont="menu"/> 1934: <menu key="menu" title="OtherViews" id="725"> 1935: <items> 1936: <menuItem title="Item1" state="on" id="727"/> 1937: <menuItem title="Item2" id="728"/> 1938: <menuItem title="Item3" id="726"/> 1939: </items> 1940: </menu> 1941: </popUpButtonCell> 1942: </popUpButton> 1.1.1.3 ! root 1943: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="729"> 1.1 root 1944: <rect key="frame" x="222" y="132" width="98" height="20"/> 1945: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1946: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4457"> 1947: <font key="font" metaFont="system"/> 1948: <string key="title">Left: 1949: </string> 1950: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1951: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1952: </textFieldCell> 1953: </textField> 1954: <popUpButton verticalHuggingPriority="750" id="730"> 1955: <rect key="frame" x="322" y="129" width="164" height="26"/> 1956: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1957: <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="732" id="4458"> 1958: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1959: <font key="font" metaFont="menu"/> 1960: <menu key="menu" title="OtherViews" id="731"> 1961: <items> 1962: <menuItem title="Item1" state="on" id="732"/> 1963: <menuItem title="Item2" id="733"/> 1964: <menuItem title="Item3" id="734"/> 1965: </items> 1966: </menu> 1967: </popUpButtonCell> 1968: </popUpButton> 1.1.1.3 ! root 1969: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="735"> 1.1 root 1970: <rect key="frame" x="264" y="107" width="56" height="17"/> 1971: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1972: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4459"> 1973: <font key="font" metaFont="system"/> 1974: <string key="title">Fire: 1975: </string> 1976: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 1977: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 1978: </textFieldCell> 1979: </textField> 1980: <popUpButton verticalHuggingPriority="750" id="736"> 1981: <rect key="frame" x="322" y="101" width="164" height="26"/> 1982: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1983: <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="738" id="4460"> 1984: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 1985: <font key="font" metaFont="menu"/> 1986: <menu key="menu" title="OtherViews" id="737"> 1987: <items> 1988: <menuItem title="Item1" state="on" id="738"/> 1989: <menuItem title="Item2" id="739"/> 1990: <menuItem title="Item3" id="740"/> 1991: </items> 1992: </menu> 1993: </popUpButtonCell> 1994: </popUpButton> 1995: <button id="755"> 1996: <rect key="frame" x="190" y="83" width="175" height="18"/> 1997: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1998: <buttonCell key="cell" type="check" title="Enable autofire" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4461"> 1999: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2000: <font key="font" metaFont="system"/> 2001: </buttonCell> 2002: </button> 2003: </subviews> 2004: </view> 2005: </tabViewItem> 2006: <tabViewItem label="Keyboard" identifier="" id="373"> 2007: <view key="view" id="374"> 2008: <rect key="frame" x="10" y="25" width="643" height="384"/> 2009: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2010: <subviews> 1.1.1.3 ! root 2011: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="376"> 1.1 root 2012: <rect key="frame" x="150" y="347" width="160" height="17"/> 2013: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2014: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Keyboard mapping:" id="4419"> 2015: <font key="font" metaFont="system"/> 2016: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2017: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2018: </textFieldCell> 2019: </textField> 2020: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="377"> 2021: <rect key="frame" x="313" y="306" width="155" height="58"/> 2022: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2023: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2024: <size key="cellSize" width="155" height="18"/> 2025: <size key="intercellSpacing" width="4" height="2"/> 2026: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4517"> 2027: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2028: <font key="font" metaFont="system"/> 2029: </buttonCell> 2030: <cells> 2031: <column> 2032: <buttonCell type="radio" title="Symbolic" imagePosition="left" alignment="left" state="on" inset="2" id="379"> 2033: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2034: <font key="font" metaFont="system"/> 2035: </buttonCell> 2036: <buttonCell type="radio" title="Scancode" imagePosition="left" alignment="left" tag="1" inset="2" id="378"> 2037: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2038: <font key="font" metaFont="system"/> 2039: </buttonCell> 2040: <buttonCell type="radio" title="From file:" bezelStyle="regularSquare" imagePosition="left" alignment="left" tag="2" inset="2" id="380"> 2041: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2042: <font key="font" metaFont="system"/> 2043: </buttonCell> 2044: </column> 2045: </cells> 2046: </matrix> 2047: <button verticalHuggingPriority="750" id="584"> 2048: <rect key="frame" x="514" y="251" width="100" height="32"/> 2049: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2050: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4420"> 2051: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2052: <font key="font" metaFont="system"/> 2053: </buttonCell> 2054: <connections> 2055: <action selector="chooseKeyboardMappingFile:" target="329" id="589"/> 2056: </connections> 2057: </button> 1.1.1.3 ! root 2058: <textField verticalHuggingPriority="750" id="585"> 1.1 root 2059: <rect key="frame" x="101" y="259" width="411" height="19"/> 2060: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2061: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4421"> 2062: <font key="font" metaFont="smallSystem"/> 2063: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2064: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2065: </textFieldCell> 2066: </textField> 2067: <button id="4720"> 2068: <rect key="frame" x="194" y="209" width="312" height="18"/> 2069: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2070: <buttonCell key="cell" type="check" title="Disable Key Repeat in Fast Forward Mode" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4721"> 2071: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2072: <font key="font" metaFont="system"/> 2073: </buttonCell> 2074: </button> 2075: </subviews> 2076: </view> 2077: </tabViewItem> 2078: <tabViewItem label="Peripheral" identifier="" id="352"> 2079: <view key="view" id="353"> 2080: <rect key="frame" x="10" y="25" width="643" height="384"/> 2081: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2082: <subviews> 1.1.1.3 ! root 2083: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="355"> 1.1 root 2084: <rect key="frame" x="17" y="325" width="158" height="17"/> 2085: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2086: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Print to file:" id="4405"> 2087: <font key="font" metaFont="system"/> 2088: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2089: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2090: </textFieldCell> 2091: </textField> 2092: <button verticalHuggingPriority="750" id="356"> 2093: <rect key="frame" x="540" y="315" width="92" height="32"/> 2094: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2095: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4406"> 2096: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2097: <font key="font" metaFont="system"/> 2098: </buttonCell> 2099: <connections> 2100: <action selector="choosePrintToFile:" target="329" id="590"/> 2101: </connections> 2102: </button> 1.1.1.3 ! root 2103: <textField verticalHuggingPriority="750" id="364"> 1.1 root 2104: <rect key="frame" x="180" y="323" width="361" height="19"/> 2105: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2106: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4414"> 2107: <font key="font" metaFont="smallSystem"/> 2108: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2109: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2110: </textFieldCell> 2111: </textField> 2112: <button id="360"> 2113: <rect key="frame" x="232" y="348" width="210" height="18"/> 2114: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2115: <buttonCell key="cell" type="check" title="Enable printer emulation" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4410"> 2116: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2117: <font key="font" metaFont="system"/> 2118: </buttonCell> 2119: </button> 1.1.1.2 root 2120: <box verticalHuggingPriority="750" boxType="separator" id="369"> 1.1 root 2121: <rect key="frame" x="12" y="309" width="619" height="5"/> 2122: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2123: </box> 1.1.1.3 ! root 2124: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="362"> 1.1 root 2125: <rect key="frame" x="17" y="264" width="158" height="17"/> 2126: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2127: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Write RS232 output to:" id="4412"> 2128: <font key="font" metaFont="system"/> 2129: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2130: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2131: </textFieldCell> 2132: </textField> 2133: <button verticalHuggingPriority="750" id="371"> 2134: <rect key="frame" x="540" y="254" width="92" height="32"/> 2135: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2136: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4417"> 2137: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2138: <font key="font" metaFont="system"/> 2139: </buttonCell> 2140: <connections> 2141: <action selector="chooseRS232OutputFile:" target="329" id="591"/> 2142: </connections> 2143: </button> 1.1.1.3 ! root 2144: <textField verticalHuggingPriority="750" id="358"> 1.1 root 2145: <rect key="frame" x="180" y="262" width="361" height="19"/> 2146: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2147: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4408"> 2148: <font key="font" metaFont="smallSystem"/> 2149: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2150: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2151: </textFieldCell> 2152: </textField> 2153: <button id="354"> 2154: <rect key="frame" x="232" y="287" width="178" height="18"/> 2155: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2156: <buttonCell key="cell" type="check" title="Enable RS232 emulation" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4404"> 2157: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2158: <font key="font" metaFont="system"/> 2159: </buttonCell> 2160: </button> 1.1.1.2 root 2161: <box verticalHuggingPriority="750" boxType="separator" id="366"> 1.1 root 2162: <rect key="frame" x="12" y="218" width="619" height="5"/> 2163: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2164: </box> 1.1.1.3 ! root 2165: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="361"> 1.1 root 2166: <rect key="frame" x="17" y="234" width="158" height="17"/> 2167: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2168: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Read RS232 input from:" id="4411"> 2169: <font key="font" metaFont="system"/> 2170: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2171: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2172: </textFieldCell> 2173: </textField> 2174: <button verticalHuggingPriority="750" id="368"> 2175: <rect key="frame" x="540" y="224" width="92" height="32"/> 2176: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2177: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4416"> 2178: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2179: <font key="font" metaFont="system"/> 2180: </buttonCell> 2181: <connections> 2182: <action selector="chooseRS232InputFile:" target="329" id="592"/> 2183: </connections> 2184: </button> 1.1.1.3 ! root 2185: <textField verticalHuggingPriority="750" id="357"> 1.1 root 2186: <rect key="frame" x="180" y="232" width="361" height="19"/> 2187: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2188: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4407"> 2189: <font key="font" metaFont="smallSystem"/> 2190: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2191: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2192: </textFieldCell> 2193: </textField> 1.1.1.3 ! root 2194: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="363"> 1.1 root 2195: <rect key="frame" x="17" y="173" width="158" height="17"/> 2196: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.3 ! root 2197: <textFieldCell key="cell" enabled="NO" sendsActionOnEndEditing="YES" alignment="right" title="Write MIDI output to:" id="4413"> 1.1 root 2198: <font key="font" metaFont="system"/> 2199: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2200: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2201: </textFieldCell> 2202: </textField> 2203: <button verticalHuggingPriority="750" id="372"> 2204: <rect key="frame" x="540" y="163" width="92" height="32"/> 2205: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.3 ! root 2206: <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" enabled="NO" borderStyle="border" inset="2" id="4418"> 1.1 root 2207: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2208: <font key="font" metaFont="system"/> 2209: </buttonCell> 2210: <connections> 2211: <action selector="chooseMidiOutputFile:" target="329" id="593"/> 2212: </connections> 2213: </button> 1.1.1.3 ! root 2214: <textField verticalHuggingPriority="750" id="359"> 1.1 root 2215: <rect key="frame" x="180" y="171" width="361" height="19"/> 2216: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.3 ! root 2217: <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4409"> 1.1 root 2218: <font key="font" metaFont="smallSystem"/> 2219: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2220: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2221: </textFieldCell> 2222: </textField> 2223: <button id="365"> 2224: <rect key="frame" x="232" y="196" width="178" height="18"/> 2225: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2226: <buttonCell key="cell" type="check" title="Enable MIDI emulation" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="4415"> 2227: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2228: <font key="font" metaFont="system"/> 2229: </buttonCell> 2230: </button> 1.1.1.3 ! root 2231: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="SUz-3M-0Mn"> 1.1.1.2 root 2232: <rect key="frame" x="89" y="140" width="86" height="17"/> 2233: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2234: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Input port:" id="5dl-wP-t2V"> 2235: <font key="font" metaFont="system"/> 2236: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2237: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2238: </textFieldCell> 2239: </textField> 2240: <popUpButton verticalHuggingPriority="750" misplaced="YES" id="SwM-mD-0bD" userLabel="Input port"> 2241: <rect key="frame" x="178" y="133" width="233" height="26"/> 2242: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2243: <popUpButtonCell key="cell" type="push" title="Off" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="bf7-2j-2tZ" id="cCF-CI-aTG" userLabel="inport"> 2244: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 2245: <font key="font" metaFont="menu"/> 2246: <menu key="menu" title="OtherViews" id="ZbA-qz-7WK"> 2247: <items> 2248: <menuItem title="Off" state="on" id="bf7-2j-2tZ"/> 2249: </items> 2250: </menu> 2251: </popUpButtonCell> 2252: </popUpButton> 1.1.1.3 ! root 2253: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" id="4r9-TN-AIq"> 1.1.1.2 root 2254: <rect key="frame" x="89" y="111" width="86" height="17"/> 2255: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2256: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Output port:" id="jHe-EH-hz0"> 2257: <font key="font" metaFont="system"/> 2258: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2259: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2260: </textFieldCell> 2261: </textField> 2262: <popUpButton verticalHuggingPriority="750" misplaced="YES" id="hIV-ek-Dyl" userLabel="Output port"> 2263: <rect key="frame" x="178" y="104" width="233" height="26"/> 2264: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2265: <popUpButtonCell key="cell" type="push" title="Off" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="NC6-Qt-SwN" id="cUW-JF-8ep" userLabel="outport"> 2266: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 2267: <font key="font" metaFont="menu"/> 2268: <menu key="menu" title="OtherViews" id="5QK-D8-a3U"> 2269: <items> 2270: <menuItem title="Off" state="on" id="NC6-Qt-SwN"/> 2271: </items> 2272: </menu> 2273: </popUpButtonCell> 2274: </popUpButton> 1.1 root 2275: </subviews> 2276: </view> 2277: </tabViewItem> 2278: <tabViewItem label="Other" identifier="" id="2921"> 2279: <view key="view" id="2922"> 2280: <rect key="frame" x="10" y="25" width="643" height="384"/> 2281: <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> 2282: <subviews> 2283: <button id="2923"> 2284: <rect key="frame" x="81" y="324" width="134" height="18"/> 2285: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2286: <buttonCell key="cell" type="check" title="Confirm Quit" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="4497"> 2287: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2288: <font key="font" metaFont="system"/> 2289: </buttonCell> 2290: </button> 1.1.1.3 ! root 2291: <textField verticalHuggingPriority="750" id="2933"> 1.1 root 2292: <rect key="frame" x="79" y="246" width="108" height="17"/> 2293: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2294: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Trace parameter" id="4498"> 2295: <font key="font" metaFont="system"/> 2296: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2297: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2298: </textFieldCell> 2299: </textField> 1.1.1.3 ! root 2300: <textField verticalHuggingPriority="750" id="2935"> 1.1 root 2301: <rect key="frame" x="193" y="241" width="378" height="22"/> 2302: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2303: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4499"> 2304: <font key="font" metaFont="system"/> 2305: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2306: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2307: </textFieldCell> 2308: </textField> 1.1.1.3 ! root 2309: <textField verticalHuggingPriority="750" id="2937"> 1.1 root 2310: <rect key="frame" x="79" y="221" width="327" height="17"/> 2311: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2312: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Hatari reads options from given socket at run-time" id="4500"> 2313: <font key="font" metaFont="system"/> 2314: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2315: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2316: </textFieldCell> 2317: </textField> 1.1.1.3 ! root 2318: <textField verticalHuggingPriority="750" id="2939"> 1.1 root 2319: <rect key="frame" x="412" y="216" width="159" height="22"/> 2320: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2321: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4501"> 2322: <font key="font" metaFont="system"/> 2323: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2324: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2325: </textFieldCell> 2326: </textField> 1.1.1.3 ! root 2327: <textField verticalHuggingPriority="750" id="2941"> 1.1 root 2328: <rect key="frame" x="79" y="196" width="120" height="17"/> 2329: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2330: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Save log output to" id="4502"> 2331: <font key="font" metaFont="system"/> 2332: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2333: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2334: </textFieldCell> 2335: </textField> 1.1.1.3 ! root 2336: <textField verticalHuggingPriority="750" id="2947"> 1.1 root 2337: <rect key="frame" x="76" y="171" width="120" height="17"/> 2338: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2339: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title=" Log Level" id="4505"> 2340: <font key="font" metaFont="system"/> 2341: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2342: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2343: </textFieldCell> 2344: </textField> 1.1.1.3 ! root 2345: <textField verticalHuggingPriority="750" id="2943"> 1.1 root 2346: <rect key="frame" x="202" y="191" width="369" height="22"/> 2347: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2348: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="4503"> 2349: <font key="font" metaFont="system"/> 2350: <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> 2351: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2352: </textFieldCell> 2353: </textField> 1.1.1.3 ! root 2354: <comboBox verticalHuggingPriority="750" id="2945"> 1.1 root 2355: <rect key="frame" x="202" y="164" width="99" height="26"/> 2356: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2357: <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="4504"> 2358: <font key="font" metaFont="system"/> 2359: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2360: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2361: <objectValues> 2362: <string>Debug</string> 2363: <string>Todo</string> 2364: <string>Info</string> 2365: <string>Warn</string> 2366: <string>Error</string> 2367: <string>Fatal</string> 2368: </objectValues> 2369: </comboBoxCell> 2370: </comboBox> 1.1.1.3 ! root 2371: <comboBox verticalHuggingPriority="750" id="3473"> 1.1 root 2372: <rect key="frame" x="393" y="111" width="99" height="26"/> 2373: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2374: <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" enabled="NO" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" completes="NO" numberOfVisibleItems="5" id="4507"> 2375: <font key="font" metaFont="system"/> 2376: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2377: <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> 2378: <objectValues> 2379: <string>Debug</string> 2380: <string>Todo</string> 2381: <string>Info</string> 2382: <string>Warn</string> 2383: <string>Error</string> 2384: <string>Fatal</string> 2385: </objectValues> 2386: </comboBoxCell> 2387: </comboBox> 1.1.1.3 ! root 2388: <textField verticalHuggingPriority="750" id="2949"> 1.1 root 2389: <rect key="frame" x="79" y="118" width="309" height="17"/> 2390: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2391: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" enabled="NO" sendsActionOnEndEditing="YES" title="Show dialog for log messages above given level " id="4506"> 2392: <font key="font" metaFont="system"/> 2393: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2394: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2395: </textFieldCell> 2396: </textField> 2397: </subviews> 2398: </view> 2399: </tabViewItem> 2400: </tabViewItems> 2401: </tabView> 2402: <button verticalHuggingPriority="750" id="544"> 2403: <rect key="frame" x="501" y="12" width="90" height="32"/> 2404: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2405: <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="4508"> 2406: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2407: <font key="font" metaFont="system"/> 2408: </buttonCell> 2409: <connections> 2410: <action selector="performClose:" target="326" id="845"/> 2411: </connections> 2412: </button> 2413: <button verticalHuggingPriority="750" id="1605"> 2414: <rect key="frame" x="11" y="12" width="141" height="32"/> 2415: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2416: <buttonCell key="cell" type="push" title="Load config..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4509"> 2417: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2418: <font key="font" metaFont="system"/> 2419: </buttonCell> 2420: <connections> 2421: <action selector="loadConfigFrom:" target="329" id="1609"/> 2422: </connections> 2423: </button> 2424: <button verticalHuggingPriority="750" id="2803"> 2425: <rect key="frame" x="160" y="12" width="133" height="32"/> 2426: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2427: <buttonCell key="cell" type="push" title="Save config..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4510"> 2428: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2429: <font key="font" metaFont="system"/> 2430: </buttonCell> 2431: <connections> 2432: <action selector="saveConfigAs:" target="329" id="2804"/> 2433: </connections> 2434: </button> 2435: </subviews> 2436: </view> 1.1.1.2 root 2437: <point key="canvasLocation" x="96.5" y="-125.5"/> 1.1 root 2438: </window> 2439: <customObject id="329" userLabel="PrefsController" customClass="PrefsController"> 2440: <connections> 2441: <outlet property="FPUType" destination="n98-X2-Jwk" id="e7B-k3-XWJ"/> 2442: <outlet property="FastBootPatch" destination="4718" id="4734"/> 2443: <outlet property="HDWriteProtection" destination="4668" id="4681"/> 2444: <outlet property="MMU_Emulation" destination="aWS-WS-f9G" id="eop-C7-jO5"/> 1.1.1.2 root 2445: <outlet property="SDL2Resizable" destination="I7I-1M-5Nu" id="AVS-08-eZu"/> 1.1 root 2446: <outlet property="SDL2UseLinearScaling" destination="uX5-95-dj6" id="5wO-9c-XNe"/> 2447: <outlet property="SDL2UseVSync" destination="8G1-GF-0DS" id="qsx-Ol-6G0"/> 2448: <outlet property="TTRAMSizeStepper" destination="5kN-DE-Lud" id="5bu-Xe-D9P"/> 2449: <outlet property="TTRAMSizeValue" destination="fWm-1J-m56" id="H7t-i0-APJ"/> 2450: <outlet property="YMVoicesMixing" destination="4726" id="4737"/> 2451: <outlet property="adressSpace24" destination="Pax-mv-c3E" id="szQ-9o-JTw"/> 2452: <outlet property="autoInsertB" destination="475" id="528"/> 2453: <outlet property="bCell68060" destination="543-Ae-YRd" id="njI-I0-CHg"/> 2454: <outlet property="bFilenameConversion" destination="0mq-aL-9Ob" id="tyo-CL-DCp"/> 2455: <outlet property="blitter" destination="405" id="570"/> 2456: <outlet property="bootFromHD" destination="482" id="529"/> 2457: <outlet property="cartridgeImage" destination="511" id="552"/> 2458: <outlet property="colorDepth" destination="440" id="562"/> 2459: <outlet property="compatibleCpu" destination="MwH-QQ-ofn" id="M4l-dN-W7u"/> 2460: <outlet property="confirmQuit" destination="2923" id="lOk-6J-9SA"/> 2461: <outlet property="cpuClock" destination="409" id="567"/> 2462: <outlet property="cpuType" destination="414" id="566"/> 2463: <outlet property="currentJoystick" destination="461" id="746"/> 2464: <outlet property="cycleExactCPU" destination="402" id="RzE-h1-PKD"/> 2465: <outlet property="defaultImagesLocation" destination="490" id="526"/> 2466: <outlet property="driveA_NumberOfHeads" destination="eXJ-hD-nc4" id="Xyo-iR-7XZ"/> 2467: <outlet property="driveB_NumberOfHeads" destination="5Cq-dn-WtM" id="Uo4-a0-Yt1"/> 2468: <outlet property="enableAutoFire" destination="755" id="756"/> 2469: <outlet property="enableDSP" destination="1222" id="1230"/> 2470: <outlet property="enableDriveA" destination="06l-DO-dqf" id="lf3-06-ofz"/> 2471: <outlet property="enableDriveB" destination="C94-k0-1uS" id="Y8e-IG-mDV"/> 2472: <outlet property="enableMidi" destination="365" id="578"/> 2473: <outlet property="enablePrinter" destination="360" id="576"/> 2474: <outlet property="enableRS232" destination="354" id="577"/> 2475: <outlet property="enableSound" destination="394" id="564"/> 2476: <outlet property="falconTTRatio" destination="4563" id="4588"/> 2477: <outlet property="fastFDC" destination="4585" id="4735"/> 2478: <outlet property="floppyImageA" destination="492" id="519"/> 2479: <outlet property="floppyImageB" destination="481" id="524"/> 2480: <outlet property="floppyWriteProtection" destination="498" id="4667"/> 2481: <outlet property="frameSkip" destination="4551" id="4591"/> 2482: <outlet property="fullScreen" destination="4682" id="4712"/> 2483: <outlet property="gemdosImage" destination="502" id="525"/> 2484: <outlet property="hartage" destination="4750" id="4758"/> 2485: <outlet property="hdImage" destination="477" id="527"/> 2486: <outlet property="heightStepper" destination="4687" id="anY-zr-2oD"/> 2487: <outlet property="ideMasterHdImage" destination="3738" id="4540"/> 2488: <outlet property="ideSlaveHdImage" destination="4533" id="4541"/> 2489: <outlet property="joystickDown" destination="724" id="743"/> 2490: <outlet property="joystickFire" destination="736" id="745"/> 2491: <outlet property="joystickLeft" destination="730" id="744"/> 2492: <outlet property="joystickMode" destination="454" id="752"/> 2493: <outlet property="joystickRight" destination="718" id="742"/> 2494: <outlet property="joystickUp" destination="712" id="741"/> 2495: <outlet property="keepDesktopResolution" destination="4707" id="4709"/> 2496: <outlet property="keyboardMapping" destination="377" id="575"/> 2497: <outlet property="keyboardMappingFile" destination="585" id="586"/> 2498: <outlet property="ledDisks" destination="4592" id="4713"/> 2499: <outlet property="machineType" destination="406" id="568"/> 2500: <outlet property="maxZoomedHeight" destination="4688" id="4715"/> 2501: <outlet property="maxZoomedWidth" destination="4686" id="4714"/> 1.1.1.2 root 2502: <outlet property="midiInPort" destination="SwM-mD-0bD" id="UdC-iP-EpD"/> 2503: <outlet property="midiOutPort" destination="hIV-ek-Dyl" id="qiK-5h-087"/> 1.1 root 2504: <outlet property="monitor" destination="422" id="559"/> 2505: <outlet property="nGemdosDrive" destination="lss-lT-hdM" id="L6w-Ya-ZIk"/> 2506: <outlet property="partage" destination="4743" id="4744"/> 2507: <outlet property="patchTimerD" destination="401" id="572"/> 2508: <outlet property="playbackQuality" destination="385" id="565"/> 2509: <outlet property="printToFile" destination="364" id="579"/> 2510: <outlet property="ramSize" destination="804" id="814"/> 2511: <outlet property="readRS232FromFile" destination="357" id="581"/> 2512: <outlet property="realJoystick" destination="466" id="747"/> 2513: <outlet property="resolution" destination="429" id="561"/> 2514: <outlet property="showStatusBar" destination="4703" id="4711"/> 2515: <outlet property="tosImage" destination="508" id="551"/> 2516: <outlet property="useBorders" destination="428" id="555"/> 2517: <outlet property="useVDIResolution" destination="449" id="560"/> 2518: <outlet property="videoTiming" destination="Raf-Kb-w4C" id="3dI-HK-LuX"/> 2519: <outlet property="widthStepper" destination="4685" id="gv1-8p-nnl"/> 2520: <outlet property="window" destination="326" id="522"/> 2521: <outlet property="writeMidiToFile" destination="359" id="582"/> 2522: <outlet property="writeRS232ToFile" destination="358" id="580"/> 2523: <outlet property="zoomSTLowRes" destination="447" id="558"/> 2524: </connections> 2525: </customObject> 2526: <window title="New Floppy Image" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="612" userLabel="createFloppy"> 2527: <windowStyleMask key="styleMask" titled="YES" closable="YES"/> 2528: <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> 2529: <rect key="contentRect" x="300" y="322" width="323" height="302"/> 2530: <rect key="screenRect" x="0.0" y="0.0" width="1280" height="777"/> 2531: <view key="contentView" id="613"> 2532: <rect key="frame" x="0.0" y="0.0" width="323" height="302"/> 2533: <autoresizingMask key="autoresizingMask"/> 2534: <subviews> 1.1.1.3 ! root 2535: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="617"> 1.1 root 2536: <rect key="frame" x="36" y="208" width="114" height="17"/> 2537: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2538: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" id="4511"> 2539: <font key="font" metaFont="system"/> 2540: <string key="title">Tracks: 2541: </string> 2542: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2543: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2544: </textFieldCell> 2545: </textField> 2546: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="634"> 2547: <rect key="frame" x="153" y="75" width="75" height="113"/> 2548: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2549: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2550: <size key="cellSize" width="75" height="21"/> 2551: <size key="intercellSpacing" width="4" height="2"/> 2552: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4528"> 2553: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2554: <font key="font" metaFont="system"/> 2555: </buttonCell> 2556: <cells> 2557: <column> 2558: <buttonCell type="radio" title="9" imagePosition="left" alignment="left" tag="9" inset="2" id="767"> 2559: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2560: <font key="font" metaFont="system"/> 2561: </buttonCell> 2562: <buttonCell type="radio" title="10" imagePosition="left" alignment="left" tag="10" inset="2" id="768"> 2563: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2564: <font key="font" metaFont="system"/> 2565: </buttonCell> 2566: <buttonCell type="radio" title="11" imagePosition="left" alignment="left" state="on" tag="11" inset="2" id="769"> 2567: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2568: <font key="font" metaFont="system"/> 2569: </buttonCell> 2570: <buttonCell type="radio" title="18 (HD)" imagePosition="left" alignment="left" tag="18" inset="2" id="4663"> 2571: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2572: <font key="font" metaFont="system"/> 2573: </buttonCell> 2574: <buttonCell type="radio" title="36 (ED)" imagePosition="left" alignment="left" tag="36" inset="2" id="4664"> 2575: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2576: <font key="font" metaFont="system"/> 2577: </buttonCell> 2578: </column> 2579: </cells> 2580: </matrix> 2581: <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="640"> 2582: <rect key="frame" x="153" y="244" width="63" height="38"/> 2583: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2584: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2585: <size key="cellSize" width="63" height="18"/> 2586: <size key="intercellSpacing" width="4" height="2"/> 2587: <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="4529"> 2588: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2589: <font key="font" metaFont="system"/> 2590: </buttonCell> 2591: <cells> 2592: <column> 2593: <buttonCell type="radio" title="1" imagePosition="left" alignment="left" tag="1" inset="2" id="774"> 2594: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2595: <font key="font" metaFont="system"/> 2596: </buttonCell> 2597: <buttonCell type="radio" title="2" imagePosition="left" alignment="left" state="on" tag="2" inset="2" id="775"> 2598: <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> 2599: <font key="font" metaFont="system"/> 2600: </buttonCell> 2601: </column> 2602: </cells> 2603: </matrix> 1.1.1.3 ! root 2604: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="643"> 1.1 root 2605: <rect key="frame" x="35" y="170" width="115" height="17"/> 2606: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2607: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sectors:" id="4512"> 2608: <font key="font" metaFont="system"/> 2609: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2610: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2611: </textFieldCell> 2612: </textField> 1.1.1.3 ! root 2613: <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="644"> 1.1 root 2614: <rect key="frame" x="36" y="265" width="114" height="17"/> 2615: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2616: <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Sides:" id="4513"> 2617: <font key="font" metaFont="system"/> 2618: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2619: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2620: </textFieldCell> 2621: </textField> 2622: <button verticalHuggingPriority="750" id="688"> 2623: <rect key="frame" x="114" y="12" width="113" height="32"/> 2624: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2625: <buttonCell key="cell" type="push" title="Create As..." bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4514"> 2626: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2627: <font key="font" metaFont="system"/> 2628: </buttonCell> 2629: <connections> 2630: <action selector="createFloppyImage:" target="687" id="689"/> 2631: </connections> 2632: </button> 2633: <popUpButton verticalHuggingPriority="750" id="695"> 2634: <rect key="frame" x="152" y="202" width="65" height="26"/> 2635: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2636: <popUpButtonCell key="cell" type="push" title="80" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="80" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="699" id="4515"> 2637: <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> 2638: <font key="font" metaFont="menu"/> 2639: <menu key="menu" title="OtherViews" id="696"> 2640: <items> 2641: <menuItem title="80" state="on" tag="80" id="699"/> 2642: <menuItem title="Item2" id="698"/> 2643: <menuItem title="Item3" id="697"/> 2644: </items> 2645: </menu> 2646: </popUpButtonCell> 2647: </popUpButton> 2648: <button verticalHuggingPriority="750" id="846"> 2649: <rect key="frame" x="227" y="12" width="82" height="32"/> 2650: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2651: <buttonCell key="cell" type="push" title="Close" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="4516"> 2652: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2653: <font key="font" metaFont="system"/> 2654: </buttonCell> 2655: <connections> 2656: <action selector="performClose:" target="612" id="847"/> 2657: </connections> 2658: </button> 1.1.1.2 root 2659: <imageView misplaced="YES" id="4665"> 2660: <rect key="frame" x="17" y="219" width="60" height="58"/> 1.1 root 2661: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 1.1.1.2 root 2662: <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="stdisk" id="4666"/> 1.1 root 2663: </imageView> 2664: </subviews> 2665: </view> 2666: </window> 2667: <customObject id="687" userLabel="CreateFloppyController" customClass="CreateFloppyController"> 2668: <connections> 2669: <outlet property="sectors" destination="634" id="691"/> 2670: <outlet property="sides" destination="640" id="692"/> 2671: <outlet property="tracks" destination="695" id="700"/> 2672: <outlet property="window" destination="612" id="844"/> 2673: </connections> 2674: </customObject> 2675: <customView id="4743" userLabel="partage"> 2676: <rect key="frame" x="0.0" y="0.0" width="273" height="42"/> 2677: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2678: <subviews> 2679: <button verticalHuggingPriority="750" id="4745"> 2680: <rect key="frame" x="35" y="8" width="62" height="25"/> 2681: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2682: <buttonCell key="cell" type="roundTextured" title="Jump" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4746"> 2683: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2684: <font key="font" metaFont="system"/> 2685: </buttonCell> 2686: <connections> 2687: <action selector="aller:" target="329" id="4760"/> 2688: </connections> 2689: </button> 1.1.1.3 ! root 2690: <textField verticalHuggingPriority="750" id="4747"> 1.1 root 2691: <rect key="frame" x="103" y="13" width="153" height="17"/> 2692: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2693: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="to default folder" id="4748"> 2694: <font key="font" metaFont="system"/> 2695: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2696: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2697: </textFieldCell> 2698: </textField> 2699: </subviews> 2700: </customView> 2701: <customView id="4750" userLabel="hartage"> 2702: <rect key="frame" x="0.0" y="0.0" width="273" height="42"/> 2703: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2704: <subviews> 2705: <button verticalHuggingPriority="750" id="4752"> 2706: <rect key="frame" x="35" y="8" width="62" height="25"/> 2707: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2708: <buttonCell key="cell" type="roundTextured" title="Jump" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4753"> 2709: <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> 2710: <font key="font" metaFont="system"/> 2711: </buttonCell> 2712: <connections> 2713: <action selector="halle:" target="329" id="4759"/> 2714: </connections> 2715: </button> 1.1.1.3 ! root 2716: <textField verticalHuggingPriority="750" id="4751"> 1.1 root 2717: <rect key="frame" x="103" y="13" width="153" height="17"/> 2718: <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> 2719: <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="to default folder" id="4754"> 2720: <font key="font" metaFont="system"/> 2721: <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> 2722: <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> 2723: </textFieldCell> 2724: </textField> 2725: </subviews> 2726: <point key="canvasLocation" x="33.5" y="321"/> 2727: </customView> 2728: <view id="367"> 2729: <rect key="frame" x="0.0" y="0.0" width="125" height="1"/> 2730: <autoresizingMask key="autoresizingMask"/> 2731: </view> 2732: <view id="370"> 2733: <rect key="frame" x="0.0" y="0.0" width="125" height="1"/> 2734: <autoresizingMask key="autoresizingMask"/> 2735: </view> 2736: </objects> 2737: <resources> 2738: <image name="NSEnterFullScreenTemplate" width="15" height="15"/> 1.1.1.2 root 2739: <image name="stdisk" width="231" height="231"/> 1.1 root 2740: <sound name="Frog"/> 2741: </resources> 2742: </document>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.