| Commit message (Expand) | Author | Age | Files | Lines |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -1/+1 |
| * | util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... |  Vas Crabb | 2024-10-14 | 1 | -4/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -3/+3 |
| * | Added LD-V1000 HLE device, placeholder SSI-263A HLE device, and promoted Thay... |  MooglyGuy | 2024-01-08 | 1 | -2/+21 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -8/+4 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -1/+1 |
| * | init vars for coverity (devices/machine/k-p) |  Robbbert | 2022-04-02 | 1 | -1/+1 |
| * | Fixed bill validator hookup in Time Traveler (#9470) |  MooglyGuy | 2022-03-26 | 1 | -4/+4 |
| * | Time Traveler (set 1) - promoted to working (#9468) [Ryan Holtz] |  MooglyGuy | 2022-03-27 | 1 | -0/+2 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -12/+14 |
| * | API cleanups and miscellaneous fixes. |  Vas Crabb | 2021-07-15 | 1 | -1/+1 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -1/+1 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -1/+1 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -10/+11 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -1/+1 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -15/+8 |
| * | -core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz] |  MooglyGuy | 2019-07-10 | 1 | -23/+1 |
| * | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -49/+9 |
| * | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -1/+1 |
| * | make it possible to set screen update functions without macros without syntax... |  Vas Crabb | 2018-06-16 | 1 | -4/+23 |
| * | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
| * | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -21/+43 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -20/+17 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+4 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -35/+35 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | Fixed laserdisc screen PAL parameters [Angelo Salese] |  angelosa | 2016-06-17 | 1 | -2/+4 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | modernized configuration_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -6/+6 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+413 |