#include <genesis.h>
Data Fields | |
u8 | ALL [32] |
struct { | |
u8 fnum_low | |
union { | |
u8 fhireg | |
struct { | |
u8 fnum_high:3 | |
u8 block:3 | |
u8 dummya:2 | |
} | |
} | |
union { | |
u8 algfbreg | |
struct { | |
u8 algorithm:3 | |
u8 feedback:3 | |
u8 dummyb:2 | |
} | |
} | |
union { | |
u8 lfooutreg | |
struct { | |
u8 lfofreqd:3 | |
u8 dummyb4:1 | |
u8 lfoampd:2 | |
u8 out_r:1 | |
u8 out_l:1 | |
} | |
} | |
opn2_operator_t op [4] | |
}; |
struct { ... } |