Implementing command 0xF2 IRQ masking behavior

This commit is contained in:
OBattler
2024-03-10 15:32:57 -03:00
committed by Kagamiin~
parent b59db332f0
commit 34be04ab80
2 changed files with 34 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ typedef struct sb_dsp_t {
pc_timer_t wb_timer;
int wb_full;
pc_timer_t irq_timer;
int busy_count;
int record_pos_read;