References a pointer table in a ROM image. More...
Public Member Functions | |
PointerTable (Rom rom, pHRom offset) | |
Creates a PointerTable object. | |
PointerTable (Rom rom, pHRom offset, int count) | |
Creates a PointerTable object. | |
Properties | |
int | Count [get, set] |
Gets the specified size of this pointer table. This is for reference only. This value is not used internally. | |
pCpu | this [int i] [get, set] |
Gets/sets the value of a pointer in the table. |
References a pointer table in a ROM image.
Creates a PointerTable object.
rom | The Rom. | |
offset | The offset of the pointer table. |
Creates a PointerTable object.
rom | The Rom. | |
offset | The offset of the pointer table. | |
count | The size of the pointer table. This value is for reference only and is not used internally. |
int Romulus.Nes.PointerTable.Count [get, set] |
Gets the specified size of this pointer table. This is for reference only. This value is not used internally.
pCpu Romulus.Nes.PointerTable.this[int i] [get, set] |
Gets/sets the value of a pointer in the table.
i | The index of the pointer in the table. |