summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2413.cpp
Commit message (Collapse)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-33/+33
| | | | | 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
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
|
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-999/+507
|
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-211-1/+1
|
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-16/+16
|
* Removed need for -Wno-c++11-narrowing for clang Miodrag Milanovic2015-12-041-35/+35
| | | | and -Wno-unused-result,-Wno-narrowing and -Wno-attributes on gcc (nw)
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-041-32/+32
|
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2176