MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / POTGOR

Function POTGOR

src/inputdevice.cpp:4526–4539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4524}
4525
4526uae_u16 POTGOR (void)
4527{
4528 uae_u16 v;
4529
4530 v = handle_joystick_potgor (potgo_value) & 0x5500;
4531 v = dongle_potgor (v);
4532#if DONGLE_DEBUG
4533 if (M68K_GETPC < 0xe00000)
4534 write_log (_T("POTGOR %04X %s\n"), v, debuginfo(0));
4535#endif
4536 if (inputdevice_logging & 16)
4537 write_log (_T("POTGO_R: %04X %08X %d %d\n"), v, M68K_GETPC, cd32_shifter[0], cd32_shifter[1]);
4538 return v;
4539}
4540
4541static int check_input_queue (int evt)
4542{

Callers 1

custom_wget_1Function · 0.85

Calls 4

handle_joystick_potgorFunction · 0.85
dongle_potgorFunction · 0.85
debuginfoFunction · 0.85
write_logFunction · 0.70

Tested by

no test coverage detected