BizHawk/BizHawk.Emulation/Consoles/GB/Graphics.cs

14 lines
223 B
C#

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;
}
}