C# Class C64Lib.Memory.KernalRom

Inheritance: C64Lib.Memory.Base.RomBase
Show file Open project: rosc77/vita64 Class Usage Examples

Public Methods

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

Method Details

KernalRom() public method

public KernalRom ( ) : C64Lib.Memory.Base
return C64Lib.Memory.Base

Patch() public method

public Patch ( bool fastReset, bool emulate1541Processor, byte originalKernal1d84, byte originalKernal1d85 ) : void
fastReset bool
emulate1541Processor bool
originalKernal1d84 byte
originalKernal1d85 byte
return void