| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various cleanups: |  Vas Crabb | 2026-04-04 | 1 | -4/+13 |
| * | z80,6502,i86: no need for that m_reset_time local variable |  hap | 2026-03-15 | 1 | -3/+3 |
| * | -emu/device.cpp: Allow flagging devices as not working or not supporting save... |  Vas Crabb | 2025-05-01 | 1 | -3/+2 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -1/+1 |
| * | device: round scaled clock to nearest integer |  hap | 2025-01-20 | 1 | -3/+3 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -36/+7 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -33/+0 |
| * | diexec: optionally resynchronize to the implicit clock domain on clock freque... |  Olivier Galibert | 2022-05-17 | 1 | -5/+5 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -5/+5 |
| * | Force recomputation of clock-related parameters whenever a device clock or sc... |  AJR | 2022-01-25 | 1 | -1/+15 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -18/+31 |
| * | Allow devices to specify a parent for the purpose of searching for ROMs. |  Vas Crabb | 2021-09-06 | 1 | -0/+2 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -24/+66 |
| * | -osd: Clean up inline maths utilities. |  Vas Crabb | 2021-01-18 | 1 | -1/+1 |
| * | Eliminate many unnecessary c_str calls |  AJR | 2020-12-21 | 1 | -1/+1 |
| * | device.cpp: Do a little less logging |  AJR | 2020-12-21 | 1 | -2/+3 |
| * | view: Save their state |  Olivier Galibert | 2020-12-21 | 1 | -0/+17 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -2/+2 |
| * | validity.cpp, devfind.cpp: Catch missing required I/O ports in systems (exclu... |  Vas Crabb | 2020-08-28 | 1 | -4/+4 |
| * | device.cpp, dimemory.cpp: Correct typos in comments |  AJR | 2020-07-21 | 1 | -2/+2 |
| * | device.cpp: initialized a couple of variables, fixes numerous bugs in devnocl... |  Ivan Vangelista | 2020-05-13 | 1 | -4/+6 |
| * | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -1/+18 |
| * | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -4/+4 |
| * | Merge pull request #6195 from firewave/includes |  R. Belmont | 2020-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -3/+3 |
| |/ |
|
| * | These two should be noexcept as well (nw) |  AJR | 2019-11-09 | 1 | -2/+2 |
| * | Cleaned up Virtal Boy slot code. |  Vas Crabb | 2019-11-10 | 1 | -3/+2 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | Fix main fallout (nw) |  Olivier Galibert | 2018-08-26 | 1 | -24/+9 |
| * | emumem: Fix ioports/membanks in internal maps [O. Galibert] |  Olivier Galibert | 2018-08-26 | 1 | -8/+9 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -0/+11 |
| * | Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) |  AJR | 2018-06-24 | 1 | -0/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -25/+19 |
| * | Route sound relative to current device. |  Vas Crabb | 2018-05-01 | 1 | -3/+5 |
| * | Make devopt menu localisable. |  Vas Crabb | 2018-04-28 | 1 | -0/+13 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -4/+4 |
| * | Allow machine configuration to specify BIOS easily, move default BIOS selecti... |  Vas Crabb | 2018-03-26 | 1 | -1/+50 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -6/+6 |
| * | Fixes (nw) |  Olivier Galibert | 2018-02-13 | 1 | -22/+36 |
| * | Move object finder resolution before device_start - should solve github #2759 |  Vas Crabb | 2017-10-28 | 1 | -2/+29 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 1 | -17/+1 |
| * | There's no day like today. This just follows up on the last commit: game dri... |  Vas Crabb | 2017-05-22 | 1 | -0/+14 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -25/+22 |
| * | Defend clocks_to_attotime and attotime_to_clocks against the possibility of t... |  AJR | 2017-04-21 | 1 | -2/+7 |
| * | Mechanism for devices to generate clocks for other devices |  AJR | 2017-04-21 | 1 | -9/+44 |
| * | Self-registering devices. |  Vas Crabb | 2017-03-03 | 1 | -0/+56 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+3 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -3/+3 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -9/+9 |