| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 1 | -5/+2 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 1 | -4/+3 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -1/+1 |
| * | -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. |  Vas Crabb | 2024-10-01 | 2 | -45/+49 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 18 | -36/+36 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 8 | -8/+8 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 2 | -6/+9 |
| * | bus/electron/cumana: Added support for Cumana floppy format. |  Nigel Barnes | 2023-09-30 | 2 | -17/+15 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 3 | -4/+4 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 6 | -25/+13 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 6 | -15/+17 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 6 | -17/+17 |
| * | bus: Get rid of some dubious tag manipulation. |  Vas Crabb | 2022-08-20 | 1 | -2/+2 |
| * | New working software list additions |  Nigel Barnes | 2022-06-05 | 3 | -0/+245 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -3/+3 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -3/+3 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+3 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 3 | -4/+4 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 8 | -24/+32 |
| * | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 1 | -1/+1 |
| * | bus/bbc/userport: CB lines are bi-directional. |  Nigel Barnes | 2020-09-21 | 1 | -0/+2 |
| * | bus/electron/cart: Added the Pace RS423 Communications cartridge. |  Nigel Barnes | 2020-09-07 | 3 | -2/+146 |
| * | bus/electron: Use input_merger for IRQs where required and various minor clea... |  Nigel Barnes | 2020-09-07 | 9 | -50/+38 |
| * | electron_sndexp: ROM is mapped to bank 13. |  Nigel Barnes | 2020-08-24 | 1 | -2/+2 |
| * | electron_sndexp3: ROM is mapped to bank 13. |  Nigel Barnes | 2020-08-22 | 1 | -2/+2 |
| * | bus/electron/cart/sndexp.cpp: Fixed banking of 8K RAM, command *LRAM now works. |  Nigel Barnes | 2020-08-18 | 2 | -34/+22 |
| * | Electron Plus 3 and AP3/4 devices updated to use FDC master reset line (nw) |  Nigel Barnes | 2020-03-15 | 1 | -3/+3 |
| * | bus/electron/cart/stlefs: Added Winchester slot. |  Nigel Barnes | 2020-03-15 | 2 | -3/+12 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -10/+12 |
| * | electron_click: Renamed to specify machine (nw) |  Nigel Barnes | 2019-11-08 | 1 | -1/+1 |
| * | bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... |  Nigel Barnes | 2019-11-06 | 2 | -2/+11 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -17/+8 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -9/+9 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
| * | -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2019-06-30 | 2 | -9/+9 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 32 | -202/+744 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 32 | -744/+202 |
| * | New working software list additions |  Nigel Barnes | 2019-03-10 | 3 | -2/+228 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 2 | -4/+4 |
| * | bus/bbc/1mhzbus, bus/bbc/tube, bus/electron, tube: Eliminate address_space ar... |  AJR | 2019-02-25 | 30 | -87/+86 |
| * | bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) |  AJR | 2019-02-19 | 1 | -1/+1 |
| * | electron: Amended cartridge slot interface to include OE and OE2 lines to spe... |  Nigel Barnes | 2019-01-23 | 30 | -185/+502 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 4 | -0/+4 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -4/+5 |
| * | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 4 | -32/+28 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 4 | -8/+8 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
| * | mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... |  AJR | 2018-05-27 | 2 | -2/+2 |
| * | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 4 | -4/+4 |