summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
Commit message (Collapse)AuthorAgeFilesLines
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-1469-123/+123
|
* lot of license updates according to logs, whatsnew and mails (nw) Miodrag Milanovic2015-05-144-4/+4
|
* Update for ElSemi (nw) Miodrag Milanovic2015-05-1412-12/+12
|
* sorted out more (nw) Miodrag Milanovic2015-05-14127-204/+204
|
* update for Ville Linde (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-2/+2
|
* update for James Wallace (nw) Miodrag Milanovic2015-05-121-1/+1
|
* Update for Mirko Buffoni and some shared (nw) Miodrag Milanovic2015-05-121-2/+2
|
* updated license (note: it is lgpl compatible, no dual license needed) - Also ↵ hap2015-05-112-22/+2
| | | | got rid of ancient outdated changelog
* changes for Ernesto Corvi (nw) Miodrag Milanovic2015-05-113-6/+6
|
* done for Tomasz Slanina (nw) Miodrag Milanovic2015-05-112-2/+2
|
* Brad Oliver licenses (nw) Miodrag Milanovic2015-05-112-10/+4
|
* Changes for Bryan McPhail (nw) Miodrag Milanovic2015-05-112-4/+4
|
* Updated files for Dan Boris (nw) Miodrag Milanovic2015-05-111-2/+2
|
* update license for Peter Trauner and Antoine Mine (nw) Miodrag Milanovic2015-05-111-2/+2
|
* License tagging (n/w) Lord-Nightmare2015-05-105-7/+14
|
* some copyright tags hap2015-05-096-10/+10
|
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-093-10/+6
|
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-096-6/+6
|
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-2/+2
|
* changes for Juergen Buchmueller in core and credits for some files in mess(nw) Miodrag Milanovic2015-05-072-4/+4
|
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-078-24/+0
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-07226-0/+452
|
* s14001a.c: fix compile (nw) Alex W. Jackson2015-05-061-1/+1
|
* berzerk.c: enabled save state support (nw) Ivan Vangelista2015-05-062-11/+21
| | | | s14001a.c: added save state support (nw)
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-295-76/+73
|
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+1
|
* converted in sound and video section (nw) Miodrag Milanovic2015-04-192-5/+4
|
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-147-48/+43
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-122-6/+6
|
* Update iteagle files U-demo\test2015-04-112-91/+251
|
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-1/+1
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-1/+1
|/
* Merge branch 'master' of https://github.com/ZoeB/mame Vas Crabb2015-04-105-78/+77
|\ | | | | | | | | | | | | Conflicts: src/mess/drivers/elecbowl.c src/mess/drivers/hh_hmcs40.c src/mess/drivers/hh_tms1k.c
| * Tidy whitespace in plain text files Zoë Blade2015-04-081-69/+69
| |
| * Tidy whitespace in corresponding .h files too Zoë Blade2015-04-081-1/+0
| |
| * Tidy more whitespace Zoë Blade2015-04-082-6/+6
| |
| * Capitalise proper nouns etc Zoë Blade2015-04-051-2/+2
| |
* | Improved sample format courtesy of OG. Angelo Salese2015-04-091-5/+11
| | | | | | | | Realized that XRally uses 66150 Hz as music tempo for Network BGM. Sounds reasonable, but urgh because the thing uses *something* for BPM.
* | left-over test Angelo Salese2015-04-091-1/+1
| |
* | Looping, adds a lot of noise of course because we don't yet know how to keyoff Angelo Salese2015-04-092-4/+15
| |
* | Some minor mods Angelo Salese2015-04-091-9/+11
| |
* | Added end address, amongst other minor things. Angelo Salese2015-04-092-84/+80
| |
* | invqix.c: added save state support (nw) Ivan Vangelista2015-04-082-11/+1
| |
* | Silly mistake during refactoring angelosa2015-04-051-2/+2
| |
* | Added volume panning angelosa2015-04-052-5/+18
|/
* video/hng64.c popmessages under pre-processor switch. angelosa2015-04-051-3/+3
|
* Added keyin, because yes. angelosa2015-04-052-17/+21
|