Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBM player #4

Open
artrag opened this issue Mar 27, 2022 · 2 comments
Open

MBM player #4

artrag opened this issue Mar 27, 2022 · 2 comments

Comments

@artrag
Copy link

artrag commented Mar 27, 2022

I've done a bit of search for a MBplayer. Accordindlty to mrc,
https://www.msx.org/news/software/en/moonblaster-14-driver-for-msx-basic-update

the latest Moon Blaster player should be the one mantained by BIFI here

http://msxbanzai.tni.nl/dev/MBPLYSRC.LZH

Could you port it to SDCC ?

@aoineko-fr
Copy link
Owner

If the MBM data playback code is well detached from the tracker code, it should not be very complicated.
On the other hand, I'm currently concentrating on my scrolling engine so I won't be able to deal with it for a while.
I saw that user Jepmsx is working on a version; let's see what we can do with it before reinventing the wheel ^^

@artrag
Copy link
Author

artrag commented Mar 27, 2022

I'm pointing to the stand alone player.
You have to files:
MBPLAY.SRC
which is the actual player, and
MBLOADER.SRC
which loads the MDM files in ram.
It is useful becouse it does the HW test on witch audio chip is available. Its loading part can be skipped if the files are in ROM or already in RAM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants