redefine elementary mathematics

This commit is contained in:
zeromus 2010-04-20 21:06:45 +00:00
parent 07d7d2c01d
commit df589d321a
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ void DebugNotify::ReadBeyondEndOfCart(u32 addr, u32 romsize)
{
#ifdef DEVELOPER
if(!ping(DEBUG_NOTIFY_READ_BEYOND_END_OF_CART)) return;
INFO("Reading beyond end of cart! ... %08X > %08X\n",addr,romsize);
INFO("Reading beyond end of cart! ... %08X >= %08X\n",addr,romsize);
#endif
}