mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
Fix operator precedence bug
This commit is contained in:
parent
344078a559
commit
04e9f6bdb9
@ -1767,7 +1767,7 @@ _done_saturn:
|
||||
modechanging = 0;
|
||||
|
||||
// NB. Must check MF_SLOTC3ROM too, as IoHandlerCardsIn() depends on both MF_SLOTCXROM|MF_SLOTC3ROM
|
||||
if ((lastmemmode & MF_SLOTCXROM|MF_SLOTC3ROM) != (memmode & MF_SLOTCXROM|MF_SLOTC3ROM))
|
||||
if ((lastmemmode & (MF_SLOTCXROM|MF_SLOTC3ROM)) != (memmode & (MF_SLOTCXROM|MF_SLOTC3ROM)))
|
||||
{
|
||||
if (SW_SLOTCXROM)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user