| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 1 | -0/+2 |
| |\ |
|
| | * | Allow devices to specify a parent for the purpose of searching for ROMs. |  Vas Crabb | 2021-09-06 | 1 | -0/+2 |
| * | | Since I already had to touch all device_timer signatures, bite the bullet and... |  Aaron Giles | 2021-08-20 | 1 | -1/+1 |
| * | | Remove timer_alloc from scheduler, keeping it exclusively in the device_t cla... |  Aaron Giles | 2021-08-17 | 1 | -1/+1 |
| * | | Remove m_subseconds_per_clock from device_t, defering to attotime helpers for... |  Aaron Giles | 2021-08-16 | 1 | -18/+3 |
| * | | You know, if I'm nice enough to give you an accessor, please use it. |  Aaron Giles | 2021-04-24 | 1 | -1/+1 |
| * | | Move device timer initialization earlier since sometimes timers are primed be... |  Aaron Giles | 2021-04-15 | 1 | -3/+6 |
| * | | A few tweaks to realign with original code better. |  Aaron Giles | 2021-04-06 | 1 | -4/+4 |
| * | | Rename raw_subseconds() to frac(). Create initial cut at new attotime impleme... |  Aaron Giles | 2021-04-04 | 1 | -1/+1 |
| * | | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... |  Aaron Giles | 2021-04-02 | 1 | -6/+6 |
| * | | Major timer object reshuffling. timer_expired_delegate wraps the various call... |  Aaron Giles | 2021-03-26 | 1 | -24/+3 |
| * | | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... |  Aaron Giles | 2021-03-24 | 1 | -3/+4 |
| * | | Unsplit timer.h and just moved schedule.h up higher in the emu.h include orde... |  Aaron Giles | 2021-03-24 | 1 | -8/+1 |
| * | | Fully deprecate unregistered timer_set/synchronize. Standardize on emu_timer_... |  Aaron Giles | 2021-03-24 | 1 | -0/+10 |
| * | | Removed ptr parameter from temporary timers. Fixed a handful of places that u... |  Aaron Giles | 2021-03-22 | 1 | -2/+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 |