summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/genpc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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