using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BizHawk.Emulation.Consoles.GB { public partial class GB { private byte[] OAM; private byte[] VRAM; } }