summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/consoleview.h
blob: 2a6fff78a8cda95d7afa339ae66ad9d4b0fc253f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// license:BSD-3-Clause
// copyright-holders:Vas Crabb
//============================================================
//
//  consoleview.h - MacOS X Cocoa debug window handling
//
//============================================================

#import "debugosx.h"

#import "debugview.h"

#include "emu.h"

#import <Cocoa/Cocoa.h>


@interface MAMEConsoleView : MAMEDebugView
{
}

- (id)initWithFrame:(NSRect)f machine:(running_machine &)m;

@end