| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 1 | -5/+2 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 7 | -16/+16 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 5 | -18/+66 |
| * | 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 | 3 | -12/+12 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | Fixed unused lambda capture in Lua engine. |  Vas Crabb | 2023-04-06 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -3/+3 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -3/+3 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 2 | -3/+3 |
| * | Use ioprocs classes instead of emu_file for device_nvram_interface's load and... |  AJR | 2022-02-27 | 2 | -6/+4 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 2 | -2/+2 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+16 |
| * | adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... |  AJR | 2021-06-20 | 2 | -8/+1 |
| * | pofo.cpp: Atari Portfolio fixes and improvements. (#8191) |  Jaen | 2021-06-16 | 1 | -1/+1 |
| * | pofo: if software not specified with -ccma rom, just run as normal |  Robbbert | 2021-02-11 | 1 | -1/+1 |
| * | Clean-up and consistency fixes after memory system changes. |  Vas Crabb | 2020-11-03 | 2 | -4/+2 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 6 | -15/+14 |
| * | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 1 | -3/+3 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+9 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -14/+10 |
| * | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -2/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 12 | -89/+82 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 12 | -82/+89 |
| * | bus/compis, bus/isbx, bus/pofo, bus/ql, qimi: Eliminate address_space argumen... |  AJR | 2019-02-24 | 12 | -32/+32 |
| * | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-01 | 3 | -43/+33 |
| * | output_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-29 | 1 | -17/+20 |
| * | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -8/+9 |
| * | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -2/+2 |
| * | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -10/+10 |
| * | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 1 | -4/+4 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
| * | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -1/+1 |
| * | 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 | 3 | -26/+26 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -12/+14 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -6/+6 |
| * | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 2 | -2/+0 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 2 | -2/+2 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 3 | -3/+3 |
| * | device_add_mconfig up to devices/bus/q* (nw) |  Ivan Vangelista | 2017-06-13 | 6 | -49/+16 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 3 | -6/+6 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 14 | -183/+159 |
| * | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -1/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 7 | -8/+8 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 14 | -7/+7 |