Add tables for ESPCM_3 mode

This commit is contained in:
Kagamiin~
2024-03-13 10:51:11 -03:00
parent f4c75226ef
commit e2200f8d75
2 changed files with 100 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ typedef struct sb_dsp_t {
uint8_t espcm_range;
uint8_t espcm_byte_buffer[4];
uint8_t espcm_code_buffer[10]; /* used for ESPCM_3 */
uint8_t espcm_last_nibble; /* used for ESPCM_3 */
uint8_t espcm_last_value; /* used for ESPCM_3 */
mpu_t *mpu;
} sb_dsp_t;