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/vcs/dpc.h | |
parent | ccc677d0e5b6af7312d690565c5194030e225e7c (diff) |
cleanup
Diffstat (limited to 'src/devices/bus/vcs/dpc.h')
-rw-r--r-- | src/devices/bus/vcs/dpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/vcs/dpc.h b/src/devices/bus/vcs/dpc.h index 9e04ddb2e67..9d79553fbb8 100644 --- a/src/devices/bus/vcs/dpc.h +++ b/src/devices/bus/vcs/dpc.h @@ -83,9 +83,6 @@ public: virtual DECLARE_DIRECT_UPDATE_MEMBER(cart_opbase); virtual void setup_addon_ptr(UINT8 *ptr); - -protected: -// int m_reset_bank; }; |