summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco.c
diff options
context:
space:
mode:
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)