summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device name (nw) Angelo Salese2017-09-281-1/+1
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-244-22/+22
* deco32: Improvements and cleanups Dirk Best2017-09-222-0/+250
* converted flstory.cpp to use ta7630 (nw) angelosa2017-09-221-1/+1
* ta7630 hookup for msisaac (nw) angelosa2017-09-222-1/+9
* Wrote a new device for TA7630, hooked it up to buggychl.cpp (nw) angelosa2017-09-222-0/+154
* ymf271.cpp: added slot end status bits, fixes at least missing shots samples ... angelosa2017-09-172-4/+31
* update ay8910/ym2203 notes (nw) Lord-Nightmare2017-08-311-4/+6
* saa1099: Remove unnecessary device tag from logerror messages (nw) AJR2017-08-291-3/+3
* srcclean (nw) Vas Crabb2017-08-271-7/+7
* Merge pull request #2467 from 057a3dd61f99517a3afea0051a49cb27994f94d/gb-opti... R. Belmont2017-08-231-71/+63
|\
| * gb.cpp: save m_last_updated and m_snd_control.cycles 057a3dd61f99517a3afea0051a49cb27994f94d2017-07-141-0/+2
| * gb.cpp: optimize the channel update methods. 057a3dd61f99517a3afea0051a49cb27994f94d2017-07-131-71/+61
* | audio/irem.cpp: VCK modernization; remove unnecessary subdevice resets (nw) AJR2017-08-141-6/+3
* | Delay data capture timing for MSM5205 and MSM6585 (should help with synchroni... AJR2017-08-112-21/+37
* | Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-1/+1
* | multipcm: confirmed as Yamaha YMW-258-F. [any, R. Belmont] arbee2017-07-271-5/+4
* | Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-0/+2
* | ym2151: Emulate reset line AJR2017-07-262-5/+20
* | YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-252-5/+20
* | New 74LS259/9334/CD4099 devices AJR2017-07-252-9/+9
* | Machines promoted to working Luca Elia2017-07-222-17/+13
* | explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-166-51/+51
* | Make machine().describe_context() a const function returning a std::string (nw) AJR2017-07-132-141/+64
* | gcpinbal: Might as well modernize the callback of the only MSM6585 in MAME (nw) AJR2017-07-111-3/+0
* | make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-1010-15/+15
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-0311-47/+45
* | Improve the speed of romident by dynamically allocating some large device mem... Phil Bennett2017-07-022-3/+4
* | ymz280b: Implement device_clock_changed (nw) AJR2017-06-272-0/+8
* | Rise of the OPX (nw) AJR2017-06-271-1/+1
* | okim6258, okim6376: Replace custom handlers with device_clock_changed (nw) AJR2017-06-264-25/+11
* | tms5110: Implement device_clock_changed (nw) AJR2017-06-262-6/+3
* | namco: Support dynamic changes to clock frequency AJR2017-06-262-15/+22
* | tms5220: Use device_clock_changed instead of custom method; misc. modernizati... AJR2017-06-262-18/+11
* | ymf271: Support dynamic changes to clock frequency AJR2017-06-262-12/+24
* | ym2151: Support dynamic changes to clock frequency AJR2017-06-262-11/+22
* | s2650: I/O modernization AJR2017-06-222-2/+2
* | kchampvs: Fix ADPCM sound (MT #6479) AJR2017-06-192-24/+82
* | ay8910.cpp: Document device names (nw) AJR2017-06-151-20/+20
* | ay8910.cpp: Fixed device_clock_changed to respect the YM2149_PIN26_LOW flag. ... Lord-Nightmare2017-06-111-6/+5
* | fix c&p error (nw) Lord-Nightmare2017-06-091-5/+5
* | saa1099: Zero writes are not errors (nw) AJR2017-06-071-1/+4
* | saa1099: Create standard write handler; substitute for bogus YM2413 in magica... AJR2017-06-072-0/+10
* | okim6295: Simplify logerror messages (nw) AJR2017-06-071-2/+2
* | add ay-3-8913 diagram (nw) Lord-Nightmare2017-06-061-0/+34
* | dmadac: Check if list item exists before calling member function. (nw) Ted Green2017-06-041-1/+2
* | various comment updates (nw) Lord-Nightmare2017-06-041-2/+2
* | A little more info on the YMZ chips (nw) AJR2017-06-021-0/+6
* | ay-3-8910: update/fix documentation and comments, add additional pinouts and ... Lord-Nightmare2017-06-022-80/+227
* | ay8910.cpp: add pinout, remove outdated comments from .h [Lord Nightmare] Lord-Nightmare2017-05-302-15/+92