summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/poly880.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/poly880.h')
-rw-r--r--src/mess/includes/poly880.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/poly880.h b/src/mess/includes/poly880.h
index e11c7942cf1..1276f82238c 100644
--- a/src/mess/includes/poly880.h
+++ b/src/mess/includes/poly880.h
@@ -24,7 +24,7 @@ public:
poly880_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
- m_cassette(*this, CASSETTE_TAG),
+ m_cassette(*this, "cassette"),
m_ki1(*this, "KI1"),
m_ki2(*this, "KI2"),
m_ki3(*this, "KI3")