mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Removed not used code (nw)
This commit is contained in:
parent
985afe417c
commit
6f8af5deb3
@ -121,17 +121,6 @@ static output_delegate output_cb[OUTPUT_CHANNEL_COUNT] =
|
||||
CORE IMPLEMENTATION
|
||||
***************************************************************************/
|
||||
|
||||
/*-------------------------------------------------
|
||||
mame_is_valid_machine - return true if the
|
||||
given machine is valid
|
||||
-------------------------------------------------*/
|
||||
|
||||
int mame_is_valid_machine(running_machine &machine)
|
||||
{
|
||||
return (&machine == global_machine);
|
||||
}
|
||||
|
||||
|
||||
/*-------------------------------------------------
|
||||
mame_execute - run the core emulation
|
||||
-------------------------------------------------*/
|
||||
|
@ -96,9 +96,6 @@ extern const char build_version[];
|
||||
/* execute as configured by the OPTION_SYSTEMNAME option on the specified options */
|
||||
int mame_execute(emu_options &options, osd_interface &osd);
|
||||
|
||||
/* return true if the given machine is valid */
|
||||
int mame_is_valid_machine(running_machine &machine);
|
||||
|
||||
|
||||
|
||||
/* ----- output management ----- */
|
||||
|
Loading…
Reference in New Issue
Block a user