naomi: Don't spam on DIMM board detection reads. It's disabled for now.

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-08-10 04:56:00 +02:00
parent f2d8ed06f5
commit a0175c8011
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ u32 ReadMem_naomi(u32 Addr, u32 sz)
switch(Addr&255)
{
case 0x3c:
printf("naomi GD? READ: %X, %d\n", Addr, sz);
//printf("naomi GD? READ: %X, %d\n", Addr, sz);
return reg_dimm_3c | (NaomiDataRead ? 0 : -1); //pretend the board isn't there for the bios
case 0x40:
printf("naomi GD? READ: %X, %d\n", Addr, sz);