summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/astrocde/exp.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-05 08:55:05 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-05 08:55:05 +0100
commita8684b4b03e77e25153d38bb245554253db10fce (patch)
treefdd3f3a40859a08855ac79c2681924162885801c /src/devices/bus/astrocde/exp.h
parentccc677d0e5b6af7312d690565c5194030e225e7c (diff)
cleanup
Diffstat (limited to 'src/devices/bus/astrocde/exp.h')
-rw-r--r--src/devices/bus/astrocde/exp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/bus/astrocde/exp.h b/src/devices/bus/astrocde/exp.h
index e691a5b946a..022178bb242 100644
--- a/src/devices/bus/astrocde/exp.h
+++ b/src/devices/bus/astrocde/exp.h
@@ -15,8 +15,6 @@ public:
// reading and writing
virtual DECLARE_READ8_MEMBER(read) { return 0xff; }
virtual DECLARE_WRITE8_MEMBER(write) {}
-
-protected:
};