summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/irem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-11/+11
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-3/+3
* kidniki: Fix a number of audio issues. [Couriersud] couriersud2019-10-061-2/+1
* netlist: Add more validations and fix issues identified. couriersud2019-04-211-3/+0
* Improve netlist initialization in drivers. (nw) couriersud2019-04-141-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* ay8910.cpp : Updates cam9002019-02-151-6/+6
* -devices/sound/msm5205: Removed unused MCFG_MSM6585 macros, nw mooglyguy2019-01-021-34/+28
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-45/+43
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-261-15/+18
* devcb3 Vas Crabb2018-07-071-19/+19
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+3
* 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-061-33/+33
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-11/+11
* maps: Finish mame/audio and the lone dummy (nw) Olivier Galibert2018-04-201-20/+24
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* audio/irem.cpp: VCK modernization; remove unnecessary subdevice resets (nw) AJR2017-08-141-29/+6
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1/+1
* fix for MSVC (nw) smf-2017-05-251-1/+1
* finished updating mame/audio devices to use device_add_mconfig insted of devi... Ivan Vangelista2017-05-241-42/+17
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+24
* Irem Audio: Got rid of gen_latch usage; fixed missing d7 on sound latch; fixe... Lord-Nightmare2017-05-121-16/+35
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* Clean up net_t interface and increase readability. (nw) couriersud2017-02-221-1/+0
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Merge netlist_dev branch, all code_refactoring: (nw) couriersud2016-06-161-5/+5
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-6/+12
* irem audio fix (nw) Miodrag Milanovic2016-05-011-2/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-5/+5
* Convert kidniki netlist into an external one. couriersud2016-04-171-98/+4
* Significant speed improvement: couriersud2016-04-151-2/+2
* netlist: couriersud2016-03-271-1/+4
* Fix kidniki sound speed. Make more class members private. couriersud2016-03-261-2/+2
* Netlist: code maintenance couriersud2016-03-231-1/+3
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* renamed nl_kidniki to inc (nw) Miodrag Milanovic2015-11-131-1/+1
* fix compile (nw) Miodrag Milanovic2015-11-081-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+663