C# Class C64Lib.Memory.KernalRom

Inheritance: C64Lib.Memory.Base.RomBase
Afficher le fichier Open project: rosc77/vita64 Class Usage Examples

Méthodes publiques

Méthode Description
KernalRom ( ) : C64Lib.Memory.Base
Patch ( bool fastReset, bool emulate1541Processor, byte originalKernal1d84, byte originalKernal1d85 ) : void

Method Details

KernalRom() public méthode

public KernalRom ( ) : C64Lib.Memory.Base
Résultat C64Lib.Memory.Base

Patch() public méthode

public Patch ( bool fastReset, bool emulate1541Processor, byte originalKernal1d84, byte originalKernal1d85 ) : void
fastReset bool
emulate1541Processor bool
originalKernal1d84 byte
originalKernal1d85 byte
Résultat void