summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abckb (follow)
Commit message (Expand)AuthorAgeFilesLines
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-272-14/+14
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-11/+14
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-26/+26
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-7/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-32/+37
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* Fix build by removing unused variables (nw) AJR2018-02-142-2/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-142-19/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-5/+10
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-272-4/+18
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-076-68/+37
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-40/+36
* mcs48: Convert ports to devcb (nw) AJR2017-05-066-44/+27
* Self-registering devices prep: Vas Crabb2017-02-276-17/+19
* Remove emu.h from headers (nw) Olivier Galibert2017-02-118-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-17/+17
* required_ioport_array. (nw) Curt Coder2016-10-094-109/+20
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-066-6/+6
* Make watchdog timer a separate device AJR2016-04-302-1/+6
* reverting: Miodrag Milanovic2016-01-208-12/+12
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-168-12/+12
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-11/+11
* override part 1 (nw) Miodrag Milanovic2015-12-054-24/+24
* cleanup Miodrag Milanovic2015-12-052-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-144-9/+9
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+2500