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
commit 586af0a55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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())
{