Function megadrive_sys::z80::ram[][src]

pub unsafe fn ram() -> &'static mut [u8]

Access the Z80’s RAM.

The bus must be requested for accesses into this slice to be safe, though it is safe to call this function beforehand.