[][src]Trait zinc64_emu::device::Tape

pub trait Tape {
    fn read_pulse(&mut self) -> Option<u32>;
fn seek(&mut self, pos: usize) -> bool; }

Required methods

fn read_pulse(&mut self) -> Option<u32>

fn seek(&mut self, pos: usize) -> bool

Loading content...

Implementors

Loading content...