summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2mcms.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-12/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-13/+11
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-12/+9
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+10
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-091-9/+7
* a2bus: Simplify and consolidate DMA handlers now that address_space is no lon... AJR2019-01-101-1/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-271-9/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-14/+14
* device_add_mconfig: a small start in devices\bus (nw) Ivan Vangelista2017-06-021-15/+9
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+10
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+382