| Commit message (Expand) | Author | Age | Files | Lines |
| * | at: use set_inputline again |  cracyc | 2024-07-03 | 1 | -1/+0 |
| * | genpc: use trampoline instead of tag |  cracyc | 2024-07-03 | 1 | -1/+1 |
| * | genpc: use tag for maincpu |  cracyc | 2024-07-02 | 1 | -1/+1 |
| * | isa/dectalk: hack it to work until it can be better understood |  cracyc | 2024-07-02 | 1 | -0/+1 |
| * | ds8874: move to video folder (led driver chip), |  hap | 2024-04-11 | 1 | -2/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -15/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -16/+16 |
| * | pcnoppi_mb: Enable accesses to keyboard-related registers |  AJR | 2022-06-04 | 1 | -0/+12 |
| * | srcclean in preparation for 0.240 |  Vas Crabb | 2022-01-23 | 1 | -20/+20 |
| * | Add IBM PC RAM switches (#9130) |  SomeRandomGuyIdk | 2022-01-14 | 1 | -59/+62 |
| * | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 1 | -20/+14 |
| * | ibm5150,pasopia,pc8801: hooked up cassette software lists |  Robbbert | 2020-08-19 | 1 | -0/+2 |
| * | genpc.cpp: Fix faulty EOP propagation that broke floppy disk loading (nw) |  AJR | 2020-04-19 | 1 | -1/+1 |
| * | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 1 | -20/+20 |
| * | genpc: Make INT and NMI line callbacks (nw) |  AJR | 2019-10-31 | 1 | -3/+19 |
| * | ec1840: define native motherboard, mark WORKING |  Sergey Svishchev | 2019-04-24 | 1 | -2/+119 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -23/+37 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -37/+23 |
| * | -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw |  MooglyGuy | 2019-02-03 | 1 | -13/+14 |
| * | src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... |  Ivan Vangelista | 2019-01-29 | 1 | -4/+5 |
| * | isa: Modernize device configuration (nw) |  AJR | 2019-01-25 | 1 | -4/+14 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -2/+2 |
| * | More progress towards ISA DACK line support (nw) |  AJR | 2019-01-20 | 1 | -0/+2 |
| * | isa8, isa16: Replace MCFG_ macros with devcb3 (nw) |  AJR | 2018-11-05 | 1 | -11/+11 |
| * | ibm5150: Hooked up cassette data output which was previously missing. Fixes c... |  mooglyguy | 2018-10-07 | 1 | -0/+5 |
| * | -i8255: Removed MCFG, nw |  mooglyguy | 2018-09-03 | 1 | -6/+4 |
| * | remove lots of MCFG_ (nw) |  Vas Crabb | 2018-07-17 | 1 | -34/+33 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -4/+4 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -40/+40 |
| * | maps: Finish map.m() (nw) |  Olivier Galibert | 2018-04-19 | 1 | -15/+17 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -6/+0 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -2/+2 |
| * | 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 | -4/+4 |
| * | genpc, isa8: Make maincpu tag more honestly configurable (nw) |  AJR | 2017-11-09 | 1 | -1/+6 |
| * | genpc: Make maincpu tag actually configurable (nw) |  AJR | 2017-11-09 | 1 | -2/+2 |
| * | pic8259: Break up the MCFG_PIC8259_ADD macro (nw) |  AJR | 2017-09-02 | 1 | -1/+2 |
| * | Fix coverity errors about unintended truncation (nw) |  Vas Crabb | 2017-06-02 | 1 | -4/+4 |
| * | 1st half of devices/machine to device_add_mconfig (nw) |  Ivan Vangelista | 2017-05-31 | 1 | -52/+29 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -4/+4 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -17/+14 |
| * | Device validation fixes: clean up the genpc MESS (nw) |  AJR | 2017-03-03 | 1 | -3/+13 |
| * | Start cleaning up duplicate shortnames |  Vas Crabb | 2017-03-03 | 1 | -14/+27 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -6/+9 |
| * | genpc: fix keyboard and move laser to pc.c with other nongeneric clones (nw) |  cracyc | 2016-12-22 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | pcxt: use pc motherboard device and banking (nw) |  cracyc | 2016-03-05 | 1 | -0/+921 |