audio: fixes and optimizations for SSG-EG

This commit is contained in:
kub 2020-04-22 20:48:03 +02:00
parent 09b96f9940
commit 1dbda5f894
3 changed files with 153 additions and 46 deletions

View file

@ -153,6 +153,7 @@ typedef struct
FM_OPN OPN; /* OPN state */
UINT32 slot_mask; /* active slot mask (performance hack) */
UINT32 ssg_mask; /* active ssg mask (performance hack) */
} YM2612;
#endif