Skip to content
Permalink
Browse files
Merge pull request #8695 from howard0su/warning_hw
HW: cleanup warnings of -Wtype-limits
  • Loading branch information
leoetlino committed Apr 28, 2020
2 parents fa7d6c8 + 3f72bc3 commit 586af0a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -314,7 +314,7 @@ void CEXIIPL::TransferByte(u8& data)
}
};

if (IN_RANGE(ROM))
if (address < ROM_BASE + ROM_SIZE)
{
if (!m_command.is_write())
{

0 comments on commit 586af0a

Please sign in to comment.