summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2151.cpp
Commit message (Expand)AuthorAgeFilesLines
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-244/+0
* srcclean in preparation for branching release Vas Crabb2021-04-251-1/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-68/+23
* srcclean in preparation for release Vas Crabb2021-03-281-3/+3
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1801/+167
* sound: Add a few new helpers to write_stream_view Aaron Giles2020-09-201-11/+2
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-171-3/+3
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-171-3/+3
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-6/+7
* ym2151.cpp: Fix noise behavior (#6852) cam9002020-06-251-16/+6
* pokey, ym2151: Modernize struct saving (nw) AJR2020-04-211-45/+40
* ym2151: Add YM2414 as alias (no attempt at emulating distinctive features at ... AJR2020-03-261-0/+11
* ym2151: Add YM2164 variant and emulate some known differences AJR2020-03-041-2/+43
* ym2151.cpp: initialize one variable more (nw) Ivan Vangelista2019-12-141-0/+2
* ym2151.cpp : Fix reset behavior cam9002019-09-031-0/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-8/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+8
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-8/+8
* ym2151: Emulate reset line AJR2017-07-261-5/+19
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-0/+13
* ym2151: Support dynamic changes to clock frequency AJR2017-06-261-11/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1327/+680
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-211-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-10/+10
* clang-modernize part 3 Miodrag Milanovic2015-12-041-5/+5
* Some more cleanup (nw) Miodrag Milanovic2015-11-111-3/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2500