Skip to content

Commit

Permalink
Pretend to be an SBPro DSP
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Jul 14, 2024
1 parent e0ef9c2 commit 73f3f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/sbdsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ static irq_handler_t SBDSP_DMA_isr_pt;
static dma_inst_t dma_config;
#define DMA_PIO_SM 2

#define DSP_VERSION_MAJOR 2
#define DSP_VERSION_MINOR 1
#define DSP_VERSION_MAJOR 3
#define DSP_VERSION_MINOR 0

// Sound Blaster DSP I/O port offsets
#define DSP_RESET 0x6
Expand Down

0 comments on commit 73f3f7d

Please sign in to comment.