summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-5/+5
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-066-43/+43
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-12/+14
* Eliminate last use of set_digit_value (nw) AJR2018-04-132-2/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-10/+12
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-10/+10
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-14/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-4/+8
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-236-8/+8
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-176-11/+11
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+2
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-0812-221/+162
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-226-11/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-170/+170
* mcs48: Convert ports to devcb (nw) AJR2017-05-062-9/+5
* Self-registering devices prep: Vas Crabb2017-02-279-17/+17
* Remove emu.h from headers (nw) Olivier Galibert2017-02-118-8/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-111/+111
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-066-12/+12
* Memory fun [O.Galibert] Olivier Galibert2016-06-142-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-2018-42/+42
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-8/+8
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-2/+2
* some additional (nw) Miodrag Milanovic2016-01-162-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-42/+42
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* override part 1 (nw) Miodrag Milanovic2015-12-059-77/+77
* clang-modernize part 2 Miodrag Milanovic2015-12-042-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-149-23/+25
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* removed render.h from emu.h and fix deps (nw) Miodrag Milanovic2015-11-061-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+2724