Significantly reworked the Pro Audio Spectrum 16 and implemented a lot of missing stuff, and added the Pro Audio Spectrum Plus.

This commit is contained in:
OBattler
2024-03-27 23:56:55 +01:00
parent 7f4e8caefa
commit d290de418d
4 changed files with 737 additions and 364 deletions

View File

@@ -118,4 +118,6 @@ void dma_high_page_init(void);
void dma_remove_sg(void);
void dma_set_sg_base(uint8_t sg_base);
extern int dma_channel_readable(int channel);
#endif /*EMU_DMA_H*/