Author Topic: Open MSX  (Read 5894 times)

animator75

  • Newbie
  • *
  • Posts: 14
    • Email
Re: Open MSX
« Reply #6 on: November 27, 2015, 11:33:36 AM »
Fantastic! :D

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: Open MSX
« Reply #5 on: November 27, 2015, 10:47:27 AM »
Please have a look here:
http://www.mgalaxy.com/forum/index.php?topic=775.msg3008#msg3008

To summarize, in the next mGalaxy version you'll be able to add as many (identical or not) system as you want and your preferred MSX emulator will be added!

Thanks for your support, we really appreciate it!!

« Last Edit: November 27, 2015, 10:55:05 AM by mgalaxy »

animator75

  • Newbie
  • *
  • Posts: 14
    • Email
Re: Open MSX
« Reply #4 on: November 27, 2015, 09:27:10 AM »
Works like a charm! Thank you! :D Would it be possible to have two separate MSX items in the frontend one MSX and one MSX2, I now have a merged msx and msx2 rom folder and play everything using a MSX2 machine, that works. but having them separated would be very nice. Again thank you! I really appreciate the quick support and I made a small donation..
Regards
/Tobias

animator75

  • Newbie
  • *
  • Posts: 14
    • Email
Re: Open MSX
« Reply #3 on: November 27, 2015, 08:16:36 AM »
Thanks! I will try it as soon as my windows upgrading process on my arcade is finished. :)

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1165
    • Email
Re: Open MSX
« Reply #2 on: November 27, 2015, 08:01:06 AM »
Hi animator75,

Please follow these steps (tell me then if it's working correctly so that I can add this emulator to the MSX systems!)

- In the mGalaxy folder > Data > open 'systems.xml'
- Locate this code block :
Code: (xml) [Select]
<System Type="Computer">
<Name>MSX</Name>
<AppPath/>
<RomPath/>
<SnapPath/>
<VidPath/>
<Emu selected="0">
<Cmd id="0" name="blueMSX" value="/fullscreen /machine &quot;msx2&quot; /rom1 &quot;%path\%file%ext&quot;"/>
<Cmd id="1" name="MESS" value="msx2 -rom &quot;%path\%file%ext&quot; -volume -%volume(32,0) -skip_gameinfo -nowindow"/>
</Emu>
<Extensions>.zip</Extensions>
<Active>False</Active>
<Script>True</Script>
<Database>False</Database>
</System>

- Add this line to the '<Emu>' tag:
Code: (xml) [Select]
<Cmd id="2" name="OpenMSX" value="&quot;%path\%file%ext&quot;"/>- You should end with this:
Code: (xml) [Select]
<System Type="Computer">
<Name>MSX</Name>
<AppPath/>
<RomPath/>
<SnapPath/>
<VidPath/>
<Emu selected="0">
<Cmd id="0" name="blueMSX" value="/fullscreen /machine &quot;msx2&quot; /rom1 &quot;%path\%file%ext&quot;"/>
<Cmd id="1" name="MESS" value="msx2 -rom &quot;%path\%file%ext&quot; -volume -%volume(32,0) -skip_gameinfo -nowindow"/>
<Cmd id="2" name="OpenMSX" value="&quot;%path\%file%ext&quot;"/>
</Emu>
<Extensions>.zip</Extensions>
<Active>False</Active>
<Script>True</Script>
<Database>False</Database>
</System>
- Finally, put the script attached to this message into the 'openmsx' application folder

- Run mGalaxy_Runway, select your new 'OpenMSX' emulator in the drop-down list and MAKE SURE that 'Use script if available' is checked
- Save and quit

- Launch mGalaxy and it should work!!

animator75

  • Newbie
  • *
  • Posts: 14
    • Email
Open MSX
« Reply #1 on: November 27, 2015, 03:06:41 AM »
Hi!

I was wondering if there is a way to use OpenMSX instead BlueMSX or MESS for msx emulation? The reason is that I have a cab with avertical monitor and BlueMSX stretches the screen giving me the wrong pixel aspect ratio, even though I have not ticked vertical stretch. Also OpenMSX has very nice monitor emulation filters. So I definitely prefer OpenMSX over BlueMSX for this cab.

Thanks!
« Last Edit: November 27, 2015, 03:25:27 AM by animator75 »