| 2274 | return 0; |
| 2275 | } |
| 2276 | static uae_u32 REGPARAM2 ide_generic_wgeti(uaecptr addr) |
| 2277 | { |
| 2278 | struct ide_board *ide = getideboard(addr); |
| 2279 | if (ide) |
| 2280 | return ide_read_wordi(ide, addr); |
| 2281 | return 0; |
| 2282 | } |
| 2283 | static uae_u32 REGPARAM2 ide_generic_lgeti(uaecptr addr) |
| 2284 | { |
| 2285 | struct ide_board *ide = getideboard(addr); |
nothing calls this directly
no test coverage detected