From 89f45fc8a8e89152019049f8fe774a13b7a51c51 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 13 Oct 2024 19:29:26 -0400 Subject: acorn/bbc.cpp, alpha/equites.cpp: Fix validation --- src/mame/acorn/bbc.h | 2 +- src/mame/alpha/equites.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/acorn/bbc.h b/src/mame/acorn/bbc.h index fe782d7f037..23b57f386ed 100644 --- a/src/mame/acorn/bbc.h +++ b/src/mame/acorn/bbc.h @@ -257,7 +257,7 @@ protected: optional_memory_bank m_bank2; // bbcbp bbcbp128 bbcm optional_device m_bankdev; // bbcm optional_ioport m_bbcconfig; - required_ioport m_statid; + optional_ioport m_statid; output_finder<> m_motor_led; diff --git a/src/mame/alpha/equites.cpp b/src/mame/alpha/equites.cpp index 03938db70e1..57b5277cfdc 100644 --- a/src/mame/alpha/equites.cpp +++ b/src/mame/alpha/equites.cpp @@ -349,7 +349,7 @@ public: m_screen(*this, "screen"), m_alpha_8201(*this, "alpha_8201"), m_mainlatch(*this, "mainlatch"), - m_in(*this, "IN%U", 0U), + m_in(*this, "IN%u", 0U), m_bg_videoram(*this, "bg_videoram"), m_fg_videoram(*this, "fg_videoram", 0x800, ENDIANNESS_BIG), m_spriteram(*this, "spriteram") -- cgit v1.2.3-70-g09d2