summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cinemat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cinemat: further cleanup/separation - no longer needs a selector member or st... Vas Crabb2018-05-181-31/+31
* cinemat: split out stuff unique to demon and qb3, use virtual methods a bit m... Vas Crabb2018-05-171-29/+34
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-14/+14
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-81/+81
* -output: Removed legacy output accessors from cinemat, bzone drivers. [Ryan H... mooglyguy2018-04-041-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-18/+20
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-15/+15
* qb3: Fix sound (MT #6682) AJR2017-09-141-3/+3
* starhawk: Fix nonstop alert sound (nw) AJR2017-07-281-1/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-214/+306
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* general: Don't attach memory maps to driver_device [O. Galibert] Olivier Galibert2016-11-101-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-14/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1370