log ym2612.c @ 448:e85a107e6ec0

age author description
Sat, 20 Jul 2013 23:49:31 -0700 Mike Pavone Fix handling of key on in YM2612 core
Sat, 29 Jun 2013 17:15:08 -0700 Mike Pavone Add support for loading GST format savestates
Wed, 19 Jun 2013 00:25:09 -0700 Mike Pavone Initial stab at LFO phase modulation
Sun, 16 Jun 2013 17:57:57 -0700 Mike Pavone Add support for logging YM2612 channels to WAVE files
Sun, 16 Jun 2013 13:42:13 -0700 Mike Pavone Fix modulation condition for operator 2
Sun, 16 Jun 2013 00:56:23 -0700 Mike Pavone Fix YM2612 timers
Tue, 11 Jun 2013 23:36:18 -0700 Mike Pavone Fix output of algorithm 4 and make some other minor YM2612 core improvements
Wed, 05 Jun 2013 19:26:02 -0700 Mike Pavone Fix channel mapping in key on/off register
Tue, 04 Jun 2013 21:23:12 -0700 Mike Pavone Initial implementation of channel 3 special mode
Tue, 04 Jun 2013 09:16:41 -0700 Mike Pavone Fix operator precedence bug with sustain level
Mon, 03 Jun 2013 23:44:11 -0700 Mike Pavone Fix modulation shift value
Mon, 03 Jun 2013 21:43:38 -0700 Mike Pavone Make the PSG and YM2612 use the master clock internal with an increment 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.
Sun, 02 Jun 2013 22:37:48 -0700 Mike Pavone Make shift value of operator output to modulation input a define
Sun, 02 Jun 2013 22:33:27 -0700 Mike Pavone Adjust shift for feedback
Sun, 02 Jun 2013 22:30:41 -0700 Mike Pavone Initial stab at feedback
Sun, 02 Jun 2013 21:52:42 -0700 Mike Pavone Fix key scaling
Sun, 02 Jun 2013 21:12:43 -0700 Mike Pavone Fix YM2612 busy flag
Sun, 02 Jun 2013 13:42:33 -0700 Mike Pavone Use signed ints for things that represent signed values in YM2612 core
Sun, 02 Jun 2013 00:00:22 -0700 Mike Pavone Fix register to operator mapping. Fix rate table generation. Add TL to envelope value rather than using it as a limit for the attack phase.
Fri, 31 May 2013 21:30:11 -0700 Mike Pavone Fix left/right enable default value
Wed, 29 May 2013 21:21:14 -0700 Mike Pavone Actually save the shifted phase inc after applying the block shift
Wed, 29 May 2013 00:57:19 -0700 Mike Pavone Incredibly broken YM2612 support plus a fix to Z80 bus request
Mon, 27 May 2013 22:19:11 -0700 Mike Pavone YM2612 WIP update
Mon, 27 May 2013 09:54:58 -0700 Mike Pavone YM2612 WIP snapshot before register refactor
Sun, 05 May 2013 22:56:42 -0700 Mike Pavone Add a YM2612 stub implementation with just timers and status registers so that games that depend on it can run.