Свойство | Type | Description | |
---|---|---|---|
JoyData1 | int | ||
JoyData2 | int | ||
JoyStrobe | byte | ||
WriteOnRam | bool | ||
Zapper |
Méthode | 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
|
Méthode | Description | |
---|---|---|
InitializeMemory ( ) : void |
Initialize and clear the memory
|
public Memory ( NesEngine engine ) : NesHd.Core.Debugger | ||
engine | NesEngine | |
Résultat | NesHd.Core.Debugger |
public Read ( ushort address ) : byte | ||
address | ushort | The address to read from |
Résultat | byte |
public Write ( ushort address, byte value ) : byte | ||
address | ushort | |
value | byte | |
Résultat | byte |