summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/nascom1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/nascom1.c')
-rw-r--r--src/mess/machine/nascom1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/nascom1.c b/src/mess/machine/nascom1.c
index f609d95f956..538a1be0540 100644
--- a/src/mess/machine/nascom1.c
+++ b/src/mess/machine/nascom1.c
@@ -110,7 +110,6 @@ READ8_MEMBER(nascom1_state::nascom1_port_00_r)
WRITE8_MEMBER(nascom1_state::nascom1_port_00_w)
{
-
machine().device<cassette_image_device>(CASSETTE_TAG)->change_state(
( data & 0x10 ) ? CASSETTE_MOTOR_ENABLED : CASSETTE_MOTOR_DISABLED,CASSETTE_MASK_MOTOR );