diff options
author | 2014-03-19 07:55:52 +0000 | |
---|---|---|
committer | 2014-03-19 07:55:52 +0000 | |
commit | fdc8593fe19817397ddf69a27291d44ff56f793e (patch) | |
tree | 4f9f47e6a46df30fa693dbb6e1ced43b5bebd67d /src/mess/machine | |
parent | 53973835dcecbc64bac66dc219f0b8b2a1545a2b (diff) |
mc6843: devcb2. (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r-- | src/mess/machine/thomflop.c | 5 | ||||
-rw-r--r-- | src/mess/machine/thomflop.h | 1 |
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 */ |