digital-sound-antiques / msxplay-js

A msx sound player for JavaScript
http://digital-sound-antiques.github.io/msxplay-js/
70 stars 3 forks source link

Add support for SCMD files #8

Closed sdsnatcher closed 4 years ago

sdsnatcher commented 6 years ago

Suggestion: Add support for SCMD files (.SDT).

okaxaki commented 6 years ago

Although I'm personally interested in SCMD driver, it requires accurate H-SYNC interrupt emulation and memory mapper. Unfortunetly underlayering libkss still does not support both, so currently it is very hard to support SCMD on msxplay-js's current architecture.