mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 15:31:22 +00:00
Extra methods and outlets for changing preferences file,
slight tidyup
This commit is contained in:
parent
d30306e659
commit
73ebbba57b
@ -84,7 +84,8 @@
|
||||
IBOutlet NSTextField *MB,
|
||||
*modem;
|
||||
IBOutlet NSButton *openGL;
|
||||
IBOutlet NSTextField *printer;
|
||||
IBOutlet NSTextField *prefsFile,
|
||||
*printer;
|
||||
IBOutlet NSButton *quadra900;
|
||||
IBOutlet NSTextField *ROMfile;
|
||||
IBOutlet NSButton *screen;
|
||||
@ -110,10 +111,8 @@
|
||||
|
||||
- (IBAction) AddSCSI: (id)sender;
|
||||
- (IBAction) AddVolume: (id)sender;
|
||||
//- (IBAction) BrowseEtherNet:(id)sender;
|
||||
- (IBAction) BrowseExtFS: (id)sender;
|
||||
//- (IBAction) BrowseModem: (id)sender;
|
||||
//- (IBAction) BrowsePrinter: (id)sender;
|
||||
- (IBAction) BrowsePrefs: (id)sender;
|
||||
- (IBAction) BrowseROM: (id)sender;
|
||||
- (IBAction) ChangeBootFrom: (NSMatrix *)sender;
|
||||
- (IBAction) ChangeCPU: (NSMatrix *)sender;
|
||||
@ -133,9 +132,9 @@
|
||||
- (IBAction) EditModemDevice: (NSTextField *)sender;
|
||||
- (IBAction) EditPrinterDevice: (NSTextField *)sender;
|
||||
- (IBAction) EditROMpath: (NSTextField *)sender;
|
||||
- (IBAction) LoadPrefs: (id)sender;
|
||||
- (IBAction) RemoveSCSI: (id)sender;
|
||||
- (IBAction) RemoveVolume: (id)sender;
|
||||
//- (const char *) RemoveVolumeEntry;
|
||||
- (NSString *) RemoveVolumeEntry;
|
||||
- (IBAction) ResetPrefs: (id)sender;
|
||||
- (IBAction) ShowPrefs: (id)sender;
|
||||
|
Loading…
Reference in New Issue
Block a user