summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-07Working now. Original speed: 215%. Split speed: 491%. Ideally should benl-splitfrogs Aaron Giles3-11/+13
2020-10-07Fix MSVC build Aaron Giles1-150/+0
2020-10-07Experiment to split each frogs sound into its own netlist. Builds but crashes. Aaron Giles5-2/+767
2020-10-07vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles4-260/+629
2020-10-06brdrline: sound improvements (#7332) beta-tester2-268/+146
2020-10-06cinemat: Remove redundant code, move speakers to game drivers Aaron Giles2-60/+29
2020-10-05fix compile error due to nested c-style comments by changing some of the comm... Lord-Nightmare1-14/+14
2020-10-05Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles4-99/+1902
2020-10-03nl_boxingb: Fix error in formula. couriersud1-1/+1
2020-09-30netlist: Fix a net splitting issue with four term devices. couriersud1-1/+0
2020-09-28netlist: implement stricter validation. couriersud9-9/+37
2020-09-28astrob: Fix slowdown. couriersud1-9/+9
2020-09-28Fix clang build [-Werror,-Wunused-const-variable] AJR2-4/+0
2020-09-28Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles74-555/+395
2020-09-27netlist: Fix astro blaster sonar sound couriersud1-3/+22
2020-09-27Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2-21/+21
2020-09-23audio/gottlieb.cpp: Tweaked Votrax speech frequency settings to better match... Scott Stone1-1/+1
2020-09-20mm5837: unify implementations Aaron Giles1-49/+5
2020-09-20astrob: significant performance increase couriersud1-25/+66
2020-09-17netlist: Move ICL8038_DIP and NE556_DIP to core. couriersud4-204/+1
2020-09-17Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles1-2/+2
2020-09-17sound: Improved view interfaces to match usage patterns Aaron Giles1-2/+2
2020-09-15cem3394: Major rework Aaron Giles2-91/+61
2020-09-15cyberbal: Fix SAC communications between 6502 and 68000 (MT 7749) AJR1-1/+1
2020-09-13qbert: Better approximation of Votrax frequencies, pending deeper analysis. Aaron Giles1-3/+3
2020-09-13taito_en: fix overdriving that caused distortion and pops in previous version... arbee1-10/+10
2020-09-13Significant internal changes to sound streams (#7169) Aaron Giles81-195/+197
2020-09-13netlist: move more models into the core. couriersud4-28/+16
2020-09-12netlist: Move selected NET_MODELS into the core couriersud3-6/+0
2020-09-04s11c_bg.cpp: update comments with more accurate information, and reorder head... Lord-Nightmare2-12/+15
2020-08-30tr707, tr727, mks7: Add skeleton MB63H114 device AJR2-0/+117
2020-08-30formats: Get rid of more inappropriate use of emu_fatalerror (and fix some sp... Vas Crabb1-3/+3
2020-08-29rax: Modernize RAM allocation and object lookups AJR2-26/+31
2020-08-27es5506.cpp: Updates [cam900] cam9002-16/+47
2020-08-27audio/cinemat.cpp: small cleanup/safety improvement Vas Crabb2-44/+44
2020-08-26segausb.cpp: STRUCT_MEMBER allows you to avoid loops and unclutter the source... Vas Crabb1-21/+16
2020-08-25Updated netlist licenses to CC0. Various minor adjustments based on PR comments. Aaron Giles39-103/+92
2020-08-23srcclean for 0.224 Vas Crabb12-550/+550
2020-08-22netlist: remove duplicate device definitions. couriersud2-2/+2
2020-08-19Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles21-1705/+5794
2020-08-16sspeedr: new netlist audio implementation (#7081) Colin Douglas Howell2-0/+663
2020-08-16-netlist: Regenerated static solvers, and fixed errors preventing static solv... Ryan Holtz1-2/+2
2020-08-16-atarittl: Added netlist for Tank. currently runs at about 0.005% of full spe... Ryan Holtz1-2/+3
2020-08-16clean up #include stuff, make trampoline constructors protected, restore blan... Vas Crabb1-2/+2
2020-08-15mame/audio/cage.cpp: added one missing variable to state saving, should addre... Ivan Vangelista1-0/+1
2020-08-11mw8080bw: add lagunar to 280zzzap netlist audio, other tweaks Colin Douglas Howell4-238/+268
2020-08-11-destroyr: Added netlist sound. [Ryan Holtz] Ryan Holtz2-0/+326
2020-08-11-flyball: Added netlist sound. [Ryan Holtz, Ivan Vangelista] Ryan Holtz2-0/+200
2020-08-10-starfire: Removed MACHINE_IMPERFECT_SOUND flags. Added missing music and Ale... Ryan Holtz3-25/+612
2020-08-09Switched Williams Pin Sound 88 board to use two device_mixer_interface output... Lord-Nightmare2-19/+29