summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tanex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/tanex.h')
-rw-r--r--src/devices/bus/tanbus/tanex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tanbus/tanex.h b/src/devices/bus/tanbus/tanex.h
index 12f59d567ee..757e75f0224 100644
--- a/src/devices/bus/tanbus/tanex.h
+++ b/src/devices/bus/tanbus/tanex.h
@@ -75,7 +75,7 @@ private:
required_ioport m_config;
std::unique_ptr<uint8_t[]> m_ram;
- emu_timer *m_read_cassette_timer;
+ //emu_timer *m_read_cassette_timer;
};