aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opl_chip_base.tcc
AgeCommit message (Collapse)Author
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196
2018-06-24[Experimental] Big re-factoring of internals and clean-upVitaly Novichkov
- Renamed functions - Renamed variables - Documenting of most library internal stuff - Disabling of embedded banks no more conflicts with accidental linking of adldata.cpp
2018-06-19get chip base on level with OPNMIDIJP Cimalando
2018-06-09don't forget to increment sample pointer in generate16JP Cimalando
2018-06-08chips: create a common method set for generation and resamplingJP Cimalando