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 (
Collapse
)
Author
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 ↵
Mike Pavone
envelope value rather than using it as a limit for the attack phase.
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
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 ↵
Mike Pavone
that games that depend on it can run.