| Commit message (Expand) | Author | Age | Files | Lines |
| * | addrmap: Allow ioport finders in portr/w/rw |  Olivier Galibert | 2024-10-13 | 2 | -1/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 3 | -13/+13 |
| * | misc: small cleanups |  hap | 2024-03-23 | 1 | -1/+1 |
| * | m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... |  AJR | 2023-11-11 | 2 | -4/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -3/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 6 | -20/+20 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -33/+33 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -7/+7 |
| * | hd6301x, hd6301y & derivatives: Updates to internal peripheral emulation |  AJR | 2021-05-08 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -2/+2 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 4 | -12/+12 |
| * | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -8/+8 |
| * | Missing from previous M6801 update (nw) |  AJR | 2020-03-12 | 1 | -1/+1 |
| * | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 1 | -1/+1 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -18/+7 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 5 | -56/+48 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 5 | -48/+56 |
| * | some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-08 | 3 | -34/+26 |
| * | bus/epson_sio, bus/s100: Clean up some MCFGs (nw) |  AJR | 2019-01-18 | 4 | -22/+22 |
| * | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 2 | -2/+2 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 2 | -0/+2 |
| * | m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) |  AJR | 2018-10-26 | 2 | -11/+7 |
| * | pc_lpt, upd765: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-28 | 2 | -3/+3 |
| * | z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) |  Ivan Vangelista | 2018-08-30 | 1 | -4/+4 |
| * | -ram_device: MCFG removal, nw |  mooglyguy | 2018-08-16 | 1 | -2/+1 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -6/+6 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -14/+14 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -11/+14 |
| * | Allow devcb to be bound to a device/mixin or the target of a device |  Vas Crabb | 2018-05-02 | 1 | -2/+2 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 2 | -27/+31 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 2 | -20/+20 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 4 | -4/+8 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 3 | -5/+5 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | space.machine -> machine (nw) |  Olivier Galibert | 2017-12-14 | 1 | -2/+2 |
| * | Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) |  AJR | 2017-09-24 | 1 | -1/+1 |
| * | device_add_mconfig up to devices/bus/h* (nw) |  Ivan Vangelista | 2017-06-08 | 4 | -40/+30 |
| * | Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... |  AJR | 2017-05-26 | 1 | -1/+1 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
| * | change short name back to epson_pf10 after recent change. (nw) |  smf- | 2017-05-17 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 6 | -27/+29 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 3 | -3/+3 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 6 | -3/+3 |
| * | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -4/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -8/+8 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 4 | -4/+4 |
| * | Memory fun [O.Galibert] |  Olivier Galibert | 2016-06-14 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 6 | -14/+14 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -14/+14 |