| 2457 | static int tablet_data; |
| 2458 | |
| 2459 | int mousehack_alive (void) |
| 2460 | { |
| 2461 | return mousehack_alive_cnt > 0 ? mousehack_alive_cnt : 0; |
| 2462 | } |
| 2463 | |
| 2464 | static uaecptr get_base (const uae_char *name) |
| 2465 | { |
no outgoing calls
no test coverage detected