Hi to all,
due to the limits of Catapult, i was looking for a way to launch OpenMSX starting with the HDD image mars2000 gave to us and looking for a nice way to switch on the GFX9000 and activete the grab mouse without using always teh command console.
First I create a link to OpenMSX adding at the end this option
openmsx -script parti.txt
where parti.txt is a file i put iin the same directory of OpenMSX.
This file is something like this:
machine Panasonic_FS-A1GT ext slotexpander ext audio ext audio2 ext gfx9000 ext ide ext pac ext scc+ set power off hda insert symbos.dsk plug joyportb mouse set power on bind "mouse button2 down" "toggle grabinput" bind F12 "set videosource GFX9000"
In the first line you can decide which model to emulate.
The "ext" command swithc on the relative msx hardware
In line 10 you can input your HDD image (mine is symbos.dsk)
Last 2 line set the central mouse button as the input button to swap the mause button from windows to msx and viceversa and the f12 button to switch on the gfx9000 video mode.
You can create a .txt for each configuration and launching it with the correct lineinput for openmsx.
Waiting for catapult make all these things easier....