Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed not needed parameter from stream_alloc (nw) | 2014-04-30 | 1 | -1/+1 | |
| | | | it is set to same value in sound.c | ||||
* | tag files that are (mostly) by me | 2013-10-16 | 1 | -0/+2 | |
| | |||||
* | extended large amount of devices with shortname and source file data (nw) | 2013-06-21 | 1 | -1/+1 | |
| | |||||
* | (sync fix) | 2013-04-21 | 1 | -2/+1 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -14/+13 | |
| | |||||
* | Clean-ups and version bumpmame0145u8 | 2012-05-07 | 1 | -2/+2 | |
| | |||||
* | added savestates | 2012-04-29 | 1 | -0/+23 | |
| | |||||
* | Clean-ups and version bumpmame0145u7 | 2012-04-22 | 1 | -20/+20 | |
| | |||||
* | Changed device->subregion to device->memregion. Moved | 2012-04-20 | 1 | -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) | 2012-04-17 | 1 | -4/+5 | |
| | |||||
* | exponential volume table sounds much better (music doesn't drown sfx anymore) | 2012-04-17 | 1 | -3/+14 | |
| | |||||
* | 3bit adpcm pitch was wrong | 2012-04-17 | 1 | -7/+5 | |
| | |||||
* | small fix | 2012-04-17 | 1 | -4/+2 | |
| | |||||
* | add 3bit adpcm | 2012-04-17 | 1 | -27/+79 | |
| | |||||
* | fix unending samples | 2012-04-16 | 1 | -5/+23 | |
| | |||||
* | woops | 2012-04-16 | 1 | -0/+2 | |
| | |||||
* | preliminary Imagetek I5000 sound emulation. [hap] | 2012-04-16 | 1 | -13/+144 | |
| | |||||
* | i5000 skeleton, more next week | 2012-04-13 | 1 | -0/+69 | |