| 10176 | } |
| 10177 | |
| 10178 | void pausemode (int mode) |
| 10179 | { |
| 10180 | if (mode < 0) |
| 10181 | pause_emulation = pause_emulation ? 0 : 9; |
| 10182 | else |
| 10183 | pause_emulation = mode; |
| 10184 | set_config_changed (); |
| 10185 | setsystime (); |
| 10186 | } |
| 10187 | |
| 10188 | int jsem_isjoy (int port, const struct uae_prefs *p) |
| 10189 | { |
no test coverage detected