summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/wavfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-021-5/+5
|
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-021-15/+14
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* use C++ library includes (nw) firewave2020-01-221-2/+2
|
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-5/+5
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-15/+15
|
* made constexprs lower case and used constexpr for returning input value as ↵ Miodrag Milanovic2016-07-311-4/+4
| | | | well for rest of defines in osdcomm.h (nw)
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+290