[][src]Trait zinc64_core::AddressableFaded

pub trait AddressableFaded {
    fn read(&mut self, address: u16) -> Option<u8>;
fn write(&mut self, address: u16, value: u8); }

Addressable represents a bank of memory that may be faded by RAM.

Required methods

fn read(&mut self, address: u16) -> Option<u8>

Read byte from the specified address.

fn write(&mut self, address: u16, value: u8)

Write byte to the specified address.

Loading content...

Implementors

Loading content...