| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 3 | -5/+5 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -29/+29 |
* | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 3 | -13/+21 |
* | API change for device_image_interface |  AJR | 2023-03-30 | 3 | -13/+13 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 3 | -19/+9 |
* | Fix clang warnings about declaring template instantiation extern after the in... |  Vas Crabb | 2021-09-15 | 1 | -3/+6 |
* | Moved a few slot devices into anonymous namespaces, getting more stuff out of... |  Vas Crabb | 2021-09-14 | 7 | -371/+370 |
* | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 4 | -5/+5 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -20/+20 |
* | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 8 | -16/+16 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 4 | -16/+16 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 3 | -27/+27 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -23/+9 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -6/+6 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -39/+17 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -17/+39 |
* | bus/intellec4: Simplify implementation by using required_address_space (nw) |  AJR | 2019-01-22 | 2 | -39/+17 |
* | more of the same (nw) |  Vas Crabb | 2018-07-08 | 1 | -32/+4 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 2 | -2/+2 |
* | remove pointless boilerplate (nw) |  Vas Crabb | 2018-06-04 | 1 | -4/+0 |
* | move couple more slots across (nw) |  Vas Crabb | 2018-05-11 | 1 | -0/+2 |
* | (nw) More next-generation machine configuration WIP and bus modernisation - s... |  Vas Crabb | 2018-05-07 | 2 | -5/+10 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -13/+15 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -6/+7 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -6/+6 |
* | (nw) forward some objects; line continuations are not scope dammit |  Vas Crabb | 2018-03-04 | 1 | -13/+13 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -77/+23 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
* | Add "minimaws" sample script demonstrating how to do some tasks with |  Vas Crabb | 2017-08-01 | 1 | -2/+2 |
* | Add N-dimensional output finder to avoid runtime string hashes - intlc440 in ... |  Vas Crabb | 2017-07-29 | 1 | -4/+4 |
* | intellec4: implement imm4-22 program/data storage module |  Vas Crabb | 2017-07-15 | 5 | -45/+542 |
* | Fix issue 2468 |  Olivier Galibert | 2017-07-13 | 1 | -0/+2 |
* | gah, need to add (nw) |  Vas Crabb | 2017-07-13 | 2 | -0/+191 |
* | intellec4: implememnt PROM memory module |  Vas Crabb | 2017-07-13 | 3 | -5/+11 |
* | correct model number and speed for intellec4 paper tape reader (thanks AJR) |  Vas Crabb | 2017-07-13 | 3 | -27/+48 |
* | intellec4: add high-speed paper tape reader card (installed in slot j7 by def... |  Vas Crabb | 2017-07-13 | 3 | -0/+127 |
* | INTELLEC 4: implement front-panel PROM programmer |  Vas Crabb | 2017-07-12 | 1 | -0/+6 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 2 | -26/+116 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 2 | -1/+133 |
* | (nw) notes, coverity complaints, INTELLEC 4/MOD 4 layout, detect duplicate bo... |  Vas Crabb | 2017-07-09 | 1 | -1/+3 |
* | intlc440 improvements: |  Vas Crabb | 2017-07-01 | 2 | -0/+300 |