Hi there,
I have some trouble using openmsx with a harddisk image and scc.
I made a harddisk image like this:
set power off
diskmanipulator create /tmp/new-hd.dsk 32M
hda /tmp/new-hd.dsk
diskmanipulator import hda /tmp/topart1
When I use the philips nms 8250, ide extension and scc my program crashes.
When I use turbo R, ide extension and scc my program works.
So my first thoughts where that somehow the ide interface needs more then 128 KB of memory, since the turbo R has 512.
The stange thing is that on my real nms 8250 with the sunrise CF interface + scc it works fine.
Next thing I did was using openmsx with the nms 8250, ide, scc, 512ram and slot expander. Now it works but I don't hear scc music .
So my two questions are. Why does the nms 8250 needs more memory then on the real msx.
And secondly how can I set or use the slot expander using ide, 512ram and scc music?