summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-07-04 23:27:32 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-07-04 23:27:32 -0400
commit015d55d8f7a9dbfcc76cc0caa827f40daeaeaf23 (patch)
tree1950a2603cdc998a7200d3fbdf263186d5beede6
parent1bb565da36017f27a5c844969d914cd76d920405 (diff)
Fix validation of pippin (nw)
-rw-r--r--src/mame/includes/macpci.h2
1 files changed, 1 insertions, 1 deletions
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<awacs_device> m_awacs;
required_device<cuda_device> m_cuda;
required_device<ram_device> m_ram;
- required_device<scc8530_t> m_scc;
+ optional_device<scc8530_t> m_scc;
optional_device<ncr539x_device> m_539x_1;
optional_device<ncr539x_device> m_539x_2;