Extended mode toggle

This commit is contained in:
Cacodemon345
2024-03-02 17:41:51 +06:00
committed by Kagamiin~
parent 4369284f65
commit 3f7fbc7467
2 changed files with 8 additions and 0 deletions

View File

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