Did you know that every MSX has a 1-bit DAC?
https://www.konamiman.com/msx/msx2th/th-5a.txt
1.3 Tone Generation by 1-bit Sound Port
MSX has another sound generator in addition to the PSG. This is a simple one that generates sound by turning ON/OFF the 1-bit I/O port output repeatedly using software.
Why is this feature ignored so much?
I think is used in Super Laydock at load screen, in Rune Master 2 at the final boss, and maybe Ikari Warrios when die (but in this cause maybe is using the PSG, or at higher rate).
IMO it can gives depth to certain important events. I see it really interesting and very ignored. And it seems easy to use and only need to set 1 bit.
Don't know if there are tools for converting to 1-bit. If not, convert audio to 8-bit PCM WAV, and convert that to 1-bit RAW PCM simply removing the header, reading each byte value, AND 80h, and storing at its position in the new byte value (as a byte can fit 8 bit values).
