summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k054321.cpp
Commit message (Expand)AuthorAgeFilesLines
* (emu.h) sound: don't apply gain if value didn't change, also use u32 instead ... hap2025-08-011-3/+3
* k054321: reset m_active at device_reset hap2025-07-311-0/+2
* konami*: correction to device strings (Konami 0xxx instead of K0xxx) hap2025-07-171-1/+1
* New sound infrastructure. Olivier Galibert2025-04-271-14/+6
* Fix memory leak on address_space_specific destruction and add a missing init ... Olivier Galibert2020-11-151-0/+5
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-5/+5
* k054321.cpp : Add notes of unknown writes cam9002020-03-021-0/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* k054321: simpler to use gen_latch (nw) hap2019-03-301-52/+11
* tmnt.cpp : Device'fied prmrsocr exclusive K054986A interface (#4591) cam9002019-03-301-3/+18
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* k054321.cpp : Typo cam9002019-02-031-1/+1
* k054321: remember initial speaker input gains, this fixes volume balance in x... hap2018-11-041-8/+26
* k054321: correction on prev commit (nw) hap2018-10-221-1/+1
* k054321: make it work on all speaker inputs, not just the first (nw) hap2018-10-221-2/+5
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-6/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-16/+18
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* A few timer_set removals (nw) Ivan Vangelista2017-04-261-1/+1
* k054321.cpp: added save state support. Also removed unneeded includes from th... Ivan Vangelista2017-04-261-0/+5
* k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-251-0/+138