// license:BSD-3-Clause // copyright-holders:Vas Crabb //============================================================ // // debugosxconsoleview.h - MacOS X Cocoa debug window handling // // Copyright (c) 1996-2015, Nicola Salmoria and the MAME Team. // Visit http://mamedev.org for licensing and usage restrictions. // //============================================================ #import "debugosx.h" #import "debugosxdebugview.h" #include "emu.h" #import @interface MAMEConsoleView : MAMEDebugView { } - (id)initWithFrame:(NSRect)f machine:(running_machine &)m; @end