[][src]Trait tetanes::common::Clocked

pub trait Clocked {
    fn clock(&mut self) -> usize { ... }
}

Provided methods

fn clock(&mut self) -> usize

Loading content...

Implementors

impl Clocked for MapperType[src]

impl Clocked for Dmc[src]

impl Clocked for Noise[src]

impl Clocked for Pulse[src]

impl Clocked for Apu[src]

impl Clocked for Triangle[src]

impl Clocked for Cpu[src]

fn clock(&mut self) -> usize[src]

Runs the CPU one instruction

impl Clocked for NullMapper[src]

impl Clocked for Nes[src]

fn clock(&mut self) -> usize[src]

Steps the console a single CPU instruction at a time

impl Clocked for Ppu[src]

Loading content...