summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/williams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/williams.cpp')
-rw-r--r--src/mame/machine/williams.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/machine/williams.cpp b/src/mame/machine/williams.cpp
index 34576e80b34..1c03c4f60ee 100644
--- a/src/mame/machine/williams.cpp
+++ b/src/mame/machine/williams.cpp
@@ -467,13 +467,6 @@ MACHINE_START_MEMBER(tshoot_state,tshoot)
}
-CUSTOM_INPUT_MEMBER(tshoot_state::gun_r)
-{
- int data = m_gun[(uintptr_t)param]->read();
- return (data & 0x3f) ^ ((data & 0x3f) >> 1);
-}
-
-
WRITE_LINE_MEMBER(tshoot_state::maxvol_w)
{
/* something to do with the sound volume */