예제 #1
0
파일: TileMap.cs 프로젝트: gb-archive/DMG
 byte GetTileIndex(byte index)
 {
     return(memory.ReadByte((ushort)(vramOffset + index)));
 }