summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-05-02 12:10:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-05-02 12:10:55 +0000
commit0ac942c9b80ead41b72e4e1dda77e775b6ffc7fa (patch)
tree97d15907bfe8909184259cc3ce3613967dd2709c /src/mess/machine/coco.c
parent2d68fa308fec368614a89f276964356e06b4db81 (diff)
Cleanup of image device interfaces (nw)
Diffstat (limited to 'src/mess/machine/coco.c')
-rw-r--r--src/mess/machine/coco.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/coco.c b/src/mess/machine/coco.c
index a20827733ff..2a9ec8143b5 100644
--- a/src/mess/machine/coco.c
+++ b/src/mess/machine/coco.c
@@ -1208,7 +1208,6 @@ const cassette_interface coco_state::coco_cassette_interface =
coco_cassette_formats,
NULL,
(cassette_state)(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_MUTED),
- NULL,
NULL
};