Merge pull request #8695 from howard0su/warning_hw

HW: cleanup warnings of -Wtype-limits
This commit is contained in:
Léo Lam
2020-04-28 13:13:22 +02:00
committed by GitHub

View File

@ -314,7 +314,7 @@ void CEXIIPL::TransferByte(u8& data)
}
};
if (IN_RANGE(ROM))
if (address < ROM_BASE + ROM_SIZE)
{
if (!m_command.is_write())
{