summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/cassette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/cassette.h')
-rw-r--r--src/devices/imagedev/cassette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/cassette.h b/src/devices/imagedev/cassette.h
index eb375f8afed..3825a806af2 100644
--- a/src/devices/imagedev/cassette.h
+++ b/src/devices/imagedev/cassette.h
@@ -74,7 +74,7 @@ public:
// specific implementation
cassette_state get_state() { return m_state; }
- void set_state(cassette_state state) { change_state(m_state, (cassette_state)(~0)); }
+ void set_state(cassette_state state) { change_state(state, (cassette_state)(~0)); }
void change_state(cassette_state state, cassette_state mask);
double input();