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