23#ifndef SIDLITE_CONSTANTS_H
24#define SIDLITE_CONSTANTS_H
29constexpr int SID_CHANNEL_COUNT = 3;
32constexpr int CRSID_WAVGEN_PRESHIFT = 3;
33constexpr int CRSID_WAVGEN_PREDIV = 1 << CRSID_WAVGEN_PRESHIFT;
35constexpr int CRSID_CLOCK_FRACTIONAL_BITS = 4;