mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
removed unused terminal_intf (nw)
This commit is contained in:
parent
320bb48f46
commit
a4c4719fd4
@ -35,7 +35,6 @@
|
||||
#include "machine/i8155.h"
|
||||
#include "machine/i8355.h"
|
||||
#include "machine/ram.h"
|
||||
#include "machine/terminal.h"
|
||||
|
||||
/* Memory Maps */
|
||||
|
||||
@ -180,11 +179,6 @@ static DEVICE_INPUT_DEFAULTS_START( terminal )
|
||||
DEVICE_INPUT_DEFAULTS( "TERM_STOPBITS", 0xff, 0x00 ) // 1
|
||||
DEVICE_INPUT_DEFAULTS_END
|
||||
|
||||
static const serial_terminal_interface terminal_intf =
|
||||
{
|
||||
DEVCB_NULL
|
||||
};
|
||||
|
||||
/* Machine Initialization */
|
||||
|
||||
void exp85_state::machine_start()
|
||||
|
Loading…
Reference in New Issue
Block a user