| 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 | -11/+11 |
| * | ti99: Virtualize inherited device methods for consistency. |  Michael Zapf | 2024-04-01 | 2 | -4/+4 |
| * | ti99: Further cleanups, removed casts. |  Michael Zapf | 2024-03-31 | 2 | -8/+24 |
| * | ti99: Fixed uninitialized member in HX5102 |  Michael Zapf | 2023-07-31 | 1 | -0/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -36/+36 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 3 | -22/+22 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -5/+5 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -5/+5 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 3 | -3/+3 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -5/+7 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 6 | -12/+12 |
| * | bus/hexbus/hexbus.cpp: Fix initialization problem (device_start was overridde... |  AJR | 2020-10-02 | 2 | -4/+6 |
| * | upd765: Explicitly emulate reset line |  AJR | 2020-10-02 | 2 | -94/+112 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 4 | -26/+26 |
| * | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -4/+4 |
| * | ti99_2: Removed instability in Load/save to Hexbus floppy. |  Michael Zapf | 2020-01-05 | 2 | -0/+12 |
| * | ti99_2: Improved Hexbus handling, also for 99/8; still WIP. |  Michael Zapf | 2020-01-04 | 5 | -19/+125 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -13/+19 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -6/+5 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -5/+6 |
| * | upd765: Simplify read/write handlers (nw) |  AJR | 2019-03-10 | 1 | -3/+3 |
| * | tms9900, tms9980a, tms9995: CRU addressing change |  AJR | 2019-03-01 | 1 | -3/+2 |
| * | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 1 | -1/+1 |
| * | pc_lpt, upd765: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-28 | 1 | -2/+1 |
| * | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -1/+1 |
| * | ti99: Kill some more MCFGs. (nw) |  Michael Zapf | 2018-08-21 | 1 | -9/+10 |
| * | ti99: Adapting to common devcb3 slot device handling. (nw) |  Michael Zapf | 2018-08-20 | 4 | -31/+25 |
| * | ti99: Further devcb3 works (nw). |  Michael Zapf | 2018-08-18 | 3 | -13/+10 |
| * | -ram_device: MCFG removal, nw |  mooglyguy | 2018-08-16 | 1 | -8/+2 |
| * | tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. |  Michael Zapf | 2018-08-14 | 1 | -3/+5 |
| * | -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... |  mooglyguy | 2018-08-12 | 1 | -2/+2 |
| * | -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... |  mooglyguy | 2018-08-11 | 1 | -17/+17 |
| * | ti99: Hexbus floppy now working for 99/2 |  Michael Zapf | 2018-08-08 | 3 | -25/+45 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -6/+6 |
| * | ti99_8: Inverted track count bits, added DIP switches. |  Michael Zapf | 2018-05-07 | 2 | -1/+27 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -9/+9 |
| * | hexbus: Adding connectors to the HX5102, allowing to attach a second drive to... |  Michael Zapf | 2018-05-05 | 2 | -8/+39 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 3 | -7/+9 |
| * | maps: Finish devices/bus (nw) |  Olivier Galibert | 2018-04-21 | 1 | -7/+9 |
| * | ti99: Added drive select line to hexbus drive |  Michael Zapf | 2018-04-01 | 1 | -3/+7 |
| * | ti99: Hexbus floppy system; logging updates |  Michael Zapf | 2018-03-31 | 6 | -32/+1244 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | ti99: Moved Hexbus one level up |  Michael Zapf | 2017-07-10 | 4 | -0/+502 |