summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbmiec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-206-4/+16
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0610-142/+142
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-046-47/+53
* Rename machine/latch.* to machine/output_latch.* (nw) AJR2018-05-021-1/+1
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-302-4/+4
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-212-18/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-149-76/+89
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-149-22/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1220-16/+33
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-312-5/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-239-43/+43
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1710-19/+19
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* genpc, isa8: Make maincpu tag more honestly configurable (nw) AJR2017-11-091-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-1/+1
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-023-3/+0
* Some more descriptive names for CBM IEC devices AJR2017-06-116-22/+22
* Further improvements to slot option validation (nw) AJR2017-06-104-8/+8
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-0820-380/+159
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2210-19/+19
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1426-608/+556
* Start cleaning up duplicate shortnames Vas Crabb2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-2713-32/+32
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1126-13/+13
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-10/+10
* Make RTC-6242x and RTC-7242x nominally distinct device types (nw) AJR2016-11-151-2/+3
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2226-89/+89
* Fix MT06315, M6504 only has a 13-bit address bus, nw therealmogminer@gmail.com2016-08-291-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0622-54/+54
* Improve commodore printer device descriptions (nw) Scott Stone2016-06-291-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* reverting: Miodrag Milanovic2016-01-2026-75/+75
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2010-10/+10
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1610-10/+10
* tags are now strings (nw) Miodrag Milanovic2016-01-1626-75/+75
* modernize output_manager (nw) Miodrag Milanovic2016-01-103-4/+4
* cleanups (nw) Miodrag Milanovic2015-12-254-5/+3
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-0513-120/+120
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* clang-modernize part 2 Miodrag Milanovic2015-12-044-11/+11
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-2/+2
* interpod: Update link to page. (nw) Mike Naberezny2015-11-081-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0813-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1326-0/+6334