mirror of
https://github.com/holub/mame
synced 2025-05-12 00:58:53 +03:00
Apple GCC apparently thinks foo&3 can be > 3. (no whatsnew)
This commit is contained in:
parent
9ef0bcf8f2
commit
c40b7a4304
@ -353,7 +353,7 @@ int naomibd_get_type(device_t *device)
|
||||
// M1 decryption/decompression
|
||||
static UINT8 naomibd_m1dec_readbyte(naomibd_state *naomibd)
|
||||
{
|
||||
UINT8 v;
|
||||
UINT8 v = 0;
|
||||
|
||||
switch (naomibd->prot.s_in_pos & 3)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user