Hi all.
I am using MBPLAYER 1.4 to play moonblaster songs.
The songs I'm playing use msx-music and msx-audio together.
The replay code that comes with MBPLAYER 1.4 also has a piece of code to detect connected soundchips (SRCCHP.
But I can't seem to get this code to work, because it's using Bios, and does slotswitching and other stuff that crashes the program for me.
There is a Bios call (call 024h - ENASLT), which doesn't return to my code after it finishes.
I am not using Bios at all ingame, and at boot-up I'm overwriting page 0 completely with the game engine,
and using my own interupt. So I try to call SRCCHP before that, with Bios still active.
Does anyone know how to detect the Fm-audio and Fm-Music chips without using the Bios ?
Login or register to post comments