summaryrefslogtreecommitdiff
path: root/psg.c
AgeCommit message (Expand)Author
2020-04-29WIP netplay supportMichael Pavone
2020-03-28Fix PSG frequency written to VGM header when loggingMichael Pavone
2020-03-27Initial stab at VGM logging supportMichael Pavone
2019-05-17Split generic part of audio code into a separate file so it can be used in ot...Michael Pavone
2018-03-30More audio refactoring in preparation for allowing proper sync to video with ...Michael Pavone
2018-03-28Small cleanup to audio interface between emulation code and renderer backendMichael Pavone
2017-08-29Fix operator precedence in psg serialize/deserializeMichael Pavone
2017-08-06WIP - New savestate formatMichael Pavone
2017-05-11Fix resampling code to deal with case in which output frequency is greater th...Michael Pavone
2016-11-28Clean up symbol visiblity and delete a ltitle bit of dead codeMichael Pavone
2016-05-01Made low pass filter frequency configurableMichael Pavone
2016-04-20Fix PSG linear resampling and implement a low pass filterMichael Pavone
2016-04-19Not so successful attempt at improved PSG resamplingMichael Pavone
2015-11-13Selecting a second game from the menu now worksMichael Pavone
2015-10-31Remove some debug junk from the PSG coreMichael Pavone
2015-10-29Somewhat better handling of high frequency PSG tones. Needs work to fully han...Michael Pavone
2014-02-11Adjust PSG and YM-2612 volume to be closer to the real consoleMichael Pavone
2014-01-06The local clone on my laptop got messed up and some changes had not been push...Michael Pavone
2013-10-01Implement turbo/slow motion feature that overclocks or underclocks the entire...Mike Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-06-19Use a slightly more sane PSG volume divider. Stil seems too loud, need to che...Mike Pavone
2013-06-03Make the PSG and YM2612 use the master clock internal with an increment based...Mike Pavone
2013-05-29Incredibly broken YM2612 support plus a fix to Z80 bus requestMike Pavone
2013-05-23Fix clipping in PSG coreMike Pavone
2013-05-23Initial PSG support. Mostly works, noise channel is borked though.Mike Pavone