Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ JOYGET
Function
JOYGET
src/inputdevice.cpp:3754–3760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3752
}
3753
3754
uae_u16 JOYGET (int num)
3755
{
3756
uae_u16 v;
3757
v = getjoystate (num);
3758
v = dongle_joydat (num, v);
3759
return v;
3760
}
3761
3762
void JOYSET (int num, uae_u16 dat)
3763
{
Callers
1
save_custom
Function · 0.85
Calls
2
getjoystate
Function · 0.85
dongle_joydat
Function · 0.85
Tested by
no test coverage detected