summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc2.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/bfm_sc2.cpp
parente974e71062650b9270045eadcfaeda84cc62e5e1 (diff)
removed declarations from H files that are not defined in CPP (nw)
Diffstat (limited to 'src/mame/drivers/bfm_sc2.cpp')
-rw-r--r--src/mame/drivers/bfm_sc2.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/bfm_sc2.cpp b/src/mame/drivers/bfm_sc2.cpp
index 6ceb2a192bf..adb2bf7d7a2 100644
--- a/src/mame/drivers/bfm_sc2.cpp
+++ b/src/mame/drivers/bfm_sc2.cpp
@@ -298,8 +298,6 @@ public:
DECLARE_WRITE8_MEMBER(vfd2_data_w);
DECLARE_WRITE8_MEMBER(e2ram_w);
DECLARE_READ8_MEMBER(direct_input_r);
- DECLARE_READ8_MEMBER(sc3_expansion_r);
- DECLARE_WRITE8_MEMBER(sc3_expansion_w);
int recdata(int changed, int data);
DECLARE_WRITE8_MEMBER(nec_reset_w);
DECLARE_WRITE8_MEMBER(nec_latch_w);