diff --git a/core/hw/sh4/sh4_mem.cpp b/core/hw/sh4/sh4_mem.cpp index 91e05f0a9..e02a38336 100644 --- a/core/hw/sh4/sh4_mem.cpp +++ b/core/hw/sh4/sh4_mem.cpp @@ -324,7 +324,7 @@ u8* GetMemPtr(u32 Addr,u32 size) case 6: case 7: default: - EMUERROR("unsupported area : addr=0x%X",Addr); +// EMUERROR("unsupported area : addr=0x%X",Addr); return 0; } }