Searched refs:IntensifyBlue (Results 1 – 4 of 4) sorted by relevance
183 …yGreen ? 0x40 : 0x00) | (_flags.IntensifyRed ? 0x80 : 0x00) | (_flags.IntensifyBlue ? 0x100 : 0x00… in SetState()186 …yRed ? 0x40 : 0x00) | (_flags.IntensifyGreen ? 0x80 : 0x00) | (_flags.IntensifyBlue ? 0x100 : 0x00… in SetState()526 _flags.IntensifyBlue = (_state.Mask & 0x80) == 0x80; in SetMaskRegister()547 …yRed ? 0x40 : 0x00) | (_flags.IntensifyGreen ? 0x80 : 0x00) | (_flags.IntensifyBlue ? 0x100 : 0x00… in SetMaskRegister()1364 …_flags.IntensifyBlue, _paletteRamMask, _intensifyColorBits, _statusFlags.SpriteOverflow, _statusFl… in StreamState()
144 bool IntensifyBlue; member
893 lua_readbool(intensifyBlue, state.PPU.ControlFlags.IntensifyBlue); in SetState()965 lua_pushboolvalue(intensifyBlue, state.PPU.ControlFlags.IntensifyBlue); in GetState()
1399 public Byte IntensifyBlue; field1409 if(IntensifyBlue != 0) mask |= 0x80; in GetMask()