C# 클래스 Zeal.Compiler.Helper.CpuAddressConverter

파일 보기 프로젝트 열기: zealsnes/compiler

공개 메소드들

메소드 설명
PhysicalToRAM ( int address, MapMode mode, RomSpeed romSpeed ) : int
RAMToPhysical ( int address, MapMode mode ) : int

메소드 상세

PhysicalToRAM() 공개 정적인 메소드

public static PhysicalToRAM ( int address, MapMode mode, RomSpeed romSpeed ) : int
address int
mode MapMode
romSpeed RomSpeed
리턴 int

RAMToPhysical() 공개 정적인 메소드

public static RAMToPhysical ( int address, MapMode mode ) : int
address int
mode MapMode
리턴 int