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.c
Age
Commit message (
Expand
)
Author
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-20
Fix register to operator mapping for channel 3 special mode and actually get ...
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
2016-02-10
Change where decay to sustain transition happens to match hardware when decay...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-04
Load config file and rom.db from appropriate locations on Android
Michael Pavone
2015-11-03
Remove obsolete TODO
Michael Pavone
2015-11-02
Fix some bugs in the attack phase and sustain level in the envelope generator
Michael Pavone
2015-11-01
Fix mapping of key on/off reg bits to operators
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-28
Fix LFO counter update speed and implement amplitude modulation
Michael Pavone
2015-05-27
Add a basic YM-2612 command to the debugger. Fix negative detune values and g...
Michael Pavone
2015-05-26
Fix register to operator mapping for channel 3 special mode
Michael Pavone
2014-12-16
Set the busy flag after a YM-2612 address write
Michael Pavone
2014-02-13
Better emulation of the YM-2612 busy flag
Mike Pavone
2014-02-12
Comment out LFO debug printf
Mike Pavone
2014-02-12
Fix operator 1 self-feedback
Michael Pavone
2014-02-11
Adjust PSG and YM-2612 volume to be closer to the real console
Michael Pavone
2014-02-11
Fix overflow handling on FM channel output
Michael Pavone
2014-02-07
Properly clamp envelope value to zero when it overflows during the attack pha...
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-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-20
Fix handling of key on in YM2612 core
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 modulation condition for operator 2
Mike Pavone
2013-06-16
Fix YM2612 timers
Mike Pavone
2013-06-11
Fix output of algorithm 4 and make some other minor YM2612 core improvements
Mike Pavone
2013-06-05
Fix channel mapping in key on/off register
Mike Pavone
2013-06-04
Initial implementation of channel 3 special mode
Mike Pavone
2013-06-04
Fix operator precedence bug with sustain level
Mike Pavone
2013-06-03
Fix modulation shift value
Mike Pavone
2013-06-03
Make the PSG and YM2612 use the master clock internal with an increment based...
Mike Pavone
2013-06-02
Make shift value of operator output to modulation input a define
Mike Pavone
2013-06-02
Adjust shift for feedback
Mike Pavone
2013-06-02
Initial stab at feedback
Mike Pavone
2013-06-02
Fix key scaling
Mike Pavone
2013-06-02
Fix YM2612 busy flag
Mike Pavone
2013-06-02
Use signed ints for things that represent signed values in YM2612 core
Mike Pavone
2013-06-02
Fix register to operator mapping. Fix rate table generation. Add TL to envelo...
Mike Pavone
2013-05-31
Fix left/right enable default value
Mike Pavone
2013-05-29
Actually save the shifted phase inc after applying the block shift
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
[next]