summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap14 days1-2/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-15/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-16/+16
* pcnoppi_mb: Enable accesses to keyboard-related registers AJR2022-06-041-0/+12
* srcclean in preparation for 0.240 Vas Crabb2022-01-231-20/+20
* Add IBM PC RAM switches (#9130) SomeRandomGuyIdk2022-01-141-59/+62
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-221-20/+14
* ibm5150,pasopia,pc8801: hooked up cassette software lists Robbbert2020-08-191-0/+2
* genpc.cpp: Fix faulty EOP propagation that broke floppy disk loading (nw) AJR2020-04-191-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-20/+20
* genpc: Make INT and NMI line callbacks (nw) AJR2019-10-311-3/+19
* ec1840: define native motherboard, mark WORKING Sergey Svishchev2019-04-241-2/+119
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+37
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-37/+23
* -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw MooglyGuy2019-02-031-13/+14
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-4/+5
* isa: Modernize device configuration (nw) AJR2019-01-251-4/+14
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-2/+2
* More progress towards ISA DACK line support (nw) AJR2019-01-201-0/+2
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-11/+11
* ibm5150: Hooked up cassette data output which was previously missing. Fixes c... mooglyguy2018-10-071-0/+5
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-6/+4
* remove lots of MCFG_ (nw) Vas Crabb2018-07-171-34/+33
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-40/+40
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-15/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* genpc, isa8: Make maincpu tag more honestly configurable (nw) AJR2017-11-091-1/+6
* genpc: Make maincpu tag actually configurable (nw) AJR2017-11-091-2/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* Fix coverity errors about unintended truncation (nw) Vas Crabb2017-06-021-4/+4
* 1st half of devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-05-311-52/+29
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-17/+14
* Device validation fixes: clean up the genpc MESS (nw) AJR2017-03-031-3/+13
* Start cleaning up duplicate shortnames Vas Crabb2017-03-031-14/+27
* Self-registering devices prep: Vas Crabb2017-02-271-6/+9
* genpc: fix keyboard and move laser to pc.c with other nongeneric clones (nw) cracyc2016-12-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* pcxt: use pc motherboard device and banking (nw) cracyc2016-03-051-0/+921