mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Revert "fixed commented validation to show all cases (nw)"
This reverts commit feef4e980e
.
This commit is contained in:
parent
eaa4b31868
commit
08c512d923
@ -282,7 +282,7 @@ void screen_device::device_validity_check(validity_checker &valid) const
|
||||
if (m_palette != NULL && texformat == TEXFORMAT_RGB32)
|
||||
osd_printf_warning("Screen does not need palette defined\n");
|
||||
|
||||
// if (m_orientation != (valid.driver()->flags & ORIENTATION_MASK))
|
||||
// if (m_orientation != (valid.driver()->flags & ORIENTATION_MASK) && ((valid.driver()->flags & ORIENTATION_MASK)== ROT180))
|
||||
// osd_printf_error("Screen orientation does not match\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user