|
OpenGothic
Open source reimplementation of Gothic I and II
|
This is the complete list of members for Cpu32, including all inherited members.
| Cpu32(DirectMemory &owner, Mem32 &mem32) | Cpu32 | |
| exec(const ptr32_t basePc, const uint8_t *code, size_t len) | Cpu32 | |
| ptr32_t typedef | Cpu32 | |
| register_cdecl(ptr32_t addr, const std::function< R(Args...)> &callback) | Cpu32 | inline |
| register_cdecl(ptr32_t addr, const T &cb) | Cpu32 | inline |
| register_stdcall(ptr32_t addr, const std::function< R(Args...)> &callback) | Cpu32 | inline |
| register_stdcall(ptr32_t addr, const T &cb) | Cpu32 | inline |
| register_thiscall(ptr32_t addr, const std::function< R(Args...)> &callback) | Cpu32 | inline |
| register_thiscall(ptr32_t addr, const T &cb) | Cpu32 | inline |