mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +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
|
||||
{
|
||||
if (addr >= 0x00100000)
|
||||
error("translate_scene_graph_address(): addr = %08X", addr);
|
||||
//if (addr >= 0x00100000)
|
||||
// error("translate_scene_graph_address(): addr = %08X", addr);
|
||||
return (UINT32 *) &culling_ram_8c[(addr & 0x000FFFFF) * 4];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue