mirror of
https://github.com/holub/mame
synced 2025-07-16 14:58:52 +03:00
mc88200: appease clang
This commit is contained in:
parent
0e68b27486
commit
7e5b151633
@ -692,9 +692,8 @@ template <typename T> std::optional<T> mc88200_device::cache_read(u32 physical_a
|
||||
{
|
||||
case 1: return T(data >> ((physical_address & 3) * 8));
|
||||
case 2: return T(data >> ((physical_address & 3) * 8));
|
||||
case 4: return T(data);
|
||||
}
|
||||
|
||||
return T(data);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user