summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/vcs_joy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/vcs_joy.h')
-rw-r--r--src/mess/machine/vcs_joy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/vcs_joy.h b/src/mess/machine/vcs_joy.h
index 5873903d056..791ce7663a0 100644
--- a/src/mess/machine/vcs_joy.h
+++ b/src/mess/machine/vcs_joy.h
@@ -41,6 +41,9 @@ protected:
// device_vcs_control_port_interface overrides
virtual UINT8 vcs_joy_r();
+
+private:
+ required_ioport m_joy;
};