removed unused terminal_intf (nw)

This commit is contained in:
smf- 2014-01-11 20:51:31 +00:00
parent 320bb48f46
commit a4c4719fd4

View File

@ -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()