class Yuno::Chips::Nes::Counter

Overview

Common counter class used by other NES sound chips

Defined in:

yunosynth/chips/emu-nes-nsfplay/counter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

Instance Method Detail

def cycle=(val) #

def initValues(clock, rate) : Nil #

def iup #

def ratio : Float64 #

def ratio=(ratio : Float64) #

def step : UInt32 #

def step=(step : UInt32) #

def val : UInt32 #

def val=(val : UInt32) #

def value : UInt32 #