Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
U
 Update
V
 VBlank, PPU
W
 winFunc
 Write16, Memory
 Write32, Memory
 Write8, Memory
 WriteRegisterName, CPU
bool Update(int cycles)
Updates the logic of the debugger.
void Update()
Updates Window logic.
inline void VBlank()
Generates a VBlank interrupt.
void* winFunc(void *args)
OpenGL Window and rendering thread entry point.
inline void Write16(uint32_t addr,
uint16_t v)
Writes 16 bit at the given emulated address.
inline void Write32(uint32_t addr,
uint32_t v)
Writes 32 bit at the given emulated address.
inline void Write8(uint32_t addr,
uint8_t v)
Writes 8 bit at the given emulated address.
void WriteRegisterName(char *buffer,
int id)
Obsolete Function, now not working.
Close