[−][src]Trait emulator::bus::Bus
Bus of the 2i.
Represents an interface of the 2i bus with 8 bit data and addressing.
Bus of the 2i.
Represents an interface of the 2i bus with 8 bit data and addressing.
impl Bus for IoRegisters[src]fn read(&self, address: u8) -> Result<u8>[src]fn write(&self, address: u8, value: u8) -> Result<()>[src]impl<'a> Bus for Ram<'a>[src]