STM32-SID-PLAYER
STM32-SID-PLAYER
SID chip (6581 and 8580) and 6502 CPU emulator, with audio output on pin PA8, for STM32 line of microcontrollers, compiled with Arduino IDE
Various implementation:
- Barebone , only SID emulation
- InternalFlash , play SID file from internal flash (sid file converted to array)
- IRQinternal , slower internal flash version, but can be combined with user sketch
- SD CARD player, full version, read sid files from sd card (from pre-build folder list), with single button (for minimum functional control)
Multiple core support: - any STM32 that https://github.com/stm32duino/Arduino_Core_STM32 core support
- Only STM32F103Cx with https://github.com/rogerclarkmelbourne/Arduino_STM32 core