summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_zm.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/audio (mostly): simplified some handlers (nw) Ivan Vangelista2020-04-241-8/+8
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* -nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-7/+8
* taito_zm: remove leftovers (nw) hap2018-08-291-19/+1
* please people, don't leave printf around - we have logerror and the LOG stuff... Vas Crabb2018-08-291-1/+1
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* taito_zm games: Better default Zoom/SPU balance superctr2018-08-191-2/+2
* taito_zm: fix comments for ctr (nw) hap2018-08-181-10/+0
* taito_zm.cpp / zsg2.cpp - more improvements (#3866) superctr2018-08-181-9/+16
* taito_zm: DSP emulation (work in progress!) (#3854) superctr2018-08-171-19/+52
* Improve Taito Zoom ZSG-2 sound emulation (#3847) superctr2018-08-141-1/+5
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+8
* 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-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* general: Don't attach memory maps to driver_device [O. Galibert] Olivier Galibert2016-11-101-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+187