| 2257 | return 0; |
| 2258 | } |
| 2259 | static uae_u32 REGPARAM2 ide_generic_wget (uaecptr addr) |
| 2260 | { |
| 2261 | struct ide_board *ide = getideboard(addr); |
| 2262 | if (ide) |
| 2263 | return ide_read_word(ide, addr); |
| 2264 | return 0; |
| 2265 | } |
| 2266 | static uae_u32 REGPARAM2 ide_generic_lget (uaecptr addr) |
| 2267 | { |
| 2268 | struct ide_board *ide = getideboard(addr); |
no test coverage detected