summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-064-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-11/+12
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-143-46/+52
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-29/+22
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-143-18/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-234-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-177-7/+7
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-242-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-2/+1
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-1414-122/+31
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-102/+96
* Self-registering devices prep: Vas Crabb2017-02-279-10/+16
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1118-9/+9
* Improvements to rgb_t (nw) AJR2016-10-223-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-137/+137
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-068-8/+8
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-142-2/+2
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-2018-20/+20
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-20/+20
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-059-64/+64
* clang-modernize part 2 Miodrag Milanovic2015-12-041-1/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-146-7/+9
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-091-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+3242