One thing that bugged me about the 1chipMSX is that the sound quality seems to be well below that of a real msx. I noticed this typically when I tried to MJTT on it. While the scc implementation doesn't have the bug that the real SCC chip has, the sound still was way off.
I suspect that the problem behind this is the 6 bit output. If you consider all the channels of PSG, SCC and MSX-MUSIC that are mixed together, then 6 bits seems rather few. Especially if you consider that a simple SCC has 11 bits output.
Since the DAC on the 1cM is a simple resistor array, it may be possible to improve the sound quality by not just setting the output pins high or low, but by using variable sized high frequency pulses. With the resistor array and capacitor, you should in theory be able to produce intermediate levels and improve the resolution. Of course, I completely lack the electronics knowledge to prove this. So I'm wondering of others with better knowledge could share their view on this.