Yes, check the README, there're some vars inside "build.bat" script you need to setup first. They basically are used to configure your preferred MSX emulator: OpenMSX, blueMSX or fMSX
Well I feel silly for missing that. That was a quick and easy fix. As always thanks for you help!
Thanks for the MSX suite, jltursan, truly wonderful.
Just a question, rom is easier to use in BlueMSX but the default is dsk. Is there a way for noobs to change the default or force rom build directly from the batch?
Yes, are you using the WinAGD built-in MSX Suite?
I'm working on windows with the MPAGD V0.7.10. As I read somewhere that the included suite was still in the works, I've downloaded and added your AGD-MSX-Suite of Github instead. It's the built-in version stable?
Yes; but older, much better to update the files with the last release. Just keep in mind what's pointed out in the first lines of the README, you need to setup your preferred MSX emulator before launching the suite.
So if you're using WinAGD and launching the building from this tool, you only need to check the script "build-msx.bat" in its root directory, edit the file and look for "call build %~n1". In this line you can set your default flags, e,g.:
To build a 32KB ROM by default:
call build %~n1 -r 32
Or the above and then, launching the ROM using a MSX2 machine:
call build %~n1 -r 32 -x 2
Works like a charm! A million thanks!
Enjoy!