C# Class UnityGB.ROM

Inheritance: ICartridge
Mostrar archivo Open project: Takohi-Jona/unity-gb

Public Methods

Method Description
GetSavedData ( ) : byte[]
ROM ( byte fileData ) : System
ReadByte ( int address ) : int
WriteByte ( int address, int value ) : void

Method Details

GetSavedData() public method

public GetSavedData ( ) : byte[]
return byte[]

ROM() public method

public ROM ( byte fileData ) : System
fileData byte
return System

ReadByte() public method

public ReadByte ( int address ) : int
address int
return int

WriteByte() public method

public WriteByte ( int address, int value ) : void
address int
value int
return void