diff --git a/Ample/AppDelegate.m b/Ample/AppDelegate.m index 22e791f..22c94bc 100644 --- a/Ample/AppDelegate.m +++ b/Ample/AppDelegate.m @@ -208,5 +208,14 @@ [ws openURL: url]; } +- (IBAction)mameMac68kWiki:(id)sender { + NSWorkspace *ws = [NSWorkspace sharedWorkspace]; + + NSURL *url = [NSURL URLWithString: @"https://wiki.mamedev.org/index.php/Driver:Mac_68K"]; + [ws openURL: url]; +} + + + @end diff --git a/Ample/Base.lproj/MainMenu.xib b/Ample/Base.lproj/MainMenu.xib index 4d2dfb4..43d1ed4 100644 --- a/Ample/Base.lproj/MainMenu.xib +++ b/Ample/Base.lproj/MainMenu.xib @@ -451,7 +451,13 @@ - + + + + + + +