Finish DSP part of ESS

This commit is contained in:
Cacodemon345
2024-03-03 16:02:56 +06:00
committed by Kagamiin~
parent eda528d98c
commit e7e582cd74
4 changed files with 454 additions and 26 deletions

View File

@@ -143,6 +143,7 @@ typedef struct sb_dsp_t {
uint8_t ess_regs[256]; /* ESS registers. */
uint8_t ess_playback_mode;
uint8_t ess_extended_mode;
uint8_t ess_reload_len;
mpu_t *mpu;
} sb_dsp_t;