pub fn handle_load(cpu: &CpuState, addr: u32, plat: &mut dyn Platform) -> u32Expand description
Handle an MMIO load (read).
Returns 0 for unmapped addresses, which is harmless and consistent with
how real hardware behaves on unimplemented registers.