comparison ym2612.h @ 1808:ce6881d64eef

Operator results should be delayed by one sample when used as a modulator in some cases based on relative execution time and pipeline length
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Mar 2019 22:04:54 -0700
parents 5278b6e44fc1
children 4c322abd9fa5
comparison
equal deleted inserted replaced
1807:a218c253fcb3 1808:ce6881d64eef
37 typedef struct { 37 typedef struct {
38 FILE * logfile; 38 FILE * logfile;
39 uint16_t fnum; 39 uint16_t fnum;
40 int16_t output; 40 int16_t output;
41 int16_t op1_old; 41 int16_t op1_old;
42 int16_t op2_old;
42 uint8_t block_fnum_latch; 43 uint8_t block_fnum_latch;
43 uint8_t block; 44 uint8_t block;
44 uint8_t keycode; 45 uint8_t keycode;
45 uint8_t algorithm; 46 uint8_t algorithm;
46 uint8_t feedback; 47 uint8_t feedback;