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
/
ym2612.h
Age
Commit message (
Expand
)
Author
2020-03-27
Initial stab at VGM logging support
Michael Pavone
2020-02-26
Implement selectable YM2612/YM3834 invalid status port behavior
Michael Pavone
2020-02-24
Fix YM2612 busy flag timing
Michael Pavone
2019-09-07
Cache operator phase increment for a small perf improvement
Michael Pavone
2019-05-17
Split generic part of audio code into a separate file so it can be used in ot...
Michael Pavone
2019-03-27
Operator results should be delayed by one sample when used as a modulator in ...
Michael Pavone
2019-03-24
Optionally emulate the offset around zero in the imperfect DAC of a discrete ...
Michael Pavone
2018-12-30
Optimize YM operator modulation
Mike 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-06
WIP - New savestate format
Michael Pavone
2017-03-30
Reset YM2612 whenver the Z80 is reset. Fixes issue with stuck notes in Fantas...
Michael Pavone
2017-03-27
Initial implementation of YM2612 SSG-EG mode
Michael Pavone
2017-03-25
Basic implementation of CSM mode that should handle documented edge cases. Do...
Michael Pavone
2016-05-01
Made low pass filter frequency configurable
Michael Pavone
2016-04-20
Implemented linear resampling and low pass filter for the YM2612
Michael Pavone
2016-02-18
Remove phase increment caching. Fix LFO phase modulation calculation
Michael Pavone
2016-02-13
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-01
Wrote a buggy tool for splitting VGM files by channel
Michael Pavone
2015-10-31
Small fix to how manual YM-2612 timer reloads work. Seems to better match a s...
Michael Pavone
2015-05-27
Add a basic YM-2612 command to the debugger. Fix negative detune values and g...
Michael Pavone
2014-02-13
Better emulation of the YM-2612 busy flag
Mike Pavone
2014-02-12
Fix operator 1 self-feedback
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-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-06-29
Add support for loading GST format savestates
Mike Pavone
2013-06-19
Initial stab at LFO phase modulation
Mike Pavone
2013-06-16
Add support for logging YM2612 channels to WAVE files
Mike Pavone
2013-06-16
Fix YM2612 timers
Mike Pavone
2013-06-04
Initial implementation of channel 3 special mode
Mike Pavone
2013-06-03
Make the PSG and YM2612 use the master clock internal with an increment based...
Mike Pavone
2013-06-02
Use signed ints for things that represent signed values in YM2612 core
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-27
YM2612 WIP update
Mike Pavone
2013-05-27
YM2612 WIP snapshot before register refactor
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone