summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf278b.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for std::array and for custom types that map to integers/FP value... Aaron Giles2021-04-131-60/+19
* ymf278b: Fix ID register implementation; fixes several metro games that were ... Aaron Giles2021-04-041-14/+17
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-208/+88
* multipcm: retrigger after writing to sample register if key is on (YMF278 als... hap2021-04-011-3/+3
* Fix the opl4 low byte order in 12bits so that it matches the datasheet and th... Olivier Galibert2020-11-091-2/+2
* ym2203/ym2608/ym2610/ym2612/ymf262/ym3526/ym3812/y8950/ym2413/ymf271/ymf278b/... Aaron Giles2020-09-211-15/+15
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* ymf278b.cpp : Fix output rate and clock divider of FM part, Fix mixing behavior cam9002020-02-081-24/+14
* ymf278b.cpp : Add notes for internal functions (#6227) cam9002020-01-291-0/+2
* ymf278b.cpp : Allow scaling for FM DO2 output cam9002019-10-141-0/+8
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+2
* ymf278b: Eliminate clock macro (nw) AJR2019-06-111-3/+1
* ymf278b.cpp : Add DO1/2 Output, Fix buffer when clock is changed (#3806) R. Belmont2019-03-311-9/+35
|\
| * ymf278b.cpp : Add notes cam9002018-08-011-0/+1
| * ymf278b.cpp : Fix sync cam9002018-07-301-1/+0
| * Merge branch 'master' of https://github.com/mamedev/mame into ymf278_envelope cam9002018-07-301-1/+4
| |\
| * | ymf278b.cpp : Add DO1/2 Output, Fix timer/buffer when clock is changed cam9002018-07-291-8/+34
* | | (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* | | Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* | | Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
| |/ |/|
* | vgmplay added Y8950, YMF262 & YMF278B [smf] smf-2018-07-291-1/+4
|/
* ymf262.cpp : Add device_clock_changed cam9002018-07-281-0/+19
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-31/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-0/+5
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-19/+10
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-041-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1051