nes.cpu

Undocumented in source.

Members

Aliases

InstructionFuncType
alias InstructionFuncType = void delegate(stepInfo*)
Undocumented in source.

Classes

CPU
class CPU
Undocumented in source.

Enums

IrqSource
enum IrqSource
Undocumented in source.
modeAbsolute
anonymousenum modeAbsolute
Undocumented in source.

Functions

pagesDiffer
bool pagesDiffer(ushort a, ushort b)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CPUFrequency
enum CPUFrequency;
Undocumented in source.

Structs

stepInfo
struct stepInfo
Undocumented in source.

Variables

instructionModes
ubyte[256] instructionModes;
Undocumented in source.
instructionNames
string[256] instructionNames;
Undocumented in source.
instructionSizes
ubyte[256] instructionSizes;
Undocumented in source.

Meta