From 015d55d8f7a9dbfcc76cc0caa827f40daeaeaf23 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 4 Jul 2018 23:27:32 -0400 Subject: Fix validation of pippin (nw) --- src/mame/includes/macpci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/includes/macpci.h b/src/mame/includes/macpci.h index 16536322b27..e53d6ffdd6e 100644 --- a/src/mame/includes/macpci.h +++ b/src/mame/includes/macpci.h @@ -50,7 +50,7 @@ private: optional_device m_awacs; required_device m_cuda; required_device m_ram; - required_device m_scc; + optional_device m_scc; optional_device m_539x_1; optional_device m_539x_2; -- cgit v1.2.3