| Commit message (Expand) | Author | Age | Files | Lines |
| * | newpci: propose a way to find the busmaster space |  Olivier Galibert | 2024-02-19 | 1 | -2/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -6/+6 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -79/+68 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 1 | -0/+1 |
| * | devices/machine, sound and video: removed read and write macros (nw) |  Ivan Vangelista | 2020-06-17 | 1 | -28/+28 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -8/+8 |
| * | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -2/+2 |
| * | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -1/+1 |
| * | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -12/+13 |
| * | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -8/+8 |
| * | vrc5074: Use derived clock for UART (nw) |  Ted Green | 2018-09-04 | 1 | -1/+1 |
| * | vrc5074: MCFG removal and define device clock. (nw) |  Ted Green | 2018-09-02 | 1 | -8/+8 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -4/+4 |
| * | remove many mainly PCI-related MCFG macros in favour of constructor |  Vas Crabb | 2018-05-25 | 1 | -11/+5 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -9/+9 |
| * | maps: Finish devices/machine (nw) |  Olivier Galibert | 2018-04-20 | 1 | -13/+17 |
| * | Use device_post_load instead of callbacks. (nw) |  Ted Green | 2018-04-15 | 1 | -2/+1 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -6/+6 |
| * | API change: Memory maps are now "last entry wins" [O. Galibert] |  Olivier Galibert | 2018-01-31 | 1 | -1/+1 |
| * | vrc5074: Only clear edge triggered interrupts and initialize timer from count... |  Ted Green | 2018-01-18 | 1 | -11/+12 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | Calculate screen size and timing using voodoo CRTC and PLL registers. (nw) |  Ted Green | 2018-01-06 | 1 | -9/+10 |
| * | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 1 | -27/+27 |
| * | vrc5074: Only assert/clear interrupts on a change. Prevents clearing of MIPS... |  Ted Green | 2017-12-28 | 1 | -13/+18 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
| * | vrc5074: Don't try to save zero length vectors. (nw) |  Ted Green | 2017-12-10 | 1 | -1/+1 |
| * | vrc5074: Improve debug messaging for serial port. (nw) |  Ted Green | 2017-11-02 | 1 | -3/+14 |
| * | Fixed unused variable. (nw) |  Ted Green | 2017-08-30 | 1 | -1/+1 |
| * | vegas: Add denver uarts, gearshift, and update input dips for various games. ... |  Ted Green | 2017-08-30 | 1 | -50/+16 |
| * | vrc5074: Fixed uart interrupts. (nw) |  Ted Green | 2017-08-20 | 1 | -8/+14 |
| * | vrc5074: Add 16550 uart subdevice. (nw) |  Ted Green | 2017-08-07 | 1 | -60/+43 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -1/+1 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+5 |
| * | Save states supports static vectors natively. Who knew? (nw) |  Ted Green | 2017-06-29 | 1 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -47/+47 |
| * | pci-ide: Allow for address size resolving even in legacy mode. (nw) |  Ted Green | 2017-05-14 | 1 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+108 |
| * | vrc5074: Fixed serial register handling. (nw) |  Ted Green | 2017-05-13 | 1 | -3/+3 |
| * | vrc5074: Added save states. (nw) |  Ted Green | 2017-05-13 | 1 | -30/+7 |
| * | vrc5074: Added new Nile 4 System Controller device |  Ted Green | 2017-05-13 | 1 | -0/+977 |