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 (
Collapse
)
Author
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 ↵
Mike Pavone
entire system at the push of a button
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 ↵
Mike Pavone
based on clock divider so that they stay perflectly in sync. Run both the PSG and YM2612 whenver one of them needs to be run.
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 ↵
Mike Pavone
that games that depend on it can run.