| 7504 | } |
| 7505 | |
| 7506 | static const int *getlightpen(int port, int submode) |
| 7507 | { |
| 7508 | switch (submode) |
| 7509 | { |
| 7510 | case 1: |
| 7511 | return port ? ip_lightpen2_trojan : ip_lightpen1_trojan; |
| 7512 | default: |
| 7513 | return port ? ip_lightpen2 : ip_lightpen1; |
| 7514 | } |
| 7515 | } |
| 7516 | |
| 7517 | static void setjoyinputs (struct uae_prefs *prefs, int port) |
| 7518 | { |
no outgoing calls
no test coverage detected