diff --git a/Cocoa/GBApp.m b/Cocoa/GBApp.m
index 8c85c52..20efd63 100644
--- a/Cocoa/GBApp.m
+++ b/Cocoa/GBApp.m
@@ -634,6 +634,16 @@ static uint32_t color_to_int(NSColor *color)
return ret;
}
+- (IBAction)openDebuggerHelp:(id)sender
+{
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://sameboy.github.io/debugger/"]];
+}
+
+- (IBAction)openSponsor:(id)sender
+{
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/sponsors/LIJI32"]];
+}
+
- (void)dealloc
{
if (_downloadDirectory) {
diff --git a/Cocoa/MainMenu.xib b/Cocoa/MainMenu.xib
index 386d2e2..66920d8 100644
--- a/Cocoa/MainMenu.xib
+++ b/Cocoa/MainMenu.xib
@@ -29,6 +29,12 @@
+