class Yuno::Chips::Nes::Counter
- Yuno::Chips::Nes::Counter
- Reference
- Object
Overview
Common counter class used by other NES sound chips
Defined in:
yunosynth/chips/emu-nes-nsfplay/counter.crConstructors
Instance Method Summary
- #cycle=(val)
- #initValues(clock, rate) : Nil
- #iup
- #ratio : Float64
- #ratio=(ratio : Float64)
- #step : UInt32
- #step=(step : UInt32)
- #val : UInt32
- #val=(val : UInt32)
- #value : UInt32