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

Function JOY0DAT

src/inputdevice.cpp:3730–3740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3728}
3729
3730uae_u16 JOY0DAT (void)
3731{
3732 uae_u16 v;
3733 readinput ();
3734 v = getjoystate (0);
3735 v = dongle_joydat (0, v);
3736#ifdef ARCADIA
3737 v = alg_joydat(0, v);
3738#endif
3739 return v;
3740}
3741
3742uae_u16 JOY1DAT (void)
3743{

Callers 1

custom_wget_1Function · 0.85

Calls 4

readinputFunction · 0.85
getjoystateFunction · 0.85
dongle_joydatFunction · 0.85
alg_joydatFunction · 0.85

Tested by

no test coverage detected