|
|
1.1 root 1: {
2: IBClasses = (
3: {
4: ACTIONS = {createFloppyImage = id; runModal = id; };
5: CLASS = CreateFloppyController;
6: LANGUAGE = ObjC;
7: OUTLETS = {
8: sectors = NSMatrix;
9: sides = NSMatrix;
10: tracks = NSPopUpButton;
11: window = NSWindow;
12: };
13: SUPERCLASS = NSObject;
14: },
15: {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
16: {
17: ACTIONS = {
18: changeViewedJoystick = id;
19: chooseCartridgeImage = id;
20: chooseDefaultImagesLocation = id;
21: chooseFloppyImageA = id;
22: chooseFloppyImageB = id;
23: chooseGemdosImage = id;
24: chooseHdImage = id;
25: chooseKeyboardMappingFile = id;
26: chooseMidiOutputFile = id;
27: choosePrintToFile = id;
28: chooseRS232InputFile = id;
29: chooseRS232OutputFile = id;
30: chooseTosImage = id;
31: commitAndClose = id;
32: ejectFloppyA = id;
33: ejectFloppyB = id;
34: ejectGemdosImage = id;
35: ejectHdImage = id;
36: loadConfig = id;
37: loadPrefs = id;
38: myAction = id;
39: saveConfig = id;
40: updateEnabledStates = id;
41: };
42: CLASS = PrefsController;
43: LANGUAGE = ObjC;
44: OUTLETS = {
45: autoInsertB = NSButton;
46: blitter = NSButton;
47: bootFromHD = NSButton;
48: captureOnChange = NSButton;
49: cartridgeImage = NSTextField;
50: colorDepth = NSMatrix;
51: compatibleCpu = NSButton;
52: cpuClock = NSMatrix;
53: cpuType = NSMatrix;
54: currentJoystick = NSPopUpButton;
55: defaultImagesLocation = NSTextField;
56: enableAutoFire = NSButton;
57: enableMidi = NSButton;
58: enablePrinter = NSButton;
59: enableRS232 = NSButton;
60: enableSound = NSButton;
61: floppyImageA = NSTextField;
62: floppyImageB = NSTextField;
63: force8bpp = NSButton;
1.1.1.2 ! root 64: frameSkip = NSPopUpButton;
1.1 root 65: gemdosImage = NSTextField;
66: hdImage = NSTextField;
67: joystickDown = NSPopUpButton;
68: joystickFire = NSPopUpButton;
69: joystickLeft = NSPopUpButton;
70: joystickMode = NSMatrix;
71: joystickRight = NSPopUpButton;
72: joystickUp = NSPopUpButton;
73: keyboardMapping = NSMatrix;
74: keyboardMappingFile = NSTextField;
75: machineType = NSMatrix;
76: monitor = NSMatrix;
77: patchTimerD = NSButton;
78: playbackQuality = NSMatrix;
79: printToFile = NSTextField;
80: ramSize = NSMatrix;
81: readRS232FromFile = NSTextField;
82: realJoystick = NSPopUpButton;
83: realTime = NSButton;
84: resolution = NSMatrix;
85: slowFDC = NSButton;
86: tosImage = NSTextField;
87: useBorders = NSButton;
88: useVDIResolution = NSButton;
89: window = NSWindow;
90: writeMidiToFile = NSTextField;
91: writeProtection = NSMatrix;
92: writeRS232ToFile = NSTextField;
93: zoomSTLowRes = NSButton;
94: };
95: SUPERCLASS = NSObject;
96: },
97: {
98: ACTIONS = {
99: captureAnimation = id;
100: captureScreen = id;
101: captureSound = id;
102: coldReset = id;
103: doFullScreen = id;
104: endCaptureAnimation = id;
105: endCaptureSound = id;
106: help = id;
107: insertDiskA = id;
108: insertDiskB = id;
109: prefsMenu = id;
110: restoreMemorySnap = id;
111: saveMemorySnap = id;
112: warmReset = id;
113: };
114: CLASS = SDLMain;
115: LANGUAGE = ObjC;
116: OUTLETS = {
117: beginCaptureAnim = id;
118: beginCaptureSound = id;
119: endCaptureAnim = id;
120: endCaptureSound = id;
121: };
122: SUPERCLASS = NSObject;
123: }
124: );
125: IBVersion = 1;
126: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.