summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s8.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-25 18:32:51 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-25 18:32:51 +0100
commit1221debdc950be86cfbb8ea5cc7b542a7cf53639 (patch)
tree19d1df61841f526a65c303e3ed842b0611fb1251 /src/mame/drivers/s8.cpp
parente974e71062650b9270045eadcfaeda84cc62e5e1 (diff)
removed declarations from H files that are not defined in CPP (nw)
Diffstat (limited to 'src/mame/drivers/s8.cpp')
-rw-r--r--src/mame/drivers/s8.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/s8.cpp b/src/mame/drivers/s8.cpp
index ccbc8378917..ee832eb5c14 100644
--- a/src/mame/drivers/s8.cpp
+++ b/src/mame/drivers/s8.cpp
@@ -75,7 +75,6 @@ public:
DECLARE_WRITE8_MEMBER(sol2_w) { }; // solenoids 8-15
DECLARE_WRITE8_MEMBER(sol3_w); // solenoids 0-7
DECLARE_WRITE8_MEMBER(sound_w);
- DECLARE_READ8_MEMBER(dips_r);
DECLARE_READ8_MEMBER(switch_r);
DECLARE_WRITE8_MEMBER(switch_w);
DECLARE_READ_LINE_MEMBER(pia21_ca1_r);