Expand description
Memory subsystem for Mac emulation
Provides Big-Endian memory access and Mac low-memory globals.
Re-exports§
pub use bus::arm_watchpoint;pub use bus::disarm_watchpoint;pub use bus::get_step;pub use bus::increment_step;pub use bus::set_current_pc;pub use bus::set_watch_registers;pub use bus::watchpoint_armed;pub use bus::STEP_COUNTER;pub use bus::MacMemoryBus;pub use bus::MemoryBus;pub use globals::LowMemGlobals;