From 0edad260ed2786fcdf9aed6b6bc756ffa3f40fda Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 16 Sep 2019 09:26:49 -0400 Subject: Fix for alphaone which doesn't have these ports (nw) --- src/mame/includes/mhavoc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/includes/mhavoc.h b/src/mame/includes/mhavoc.h index de6922bb40d..949949ecc2e 100644 --- a/src/mame/includes/mhavoc.h +++ b/src/mame/includes/mhavoc.h @@ -85,8 +85,8 @@ private: optional_device_array m_pokey; optional_device m_tms; output_finder<2> m_lamps; - required_ioport m_coin; - required_ioport m_service; + optional_ioport m_coin; + optional_ioport m_service; uint8_t m_alpha_data; uint8_t m_alpha_rcvd; -- cgit v1.2.3