C# Class C64Lib.Core.MOS6510

Emulates the MOS 6510 Processor
Afficher le fichier Open project: rosc77/vita64 Class Usage Examples

Méthodes publiques

Méthode Description
AsyncNMI ( ) : void

Raise NMI asynchronously (NMI pulse)

AsyncReset ( ) : void

Reset CPU asynchronously

ClearCIAIRQ ( ) : void
ClearNMI ( ) : void
ClearVICIRQ ( ) : void
ExtReadByte ( UInt16 adr ) : byte
ExtWriteByte ( UInt16 adr, byte abyte ) : void
MOS6510 ( C64 c64, SystemRam ram, BasicRom basicRom, KernalRom kernelRom, CharacterRom charRom, ColorRam colorRam ) : System
REUReadByte ( UInt16 adr ) : byte
REUWriteByte ( UInt16 adr, byte abyte ) : void
Reset ( ) : void
TriggerCIAIRQ ( ) : void
TriggerNMI ( ) : void
TriggerVICIRQ ( ) : void

Private Methods

Méthode Description
do_adc ( byte abyte ) : void
do_sbc ( byte abyte ) : void
illegal_jump ( UInt16 at, UInt16 to ) : void
illegal_op ( byte op, UInt16 at ) : void
jump ( UInt16 adr ) : void
new_config ( ) : void
read_byte ( UInt16 adr ) : byte
read_byte_io ( UInt16 adr ) : byte
read_emulator_id ( UInt16 adr ) : byte
read_word ( UInt16 adr ) : UInt16
read_zp ( UInt16 adr ) : byte
read_zp_word ( UInt16 adr ) : UInt16
write_byte ( UInt16 adr, byte abyte ) : void
write_byte_io ( UInt16 adr, byte abyte ) : void
write_zp ( UInt16 adr, byte abyte ) : void

Method Details

AsyncNMI() public méthode

Raise NMI asynchronously (NMI pulse)
public AsyncNMI ( ) : void
Résultat void

AsyncReset() public méthode

Reset CPU asynchronously
public AsyncReset ( ) : void
Résultat void

ClearCIAIRQ() public méthode

public ClearCIAIRQ ( ) : void
Résultat void

ClearNMI() public méthode

public ClearNMI ( ) : void
Résultat void

ClearVICIRQ() public méthode

public ClearVICIRQ ( ) : void
Résultat void

ExtReadByte() public méthode

public ExtReadByte ( UInt16 adr ) : byte
adr System.UInt16
Résultat byte

ExtWriteByte() public méthode

public ExtWriteByte ( UInt16 adr, byte abyte ) : void
adr System.UInt16
abyte byte
Résultat void

MOS6510() public méthode

public MOS6510 ( C64 c64, SystemRam ram, BasicRom basicRom, KernalRom kernelRom, CharacterRom charRom, ColorRam colorRam ) : System
c64 C64
ram C64Lib.Memory.SystemRam
basicRom C64Lib.Memory.BasicRom
kernelRom C64Lib.Memory.KernalRom
charRom C64Lib.Memory.CharacterRom
colorRam C64Lib.Memory.ColorRam
Résultat System

REUReadByte() public méthode

public REUReadByte ( UInt16 adr ) : byte
adr System.UInt16
Résultat byte

REUWriteByte() public méthode

public REUWriteByte ( UInt16 adr, byte abyte ) : void
adr System.UInt16
abyte byte
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

TriggerCIAIRQ() public méthode

public TriggerCIAIRQ ( ) : void
Résultat void

TriggerNMI() public méthode

public TriggerNMI ( ) : void
Résultat void

TriggerVICIRQ() public méthode

public TriggerVICIRQ ( ) : void
Résultat void