Свойство | Type | Description | |
---|---|---|---|
DecrementerHandler | void | ||
InternalSetInterrupt | void | ||
IsVleEnabled | uint | ||
ReadDecrementer | uint | ||
ReadTbl | uint | ||
ReadTbu | uint | ||
ResetInterruptEvent | void | ||
WriteDecrementer | void |
Méthode | Description | |
---|---|---|
ClearHookAtBlockBegin ( ) : void | ||
GetRegisterUnsafe ( int register ) : uint | ||
GetRegisters ( ) : int[] | ||
InitFromElf ( ELF |
||
InitFromUImage ( UImage uImage ) : void | ||
OnGPIO ( int number, bool value ) : void | ||
PowerPc ( string cpuType, Emul8.Core.Machine machine, Endianess endianness = Endianess.BigEndian ) : Emul8.Core | ||
SetHookAtBlockBegin ( uint>.Action |
||
SetRegisterUnsafe ( int register, uint value ) : void |
Méthode | Description | |
---|---|---|
DecodeInterrupt ( int number ) : Interrupt | ||
InitializeRegisters ( ) : void |
Méthode | Description | |
---|---|---|
DecrementerHandler ( ) : void | ||
InternalSetInterrupt ( InterruptType interrupt, bool value ) : void | ||
IsVleEnabled ( ) : uint | ||
ReadDecrementer ( ) : uint | ||
ReadTbl ( ) : uint | ||
ReadTbu ( ) : uint | ||
ResetInterruptEvent ( ) : void | ||
WriteDecrementer ( uint value ) : void |
protected DecodeInterrupt ( int number ) : Interrupt | ||
number | int | |
Résultat | Interrupt |
public GetRegisterUnsafe ( int register ) : uint | ||
register | int | |
Résultat | uint |
public InitFromUImage ( UImage uImage ) : void | ||
uImage | UImage | |
Résultat | void |
public OnGPIO ( int number, bool value ) : void | ||
number | int | |
value | bool | |
Résultat | void |
public PowerPc ( string cpuType, Emul8.Core.Machine machine, Endianess endianness = Endianess.BigEndian ) : Emul8.Core | ||
cpuType | string | |
machine | Emul8.Core.Machine | |
endianness | Endianess | |
Résultat | Emul8.Core |
public SetHookAtBlockBegin ( uint>.Action |
||
hook | uint>.Action | |
Résultat | void |
public SetRegisterUnsafe ( int register, uint value ) : void | ||
register | int | |
value | uint | |
Résultat | void |