| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 4 | -19/+19 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -2/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 6 | -16/+16 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 1 | -2/+2 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 1 | -2/+2 |
* | Miscellaneous #include cleanup |  AJR | 2021-11-20 | 3 | -3/+0 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 6 | -16/+16 |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 6 | -16/+16 |
* | simplified some handlers (nw) |  Ivan Vangelista | 2020-05-13 | 1 | -2/+2 |
* | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 3 | -7/+7 |
* | hp80: added HP82900 CP/M module |  fulivi | 2020-03-03 | 4 | -13/+256 |
* | hp80: HP82939 serial I/O module added (#6366) |  fulivi | 2020-03-01 | 3 | -0/+290 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -35/+35 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
* | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 2 | -2/+2 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -14/+13 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -13/+14 |
* | bus\hp80_io: removed MCFG macros (nw) |  Ivan Vangelista | 2019-02-16 | 1 | -14/+13 |
* | mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw) |  AJR | 2018-09-23 | 1 | -2/+2 |
* | -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... |  mooglyguy | 2018-08-01 | 1 | -23/+27 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -16/+16 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -3/+3 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -15/+15 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -4/+5 |
* | IEEE-488 remotizer device (#3241) |  fulivi | 2018-03-18 | 1 | -0/+1 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -5/+6 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -7/+7 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -9/+9 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -1/+2 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | hp85: address issues raised by cuavas to PR #2749 |  fulivi | 2017-11-03 | 2 | -24/+25 |
* | hp85: support for I/O slots added. Emulation of HP82937 module added. |  fulivi | 2017-10-25 | 4 | -0/+682 |