| Commit message (Expand) | Author | Age | Files | Lines |
* | New sound infrastructure.sound |  Olivier Galibert | 5 days | 1 | -16/+15 |
* | isa/sb16.cpp: fix incorrect OPL3 range, add quick mixer placeholder so that i... |  angelosa | 2024-11-20 | 1 | -1/+1 |
* | isa/sblaster: quickly add remap to sb16, allow przonegd to boot to VGA mode |  angelosa | 2024-03-04 | 1 | -0/+18 |
* | isa/sblaster.cpp: add 8-bit DMA continue command (#11441) |  Angelo Salese | 2023-07-24 | 1 | -2/+5 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -5/+2 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -2/+2 |
* | ymfm: Refactor new FM engine into a 3rdparty library (#8046) |  Aaron Giles | 2021-05-14 | 1 | -1/+1 |
* | New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... |  Aaron Giles | 2021-04-02 | 1 | -4/+4 |
* | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+3 |
* | volt_reg: Remove uses that are not needed anymore with the recent (#7367) |  Aaron Giles | 2020-10-20 | 1 | -6/+0 |
* | saa1099.cpp: Fix output, frequency behavior, Add notes |  cam900 | 2020-06-24 | 1 | -6/+6 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -2/+2 |
* | bus/isa: Simplify signatures of most handlers (nw) |  AJR | 2020-05-31 | 1 | -31/+31 |
* | sblaster: support more playback commands (nw) |  Sergey Svishchev | 2020-02-08 | 1 | -3/+8 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -24/+24 |
* | saa1099.cpp : Simplify handlers |  cam900 | 2019-04-15 | 1 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -20/+17 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -17/+20 |
* | volt_reg: set default m_output (nw) |  hap | 2019-02-19 | 1 | -1/+0 |
* | Remove unnecessary address_space arguments on FM sound chips read/write handlers |  cam900 | 2019-01-31 | 1 | -9/+9 |
* | sblaster: DMA fixes for SB Pro and SB16 |  Sergey Svishchev | 2019-01-08 | 1 | -10/+8 |
* | -bus/a7800/a78_slot, bus/astrocde/exp, slot, pc_joy/pc_joy, vcs/vcs_slot, : R... |  mooglyguy | 2018-12-18 | 1 | -62/+51 |
* | sblaster: direct DAC mode |  Sergey Svishchev | 2018-06-07 | 1 | -1/+2 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -3/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -12/+12 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -6/+6 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -2/+2 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -3/+3 |
* | This causes huge changes in behaviour that can't be hand-waved away. |  Vas Crabb | 2018-01-13 | 1 | -6/+10 |
* | New way to provide DAC reference inputs (nw) |  AJR | 2018-01-10 | 1 | -10/+6 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 1 | -4/+1 |
* | device_add_mconfig up to devices/bus/l* (nw) |  Ivan Vangelista | 2017-06-09 | 1 | -80/+64 |
* | saa1099: Create standard write handler; substitute for bogus YM2413 in magica... |  AJR | 2017-06-07 | 1 | -10/+2 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -3/+3 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -12/+24 |
* | sblaster: fix incessant popping before first use |  Scott Percival | 2017-03-27 | 1 | -0/+4 |
* | sblaster: save DSP state |  Scott Percival | 2017-03-27 | 1 | -20/+57 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -4/+8 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -32/+32 |
* | DAC WIP, started documenting the DACs in use. [smf] |  smf- | 2016-10-17 | 1 | -45/+49 |
* | Memory fun [O.Galibert] |  Olivier Galibert | 2016-06-14 | 1 | -22/+22 |
* | pcat_dyn: add sound and mark toursol working [Carl] |  cracyc | 2016-03-19 | 1 | -1/+114 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -6/+6 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
* | Revert "some additional (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
* | some additional (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |