mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
This commit is contained in:
parent
6be3d81e7b
commit
a90668f4b6
|
@ -203,8 +203,8 @@ static UINT32 *translate_scene_graph_address(UINT32 addr)
|
||||||
}
|
}
|
||||||
else // 8C culling RAM
|
else // 8C culling RAM
|
||||||
{
|
{
|
||||||
if (addr >= 0x00100000)
|
//if (addr >= 0x00100000)
|
||||||
error("translate_scene_graph_address(): addr = %08X", addr);
|
// error("translate_scene_graph_address(): addr = %08X", addr);
|
||||||
return (UINT32 *) &culling_ram_8c[(addr & 0x000FFFFF) * 4];
|
return (UINT32 *) &culling_ram_8c[(addr & 0x000FFFFF) * 4];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue