Property | Type | Description | |
---|---|---|---|
JoyData1 | int | ||
JoyData2 | int | ||
JoyStrobe | byte | ||
WriteOnRam | bool | ||
Zapper |
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
InitializeMemory ( ) : void |
Initialize and clear the memory
|
public Memory ( NesEngine engine ) : NesHd.Core.Debugger | ||
engine | NesEngine | |
return | NesHd.Core.Debugger |
public Read ( ushort address ) : byte | ||
address | ushort | The address to read from |
return | byte |
public Write ( ushort address, byte value ) : byte | ||
address | ushort | |
value | byte | |
return | byte |