summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* new NOT WORKING ClickStart [Sean Riddle, Clawgrip, TeamEurope] + a Software L... David Haywood2019-01-041-0/+3
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-117/+31
* (nw) misc cleanup: Vas Crabb2018-11-041-24/+25
* srcclean and cleanup (nw) Vas Crabb2018-10-281-35/+35
* vsmile: removed Unununium timing hacks, nw mooglyguy2018-10-211-34/+21
* vsmile: Fixed erroneous cartridge ROM mirroring. Gets V.Smile games to boot. ... mooglyguy2018-10-211-48/+59
* spg2xx: Fixed tilemap wallpaper mode. Fixes V.Smile intro background. [Ryan H... Ryan Holtz2018-10-191-1/+1
* spg2xx: Clear SPU channel enable when writing to SPU stop register, fixes dru... mooglyguy2018-10-181-14/+16
* -spg2xx: Added chip select callback and rudimentary ADC hookup. [Ryan Holtz] mooglyguy2018-10-181-43/+83
* Merge fix. mooglyguy2018-10-161-62/+56
|\
| * spg2xx: Fixed beat count register handling. Fixes non-looping music. [Ryan Ho... Ryan Holtz2018-10-161-8/+10
| * spg2xx: Converted to use logmacro, nw Ryan Holtz2018-10-161-269/+268
* | spg2xx: Fixed handling of beat count register, fixes music looping. [Ryan Holtz] mooglyguy2018-10-151-275/+296
|/
* -spg2xx: Fixed audio channel enable check, fixed infinitely-looping samples i... mooglyguy2018-10-151-105/+106
* spg2xx: Added support for fade offset control register. [Ryan Holtz] Ryan Holtz2018-10-151-98/+122
* spg2xx: Added support for saturation control register. [Ryan Holtz] Ryan Holtz2018-10-151-13/+57
* -unsp: Added the ability to log execution into the standard error log, nw mooglyguy2018-10-141-140/+413
* vii: Fix erroneously commented-out UART IRQs, fixes vii controls, nw mooglyguy2018-10-141-11/+11
* spg2xx: Added more IO register logging, nw mooglyguy2018-10-131-44/+192
* spg2xx: Increased SPU channel count from 6 to 16. Greatly improves audio in m... mooglyguy2018-10-131-89/+143
* vii: Added an optional visual debugger for audio, hidden behind a #define. [R... Ryan Holtz2018-10-121-6/+88
* spg2xx: Added rudimentary envelope support, needs more work. [Ryan Holtz] mooglyguy2018-10-091-28/+205
* spg2xx: Hooked up volume, panning, and sample interpolation. [Ryan Holtz] mooglyguy2018-10-071-108/+140
* spg2xx: Added preliminary sound to Vii driver et al. [Ryan Holtz] mooglyguy2018-10-071-87/+992
* spg2xx: Split into SPG24x and SPG28x variants to handle different sprite limi... mooglyguy2018-10-061-4/+15
* vii: Device-ified the SPG2xx SoC. [Ryan Holtz] mooglyguy2018-10-061-0/+948