| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for std::array and for custom types that map to integers/FP value... |  Aaron Giles | 2021-04-13 | 1 | -60/+19 |
| * | ymf278b: Fix ID register implementation; fixes several metro games that were ... |  Aaron Giles | 2021-04-04 | 1 | -14/+17 |
| * | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 1 | -208/+88 |
| * | multipcm: retrigger after writing to sample register if key is on (YMF278 als... |  hap | 2021-04-01 | 1 | -3/+3 |
| * | Fix the opl4 low byte order in 12bits so that it matches the datasheet and th... |  Olivier Galibert | 2020-11-09 | 1 | -2/+2 |
| * | ym2203/ym2608/ym2610/ym2612/ymf262/ym3526/ym3812/y8950/ym2413/ymf271/ymf278b/... |  Aaron Giles | 2020-09-21 | 1 | -15/+15 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -3/+3 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -1/+1 |
| * | ymf278b.cpp : Fix output rate and clock divider of FM part, Fix mixing behavior |  cam900 | 2020-02-08 | 1 | -24/+14 |
| * | ymf278b.cpp : Add notes for internal functions (#6227) |  cam900 | 2020-01-29 | 1 | -0/+2 |
| * | ymf278b.cpp : Allow scaling for FM DO2 output |  cam900 | 2019-10-14 | 1 | -0/+8 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 1 | -1/+2 |
| * | ymf278b: Eliminate clock macro (nw) |  AJR | 2019-06-11 | 1 | -3/+1 |
| * | ymf278b.cpp : Add DO1/2 Output, Fix buffer when clock is changed (#3806) |  R. Belmont | 2019-03-31 | 1 | -9/+35 |
| |\ |
|
| | * | ymf278b.cpp : Add notes |  cam900 | 2018-08-01 | 1 | -0/+1 |
| | * | ymf278b.cpp : Fix sync |  cam900 | 2018-07-30 | 1 | -1/+0 |
| | * | Merge branch 'master' of https://github.com/mamedev/mame into ymf278_envelope |  cam900 | 2018-07-30 | 1 | -1/+4 |
| | |\ |
|
| | * | | ymf278b.cpp : Add DO1/2 Output, Fix timer/buffer when clock is changed |  cam900 | 2018-07-29 | 1 | -8/+34 |
| * | | | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
| * | | | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
| * | | | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | vgmplay added Y8950, YMF262 & YMF278B [smf] |  smf- | 2018-07-29 | 1 | -1/+4 |
| |/ |
|
| * | ymf262.cpp : Add device_clock_changed |  cam900 | 2018-07-28 | 1 | -0/+19 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -31/+9 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Remove device_config_complete from numerous devices that don't really need it... |  AJR | 2017-02-09 | 1 | -10/+0 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -16/+16 |
| * | okim6295: Directly use set_rom_bank [O. Galibert] |  Olivier Galibert | 2016-09-06 | 1 | -0/+5 |
| * | dirom: device_rom_interface for sound chips with rom/memory map alternative [... |  Olivier Galibert | 2016-08-15 | 1 | -19/+10 |
| * | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -2/+2 |
| * | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -4/+4 |
| * | clang-modernize part 3 |  Miodrag Milanovic | 2015-12-04 | 1 | -5/+5 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1051 |