summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugwindowhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/osx/debugwindowhandler.h')
-rw-r--r--src/osd/modules/debugger/osx/debugwindowhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugwindowhandler.h b/src/osd/modules/debugger/osx/debugwindowhandler.h
index ba0f75fadad..4c157d825f8 100644
--- a/src/osd/modules/debugger/osx/debugwindowhandler.h
+++ b/src/osd/modules/debugger/osx/debugwindowhandler.h
@@ -90,6 +90,9 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification;
- (id <MAMEDebugViewExpressionSupport>)documentView;
+- (NSString *)expression;
+- (void)setExpression:(NSString *)expression;
+
- (IBAction)doExpression:(id)sender;
- (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor;