acorn/bbc.cpp, alpha/equites.cpp: Fix validation

This commit is contained in:
AJR 2024-10-13 19:29:26 -04:00
parent 29c920af73
commit 89f45fc8a8
2 changed files with 2 additions and 2 deletions

View file

@ -257,7 +257,7 @@ protected:
optional_memory_bank m_bank2; // bbcbp bbcbp128 bbcm
optional_device<address_map_bank_device> m_bankdev; // bbcm
optional_ioport m_bbcconfig;
required_ioport m_statid;
optional_ioport m_statid;
output_finder<> m_motor_led;

View file

@ -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")