summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2014-03-19 07:55:52 +0000
committer Curt Coder <curtcoder@mail.com>2014-03-19 07:55:52 +0000
commitfdc8593fe19817397ddf69a27291d44ff56f793e (patch)
tree4f9f47e6a46df30fa693dbb6e1ced43b5bebd67d /src/mess/machine
parent53973835dcecbc64bac66dc219f0b8b2a1545a2b (diff)
mc6843: devcb2. (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r--src/mess/machine/thomflop.c5
-rw-r--r--src/mess/machine/thomflop.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mess/machine/thomflop.c b/src/mess/machine/thomflop.c
index feb6b4c6ac4..659f1bd9992 100644
--- a/src/mess/machine/thomflop.c
+++ b/src/mess/machine/thomflop.c
@@ -439,11 +439,6 @@ void thomson_state::to7_5p14sd_reset()
}
-
-const mc6843_interface to7_6843_itf = { DEVCB_NULL };
-
-
-
void thomson_state::to7_5p14sd_init()
{
LOG(( "to7_5p14sd_init: CD 90-015 controller\n" ));
diff --git a/src/mess/machine/thomflop.h b/src/mess/machine/thomflop.h
index 564441f9465..8424adfb1bb 100644
--- a/src/mess/machine/thomflop.h
+++ b/src/mess/machine/thomflop.h
@@ -14,7 +14,6 @@
#include "machine/mc6843.h"
#include "machine/mc6854.h"
-extern const mc6843_interface to7_6843_itf;
extern const mc6854_interface to7_network_iface;
extern UINT8 to7_controller_type; /* set during init */