diff options
author | 2018-02-24 22:54:12 +0100 | |
---|---|---|
committer | 2018-02-24 22:55:07 +0100 | |
commit | 9e5c181b7008e037951bfa829185b5cb511b2bad (patch) | |
tree | 6937f26533f198fe5b813815bd6cc89547765c24 | |
parent | db8b3e321ca2df29f40a5426730ca7395d358323 (diff) |
cavenger, etc fix (nw)
-rw-r--r-- | src/mame/includes/ladybug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h index 26f9dcfb10f..9094416eaf8 100644 --- a/src/mame/includes/ladybug.h +++ b/src/mame/includes/ladybug.h @@ -53,8 +53,8 @@ private: required_device<ladybug_video_device> m_video; required_ioport m_port_dsw0; - required_ioport m_p1_control; - required_ioport m_p2_control; + optional_ioport m_p1_control; + optional_ioport m_p2_control; }; |