| 4524 | } |
| 4525 | |
| 4526 | uae_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 | |
| 4541 | static int check_input_queue (int evt) |
| 4542 | { |
no test coverage detected