diff options
author | 2015-12-05 08:55:05 +0100 | |
---|---|---|
committer | 2015-12-05 08:55:05 +0100 | |
commit | a8684b4b03e77e25153d38bb245554253db10fce (patch) | |
tree | fdd3f3a40859a08855ac79c2681924162885801c /src/devices/bus/astrocde/exp.h | |
parent | ccc677d0e5b6af7312d690565c5194030e225e7c (diff) |
cleanup
Diffstat (limited to 'src/devices/bus/astrocde/exp.h')
-rw-r--r-- | src/devices/bus/astrocde/exp.h | 2 |
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: }; |