summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tanex.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-07-29 00:06:26 +1000
committer AJR <ajrhacker@users.noreply.github.com>2019-07-29 08:55:46 -0400
commitc8cdb8caad23bad50d0e26a331f39384922084e7 (patch)
treeaa45d55c2d8fce09ecec5926f909f560b35d1c7e /src/devices/bus/tanbus/tanex.h
parentd90e110a816417c39c04324ba6445f1da54098ba (diff)
fix clang build (nw)
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;
};