summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
Commit message (Collapse)AuthorAgeFilesLines
...
| * msx.c: Added moonsound fm part. (nw) Wilbert Pol2015-07-212-3/+61
| |
* | Added preliminary CD-DA routing to SCSP EXTS parallel port, fixes CD-Rom ↵ angelosa2015-07-211-5/+8
|/ | | | player equalizer in Sega Saturn. [Angelo Salese]
* ymf278b.c: Added simple FM reg read back (nw) Wilbert Pol2015-07-192-1/+7
|
* naughtyb.c: added save state support (nw) Ivan Vangelista2015-07-151-0/+15
|
* Revert most of "shut up C++ about missing args to macros, GCC5.1 generates ↵ balr0g2015-07-092-24/+19
| | | | | | | | exact same code regardless using -O3 (nw)" This reverts commit 958ec9ffe880a8bb088ad89a7d3a9db8b1993ab6. Unfortunately this commit breaks -Werror compilation in Clang, due to new unused variables. A better solution will have to be found.
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
|
* Quiet anonymous union errors. Used a couple different techniques, all ↵ Cowering2015-07-082-57/+57
| | | | compile to same code as before with -O3 (nw)
* shut up C++ about missing args to macros, GCC5.1 generates exact same code ↵ Cowering2015-07-082-19/+24
| | | | regardless using -O3 (nw)
* more pedantic fixes (nw) Cowering2015-07-083-4/+4
|
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
|
* saa1099: fix compile (nw) arbee2015-07-031-8/+8
|
* random letter removed mixxmaster2015-07-011-1/+1
|
* accidentally let a few typos split mixxmaster2015-07-011-9/+9
|
* corrected version history* mixxmaster2015-06-291-2/+2
|
* fixed SAA1099 to actually use clock (nw); corrected Game Blaster/SB1.0 clock ↵ mixxmaster2015-06-292-21/+28
| | | | to 7.159mhz
* memory: Remove support for decrypted bases, use an address space instead [O. ↵ Olivier Galibert2015-06-248-62/+62
| | | | Galibert]
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-246-53/+53
|
* sn76496: add ready read Dirk Best2015-06-231-0/+1
|
* Left a comment in AY8910.c about io ports A and B. (nw) couriersud2015-06-211-0/+6
| | | | | | | | The io ports are designed as open collector outputs. Bits 7 and 8 of AY_ENABLE only enable (low) or disable (high) the pull up resistors. The YM2149 datasheet specifies those pull up resistors as 60k to 600k (min / max). We do need a callback for those two flags. Kid Niki (Irem m62) is one such case were it makes a difference in comparison to a standard TTL output.
* Fix a clash (for_each) with c++ standard libraries. (nw) couriersud2015-06-212-3/+2
|
* Made FM cores compile only in group, that way it always work (nw) Miodrag Milanovic2015-06-212-9/+9
|
* Fix compiling just specific fm cores (nw) Miodrag Milanovic2015-06-202-9/+9
|
* unneeded (nw) Cowering2015-06-191-5/+0
|
* update tms5110r.c comments (n/w) Lord-Nightmare2015-06-151-11/+22
|
* tms5110.c and tms5220.c: fix missing cast for chirp/excitation values, fix a ↵ Lord-Nightmare2015-06-142-13/+9
| | | | potential off-by-one for tms5110.c as well. [Lord Nightmare]
* tms5110r.inc: Add CD2801/TMC0280 chirp table [Digshadow, PlgDavid, Lord ↵ Lord-Nightmare2015-06-141-23/+34
| | | | Nightmare]
* Corrections to some comments in tms5110r.inc (n/w) Lord-Nightmare2015-06-121-23/+24
|
* copy/paste fix. n/w Lord-Nightmare2015-06-111-1/+0
|
* tms5110r.c: Add new LPC table data for CD2802, CD2801; TMS5110A/TMC0281D; ↵ Lord-Nightmare2015-06-114-342/+497
| | | | add new information regarding each chip. Reorganize LPC tables to use #defines rather than repeating identical data. [PlgDavid, Lord_Nightmare, NullMoogleCable]
* Moved device constructors from the header to the driver in an effort to keep ↵ Scott Stone2015-06-112-30/+42
| | | | things uniform (part 1) (nw)
* Merge pull request #208 from superctr/master R. Belmont2015-06-111-4/+6
|\ | | | | seta, x1-010: Fix pitch in downtown [superctr]
| * Seta, x1-010: Implement frequency division flag Ian Karlsson2015-06-101-4/+6
| |
| * Revert "seta, x1-010: Fix pitch in downtown" Ian Karlsson2015-06-102-8/+4
| | | | | | | | This reverts commit 76d163530eec153afb0cb4b059e290bcd018aa55.
| * seta, x1-010: Fix pitch in downtown Ian Karlsson2015-06-102-4/+8
| |
* | removed old kludge hap2015-06-111-10/+2
|/
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-072-2/+2
|
* Improve Ensoniq 5503DOC Swap Mode NJRoadfan2015-06-041-1/+2
| | | | | | | | | | If one oscillator is in swap mode, its partner should be treated as being in swap mode, even if it is set to one shot. This behavior is undocumented in literature from Ensoniq, but exploited by software developers. This change allows Ninjaforce's NinjaTracker to correctly play looped instruments.
* srmp5.c: added save state support (nw) Ivan Vangelista2015-06-041-0/+5
|
* correct zsg2 internal clock hap2015-06-021-5/+3
|
* resolved some more (nw) Miodrag Milanovic2015-06-022-2/+2
|
* namcos86.c: preparation for save state support, switched to configured ↵ Ivan Vangelista2015-06-011-0/+10
| | | | banking. Not enabled because roishtar's mcu fails spectacularly on reload (nw)
* Typo found... RobertoFresca2015-05-312-2/+2
|
* Fix the damage (nw) Alex W. Jackson2015-05-303-21/+21
|
* Adjust C352 clock divider for System12/23 Ian Karlsson2015-05-292-3/+3
|
* Add configurable clock dividers for Namco C352 Ian Karlsson2015-05-292-5/+49
|
* Fixed the build. Robbbert2015-05-291-2/+2
|
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-2817-17/+17
|\
| * We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-2817-17/+17
| |
* | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ↵ Cowering2015-05-284-17/+17
|/ | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you
* Sorry Alex (nw) Miodrag Milanovic2015-05-272-2/+2
|