프로퍼티 | 타입 | 설명 | |
---|---|---|---|
JoyData1 | int | ||
JoyData2 | int | ||
JoyStrobe | byte | ||
WriteOnRam | bool | ||
Zapper |
메소드 | 설명 | |
---|---|---|
LoadCart ( string romPath ) : bool | ||
Memory ( NesEngine engine ) : NesHd.Core.Debugger | ||
Read ( ushort address ) : byte |
Read a value from the memory at a specific address
|
|
Read16 ( ushort address ) : ushort |
Read an address from the memory
|
|
Write ( ushort address, byte value ) : byte |
Write a value into the memory at the specific address
|
메소드 | 설명 | |
---|---|---|
InitializeMemory ( ) : void |
Initialize and clear the memory
|
public Memory ( NesEngine engine ) : NesHd.Core.Debugger | ||
engine | NesEngine | |
리턴 | NesHd.Core.Debugger |