summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cinemat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cinemat: Remove redundant code, move speakers to game drivers Aaron Giles2020-10-061-49/+27
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-13/+13
* audio/cinemat.cpp: small cleanup/safety improvement Vas Crabb2020-08-271-25/+25
* Added netlist-based audio to early Cinematronics vector games (#6979) Aaron Giles2020-07-221-1094/+132
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-1/+1
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-4/+4
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-78/+91
* ay8910: small batch of MCFG removal (nw) Ivan Vangelista2018-11-071-13/+12
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-4/+2
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-4/+4
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-77/+62
* 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