示例#1
0
文件: TileMap.cs 项目: gb-archive/DMG
 byte GetTileIndex(byte index)
 {
     return(memory.ReadByte((ushort)(vramOffset + index)));
 }