84 |
|
IBOutlet NSTextField *MB, |
85 |
|
*modem; |
86 |
|
IBOutlet NSButton *openGL; |
87 |
< |
IBOutlet NSTextField *printer; |
87 |
> |
IBOutlet NSTextField *prefsFile, |
88 |
> |
*printer; |
89 |
|
IBOutlet NSButton *quadra900; |
90 |
|
IBOutlet NSTextField *ROMfile; |
91 |
|
IBOutlet NSButton *screen; |
111 |
|
|
112 |
|
- (IBAction) AddSCSI: (id)sender; |
113 |
|
- (IBAction) AddVolume: (id)sender; |
113 |
– |
//- (IBAction) BrowseEtherNet:(id)sender; |
114 |
|
- (IBAction) BrowseExtFS: (id)sender; |
115 |
< |
//- (IBAction) BrowseModem: (id)sender; |
116 |
< |
//- (IBAction) BrowsePrinter: (id)sender; |
115 |
> |
- (IBAction) BrowsePrefs: (id)sender; |
116 |
|
- (IBAction) BrowseROM: (id)sender; |
117 |
|
- (IBAction) ChangeBootFrom: (NSMatrix *)sender; |
118 |
|
- (IBAction) ChangeCPU: (NSMatrix *)sender; |
132 |
|
- (IBAction) EditModemDevice: (NSTextField *)sender; |
133 |
|
- (IBAction) EditPrinterDevice: (NSTextField *)sender; |
134 |
|
- (IBAction) EditROMpath: (NSTextField *)sender; |
135 |
+ |
- (IBAction) LoadPrefs: (id)sender; |
136 |
|
- (IBAction) RemoveSCSI: (id)sender; |
137 |
|
- (IBAction) RemoveVolume: (id)sender; |
138 |
< |
- (const char *) RemoveVolumeEntry; |
138 |
> |
- (NSString *) RemoveVolumeEntry; |
139 |
|
- (IBAction) ResetPrefs: (id)sender; |
140 |
|
- (IBAction) ShowPrefs: (id)sender; |
141 |
|
- (IBAction) SavePrefs: (id)sender; |