diff options
Diffstat (limited to 'src/devices/bus/tanbus/tanex.h')
-rw-r--r-- | src/devices/bus/tanbus/tanex.h | 2 |
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; }; |