C# 클래스 UnityGB.Game

파일 보기 프로젝트 열기: Takohi-Jona/unity-gb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actualChecksum int
actualHeaderChecksum int
cartridge ICartridge
checksum int
gameBoy bool
gameBoyColorGame bool
headerChecksum int
japanese bool
licenseCode int
maskRomVersion int
noHighToLowOfP10ToP13InterruptHandler bool
noLCDCStatusInterruptHandler bool
noSerialTransferCompletionInterruptHandler bool
noTimerOverflowInterruptHandler bool
noVerticalBlankInterruptHandler bool
oldLicenseCode int
ramBanks int
ramSize int
romBanks int
romSize int
romType RomType
title string

공개 메소드들

메소드 설명
Game ( byte fileData, ISaveMemory saveMemory ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ExtractGameTitle ( byte fileData ) : string
Load ( byte fileData, ISaveMemory saveMemory ) : Game

메소드 상세

Game() 공개 메소드

public Game ( byte fileData, ISaveMemory saveMemory ) : System
fileData byte
saveMemory ISaveMemory
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

actualChecksum 공개적으로 프로퍼티

public int actualChecksum
리턴 int

actualHeaderChecksum 공개적으로 프로퍼티

public int actualHeaderChecksum
리턴 int

cartridge 공개적으로 프로퍼티

public ICartridge cartridge
리턴 ICartridge

checksum 공개적으로 프로퍼티

public int checksum
리턴 int

gameBoy 공개적으로 프로퍼티

public bool gameBoy
리턴 bool

gameBoyColorGame 공개적으로 프로퍼티

public bool gameBoyColorGame
리턴 bool

headerChecksum 공개적으로 프로퍼티

public int headerChecksum
리턴 int

japanese 공개적으로 프로퍼티

public bool japanese
리턴 bool

licenseCode 공개적으로 프로퍼티

public int licenseCode
리턴 int

maskRomVersion 공개적으로 프로퍼티

public int maskRomVersion
리턴 int

noHighToLowOfP10ToP13InterruptHandler 공개적으로 프로퍼티

public bool noHighToLowOfP10ToP13InterruptHandler
리턴 bool

noLCDCStatusInterruptHandler 공개적으로 프로퍼티

public bool noLCDCStatusInterruptHandler
리턴 bool

noSerialTransferCompletionInterruptHandler 공개적으로 프로퍼티

public bool noSerialTransferCompletionInterruptHandler
리턴 bool

noTimerOverflowInterruptHandler 공개적으로 프로퍼티

public bool noTimerOverflowInterruptHandler
리턴 bool

noVerticalBlankInterruptHandler 공개적으로 프로퍼티

public bool noVerticalBlankInterruptHandler
리턴 bool

oldLicenseCode 공개적으로 프로퍼티

public int oldLicenseCode
리턴 int

ramBanks 공개적으로 프로퍼티

public int ramBanks
리턴 int

ramSize 공개적으로 프로퍼티

public int ramSize
리턴 int

romBanks 공개적으로 프로퍼티

public int romBanks
리턴 int

romSize 공개적으로 프로퍼티

public int romSize
리턴 int

romType 공개적으로 프로퍼티

public RomType romType
리턴 RomType

title 공개적으로 프로퍼티

public string title
리턴 string