Line 81: |
Line 81: |
| |- | | |- |
| | 0x1A | | | 0x1A |
− | | CreateTimer(Handle* timer, | + | | CreateTimer(Handle* timer, ResetType resettype) |
| |- | | |- |
| | 0x1B | | | 0x1B |
− | | SetTimer | + | | SetTimer(Handle timer, s64 initial, s64 interval) |
| |- | | |- |
| | 0x1C | | | 0x1C |
− | | CancelTimer | + | | CancelTimer(Handle timer) |
| |- | | |- |
| | 0x1D | | | 0x1D |
− | | ClearTimer | + | | ClearTimer(Handle timer) |
| |- | | |- |
| | 0x1E | | | 0x1E |
− | | CreateMemoryBlock | + | | CreateMemoryBlock(Handle* memblock, u32 memory, u32 size, u32 mypermission, u32 otherpermission) |
| |- | | |- |
| | 0x1F | | | 0x1F |
− | | MapMemoryBlock(Handle, unsigned int Addr, unsigned int Permissions, unsigned int Unk) | + | | MapMemoryBlock(Handle memblock, u32 addr, u32 mypermissions, u32 otherpermission) |
| |- | | |- |
| | 0x20 | | | 0x20 |
− | | UnmapMemoryBlock | + | | UnmapMemoryBlock(Handle memblock, u32 addr) |
| |- | | |- |
| | 0x21 | | | 0x21 |
− | | CreateAddressArbiter | + | | CreateAddressArbiter(Handle* arbiter) |
| |- | | |- |
| | 0x22 | | | 0x22 |
− | | ArbitrateAddress | + | | ArbitrateAddress(Handle arbiter, u32 addr, ArbitrationType type, s32 value) |
| |- | | |- |
| | 0x23 | | | 0x23 |
− | | CloseHandle(Handle) | + | | CloseHandle(Handle handle) |
| |- | | |- |
| | 0x24 | | | 0x24 |