summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/i5000.c
Commit message (Collapse)AuthorAgeFilesLines
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
| | | it is set to same value in sound.c
* tag files that are (mostly) by me Michaël Banaan Ananas2013-10-161-0/+2
|
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
|
* (sync fix) Michaël Banaan Ananas2013-04-211-2/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+13
|
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-2/+2
|
* added savestates Michaël Banaan Ananas2012-04-291-0/+23
|
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-20/+20
|
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory_region management into the memory manager instead of directly in the machine. Hid the global region method; now all regions must be looked up relative to a device. If you're a member function, you can just use memregion("tag") directly. If you're a global function or a device referencing global regions, use machine().root_device().memregion("tag") to look up regions relative to the root. S&R to convert all references: machine([()]*)\.region machine\1\.root_device\(\).subregion Then remove redundant machine().root_device() within src/mame: ([ \t])machine\(\)\.root_device\(\)\. \1 And use state->memregion() if we have a state variable present: (state *= *[^;]+driver_data[^}]+)([^ \t]*)machine[()]*\.root_device\(\)\. \1state-> Finally some cleanup: screen.state-> state-> device->state-> state-> space->state-> state-> And a few hand-tweaks.
* (update prev commit) Michaël Banaan Ananas2012-04-171-4/+5
|
* exponential volume table sounds much better (music doesn't drown sfx anymore) Michaël Banaan Ananas2012-04-171-3/+14
|
* 3bit adpcm pitch was wrong Michaël Banaan Ananas2012-04-171-7/+5
|
* small fix Michaël Banaan Ananas2012-04-171-4/+2
|
* add 3bit adpcm Michaël Banaan Ananas2012-04-171-27/+79
|
* fix unending samples Michaël Banaan Ananas2012-04-161-5/+23
|
* woops Michaël Banaan Ananas2012-04-161-0/+2
|
* preliminary Imagetek I5000 sound emulation. [hap] Michaël Banaan Ananas2012-04-161-13/+144
|
* i5000 skeleton, more next week Michaël Banaan Ananas2012-04-131-0/+69