mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
acorn/bbc.cpp, alpha/equites.cpp: Fix validation
This commit is contained in:
parent
29c920af73
commit
89f45fc8a8
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue