mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
bug fixes in drc, audio, display
This commit is contained in:
parent
8ac9ab7fcb
commit
b9bc876c9c
14 changed files with 130 additions and 93 deletions
|
@ -56,8 +56,9 @@ typedef struct
|
|||
|
||||
UINT8 ssg; /* 0x30 SSG-EG waveform */
|
||||
UINT8 ssgn;
|
||||
UINT16 vol_out; /* 0x32 current output from EG (without LFO) */
|
||||
UINT16 vol_ipol; /* 0x34 interpolator memory */
|
||||
UINT16 ar_ksr; /* 0x32 ar+ksr */
|
||||
UINT16 vol_out; /* 0x34 current output from EG (without LFO) */
|
||||
UINT16 vol_ipol; /* 0x36 interpolator memory */
|
||||
} FM_SLOT;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue