Public Member Functions | Properties

Romulus.Nes.PointerTable Class Reference

References a pointer table in a ROM image. More...

List of all members.

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.

Detailed Description

References a pointer table in a ROM image.


Constructor & Destructor Documentation

Romulus.Nes.PointerTable.PointerTable ( Rom  rom,
pHRom  offset 
)

Creates a PointerTable object.

Parameters:
rom The Rom.
offset The offset of the pointer table.
Romulus.Nes.PointerTable.PointerTable ( Rom  rom,
pHRom  offset,
int  count 
)

Creates a PointerTable object.

Parameters:
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.

Property Documentation

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.

Parameters:
i The index of the pointer in the table.
Returns:
A pointer from the table.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events