C# Class C64Lib.Core.MOS6510State

Datei anzeigen Open project: rosc77/vita64

Public Properties

Property Type Description
a byte
ddr byte
dfff_byte byte
instruction_complete bool
intr InterruptState6510
nmi_state bool
p byte
pc System.UInt16
sp byte

Property Details

a public_oe property

public byte a
return byte

ddr public_oe property

public byte ddr
return byte

dfff_byte public_oe property

public byte dfff_byte
return byte

instruction_complete public_oe property

public bool instruction_complete
return bool

intr public_oe property

public InterruptState6510,C64Lib.Core intr
return InterruptState6510

nmi_state public_oe property

public bool nmi_state
return bool

p public_oe property

public byte p
return byte

pc public_oe property

public UInt16,System pc
return System.UInt16

sp public_oe property

public byte sp
return byte