summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/js_sound.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/sound/js_sound.js')
0 files changed, 0 insertions, 0 deletions
='deletions'>-9/+29 * mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-221-11/+11 * wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-11/+8 * wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-8/+8 * wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4 * Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-7/+7 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-8/+5 * updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-17/+12 * Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4 * Self-registering devices prep: Vas Crabb2017-02-271-1/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2 * Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1 * BetaDisk floppy sound (nw)