summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-05-02 17:19:09 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-05-02 17:19:09 +0000
commit22457cd9cef4d84293ecfaac2d5f7c3d3aa8d728 (patch)
tree90130209944a6a727ce14e71dcae2414f0ba7af7 /src/mess/machine/coco.c
parent3f73720885195bf21229e1a8e89a982a818e503b (diff)
cassette config moved inline (nw)
Diffstat (limited to 'src/mess/machine/coco.c')
-rw-r--r--src/mess/machine/coco.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mess/machine/coco.c b/src/mess/machine/coco.c
index 2a9ec8143b5..19fa5fd1b12 100644
--- a/src/mess/machine/coco.c
+++ b/src/mess/machine/coco.c
@@ -57,7 +57,6 @@ DAC and bitbanger values written should be reflected in the read.
#include "includes/coco.h"
#include "cpu/m6809/m6809.h"
-#include "formats/coco_cas.h"
#include "debug/debugcpu.h"
@@ -1199,19 +1198,6 @@ const cococart_interface coco_state::cartridge_config =
};
-//-------------------------------------------------
-// coco_cassette_interface
-//-------------------------------------------------
-
-const cassette_interface coco_state::coco_cassette_interface =
-{
- coco_cassette_formats,
- NULL,
- (cassette_state)(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_MUTED),
- NULL
-};
-
-
/***************************************************************************
DISASSEMBLY OVERRIDE (OS9 syscalls)