| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 2 | -6/+6 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 16 | -43/+43 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+10 |
| * | bus/ql: Use device array finders to clean up code in floppy disk options |  AJR | 2023-10-12 | 6 | -27/+23 |
| * | misc mcfg: remove pia6821 clock freq param, |  hap | 2023-09-20 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -6/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 7 | -14/+14 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -3/+3 |
| * | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -3/+3 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+4 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 6 | -12/+18 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 7 | -20/+8 |
| * | some more handlers simplified (nw) |  Ivan Vangelista | 2020-05-13 | 1 | -7/+7 |
| * | 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 | -38/+12 |
| * | Move IDE devices into bus/ata (nw) (#5756) |  ajrhacker | 2019-10-23 | 1 | -1/+1 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -2/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 30 | -103/+86 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 30 | -86/+103 |
| * | bus/compis, bus/isbx, bus/pofo, bus/ql, qimi: Eliminate address_space argumen... |  AJR | 2019-02-24 | 30 | -70/+70 |
| * | devices\bus: few less MCFG macros (nw) |  Ivan Vangelista | 2019-02-01 | 2 | -33/+16 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 3 | -0/+3 |
| * | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 3 | -23/+28 |
| * | -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... |  mooglyguy | 2018-08-15 | 1 | -3/+4 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 3 | -6/+6 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+4 |
| * | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 2 | -2/+2 |
| * | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 10 | -21/+21 |
| * | move couple more slots across (nw) |  Vas Crabb | 2018-05-11 | 5 | -33/+85 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -6/+6 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 7 | -36/+41 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -8/+8 |
| * | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -1/+0 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -2/+2 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 5 | -5/+5 |
| * | ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... |  smf- | 2017-12-20 | 1 | -7/+7 |
| * | ide: Add non-space cs access methods, use them wherever possible [O. Galibert] |  Olivier Galibert | 2017-12-16 | 1 | -7/+7 |
| * | ide: deambiguate cs access between 16 and 32 bits [O. Galibert] |  Olivier Galibert | 2017-12-16 | 1 | -7/+7 |
| * | device_add_mconfig up to devices/bus/q* (nw) |  Ivan Vangelista | 2017-06-13 | 10 | -101/+47 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 5 | -10/+10 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 32 | -425/+372 |
| * | 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 | 16 | -22/+22 |
| * | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 18 | -2/+16 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 32 | -115/+115 |
| * | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -1/+1 |
| |\ |
|