summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/microtch.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-02-20 17:34:10 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-02-20 17:34:10 +0000
commit8e7764e673c11ac2034e03c6a8c19a2258abd092 (patch)
tree456dfccd56f63c75100bbed359f30890189819da /src/emu/machine/microtch.h
parent721e1726ee8e04656399db496b6563ffaa51de8b (diff)
One more to fix cmpsb (dir /s works now) and remove unused variables. [Carl]
Diffstat (limited to 'src/emu/machine/microtch.h')
-rw-r--r--src/emu/machine/microtch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/machine/microtch.h b/src/emu/machine/microtch.h
index 94418ffefc7..ba3415f60de 100644
--- a/src/emu/machine/microtch.h
+++ b/src/emu/machine/microtch.h
@@ -90,7 +90,6 @@ protected:
virtual void tra_complete();
virtual void rcv_complete();
private:
- int m_count;
bool m_output_valid;
UINT8 m_output;
devcb_resolved_write_line m_out_stx_func;