Esempio n. 1
0
void memory_writeport(void *userdata, uint16 addr, uint8 byte)
{
	qsf_memory_writeport(userdata, addr, byte);
}
Esempio n. 2
0
void memory_writeport(uint16 addr, uint8 byte)
{
	qsf_memory_writeport(addr, byte);
}