| Commit message (Expand) | Author | Age | Files | Lines |
| * | g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) |  AJR | 2024-12-14 | 1 | -1/+1 |
| * | m6502: add r65c02 subtypes |  hap | 2024-12-14 | 1 | -1/+1 |
| * | addrmap: Allow ioport finders in portr/w/rw |  Olivier Galibert | 2024-10-13 | 1 | -1/+2 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 1 | -1/+4 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 1 | -42/+2 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -9/+9 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -3/+3 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -3/+4 |
| * | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 1 | -2/+2 |
| * | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 1 | -20/+24 |
| * | More WD FDC master reset modernization (nw) |  AJR | 2020-03-26 | 1 | -1/+1 |
| * | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 1 | -2/+2 |
| * | softlist_dev.cpp: get some stuff out of the global namespace (nw) |  Vas Crabb | 2019-12-08 | 1 | -1/+1 |
| * | src/devices: Replace output().set_value with output finders (nw) |  AJR | 2019-10-30 | 1 | -1/+4 |
| * | via6522: Change most mappings into m() [O. Galibert] |  Olivier Galibert | 2019-07-07 | 1 | -1/+1 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -4/+4 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -4/+4 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -4/+4 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -1/+1 |
| * | Make OG happier about output latches, nw |  mooglyguy | 2018-08-02 | 1 | -16/+2 |
| * | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 1 | -49/+69 |
| * | 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 | -11/+11 |
| * | mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... |  AJR | 2018-05-27 | 1 | -3/+4 |
| * | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -1/+1 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -15/+15 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -3/+4 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -16/+17 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -4/+4 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | device_add_mconfig up to devices/bus/h* (nw) |  Ivan Vangelista | 2017-06-08 | 1 | -14/+3 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -109/+89 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -2/+2 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -5/+5 |
| * | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 1 | -1/+1 |
| * | e01: reinstated irq trampolines (nw) |  Nigel Barnes | 2016-07-22 | 1 | -4/+29 |
| * | e01: irq cleanup (nw) |  Nigel Barnes | 2016-07-16 | 1 | -30/+5 |
| * | e01: added acorn filestore floppy format and softlist |  Nigel Barnes | 2016-06-05 | 1 | -3/+8 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -3/+3 |
| * | modernize output_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -1/+1 |
| * | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 1 | -1/+1 |
| * | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 1 | -1/+1 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 1 | -4/+4 |