AidanHockey5 / STM32_VGM_Player_YM2612_SN76489

A Sega Genesis music player based off of the STM32 BluePill board and real YM2612+SN76489 sound chips.
GNU Affero General Public License v3.0
107 stars 14 forks source link

New VGM Engine #6

Closed AidanHockey5 closed 3 years ago

AidanHockey5 commented 3 years ago

Full VGM engine re-write. Most of the MegaBlaster's functionality was left unchanged to accommodate legacy UX, but the engine driving VGM playback has been compartmentalized and optimized in it's own library. Playback speeds are drastically improved along with stability. DAC Streams are unsupported still due to a lack of RAM, but standard-issue VGM files play back really nicely.

Ramazik commented 3 years ago

Wow! Super! Great news! Tested this soon!