summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs
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/vcs
parentccc677d0e5b6af7312d690565c5194030e225e7c (diff)
cleanup
Diffstat (limited to 'src/devices/bus/vcs')
-rw-r--r--src/devices/bus/vcs/compumat.h2
-rw-r--r--src/devices/bus/vcs/dpc.h3
-rw-r--r--src/devices/bus/vcs/harmony_melody.h2
3 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/bus/vcs/compumat.h b/src/devices/bus/vcs/compumat.h
index 80f1df069fd..3db7f5fa0e6 100644
--- a/src/devices/bus/vcs/compumat.h
+++ b/src/devices/bus/vcs/compumat.h
@@ -24,8 +24,6 @@ public:
// reading and writing
virtual DECLARE_READ8_MEMBER(read_rom);
-
-private:
};
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;
};
diff --git a/src/devices/bus/vcs/harmony_melody.h b/src/devices/bus/vcs/harmony_melody.h
index 4d704b39c75..3bc520c10b9 100644
--- a/src/devices/bus/vcs/harmony_melody.h
+++ b/src/devices/bus/vcs/harmony_melody.h
@@ -29,8 +29,6 @@ public:
void check_bankswitch(offs_t offset);
-protected:
-
private:
required_device<lpc210x_device> m_cpu;
};