Author Topic: Hide home systems / game console names in mame  (Read 6733 times)

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Hide home systems / game console names in mame
« Reply #9 on: April 30, 2016, 05:10:54 AM »
I think you can add BizHawk too, it works for coleco too, more options, but like Colem, some games are not working.

But I have a question, I have old Mame version (I m waiting for the next mGalaxy version to upgrade), so I haven't tested it since the mame/mess fusion. But it's not possible to select mame executable instead of mess executable to use Mame on the same way than Mess previously ?


mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: Hide home systems / game console names in mame
« Reply #8 on: April 29, 2016, 05:06:03 PM »
I've just tested ColEm (http://fms.komkon.org/ColEm/ColEm.html) which works perfectly.
I've added it to the ColecoVision emulators list (available with next version of mGalaxy).
There's a new entry for it in the 'Emulators settings' page (http://www.mgalaxy.com/tutorial_emulators.html)

You can benefit from it right now if you want to!
To do so: open mGalaxy folder > Data folder > Systems.xml
Find this block of code:
Code: (xml) [Select]
<System Type="Console">
    <Name>Coleco Colecovision</Name>
    <AppPath />
    <RomPath />
    <SnapPath />
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="MESS" value="coleco -cart &quot;%path\%file%ext&quot; -volume -%volume(32,0) -skip_gameinfo -nowindow" />
    </Emu>
    <Extensions>.col,.rom,.zip</Extensions>
    <Active>False</Active>
    <Script>True</Script>
    <Database>False</Database>
</System>

Insert this line after the <Cmd id="0"......> line
Code: (xml) [Select]
<Cmd id="1" name="ColEm" value="&quot;%path\%file%ext&quot;" />Add then this line (this time for blueMSX
Code: (xml) [Select]
<Cmd id="2" name="blueMSX" value="/fullscreen /machine &quot;COL - ColecoVision&quot; /rom1 &quot;%path\%file%ext&quot;"/>
The whole block should now look like this:
Code: (xml) [Select]
<System Type="Console">
    <Name>Coleco Colecovision</Name>
    <AppPath />
    <RomPath />
    <SnapPath />
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="MESS" value="coleco -cart &quot;%path\%file%ext&quot; -volume -%volume(32,0) -skip_gameinfo -nowindow" />
      <Cmd id="1" name="ColEm" value="&quot;%path\%file%ext&quot;" />
      <Cmd id="2" name="blueMSX" value="/fullscreen /machine &quot;COL - ColecoVision&quot; /rom1 &quot;%path\%file%ext&quot;"/>
    </Emu>
    <Extensions>.col,.rom,.zip</Extensions>
    <Active>False</Active>
    <Script>True</Script>
    <Database>False</Database>
</System>

From now, those 2 emulators will appear in the drop down list of available emulators for the ColecoVision system.

Hope it'll help! Don't hesitate to come back here and ask for help if you need to!
« Last Edit: April 29, 2016, 05:09:38 PM by mgalaxy »

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: Hide home systems / game console names in mame
« Reply #7 on: April 29, 2016, 04:01:06 PM »
Can i only show my mame games and not the home systems / game console names?

That's it!!

Neosys

  • Newbie
  • *
  • Posts: 4
Re: Hide home systems / game console names in mame
« Reply #6 on: April 29, 2016, 03:34:47 PM »
Hello MGALAXY!

Sorry my english is not so good. I donĀ“t understand your answer.

Can i only show my mame games and not the home systems / game console names?

Thanx

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: Hide home systems / game console names in mame
« Reply #5 on: April 29, 2016, 02:01:38 PM »
I'm afraid you'll have to opt for a 'dedicated' emulator, mGalaxy only manages arcade games when the MAME system is chosen!
« Last Edit: April 29, 2016, 02:04:14 PM by mgalaxy »

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Hide home systems / game console names in mame
« Reply #4 on: April 29, 2016, 06:59:27 AM »
You are trying to edit the xml called "xmlout.xml" ?

I m using BlueMSX or Mess (old version).

To make some tests, I have find others emuls compatible with mGalaxy, if you want to try it too.
- BizHawk Realy good one.
- ColEm light one, but few configuration possible for controller.

But on the game "antartic adventure" I haven't problem, but on "Alcazar" impossible to start the game (even with their virtual pad), for me it works only on BlueMsX.


Neosys

  • Newbie
  • *
  • Posts: 4
Re: Hide home systems / game console names in mame
« Reply #3 on: April 28, 2016, 04:41:33 AM »
When i edit the xml then crashed mgalaxy.exe  :(

Which colecoVision emulator do you use?

I tested bluemsx but i have problems with the joystick.

Aeliss

  • Hero Member
  • *****
  • Posts: 900
Re: Hide home systems / game console names in mame
« Reply #2 on: April 28, 2016, 03:56:19 AM »
Idk, I use a classic colecoVision emul, but if you use mame, the displayed name depend of the xml file. So I think you can just edit it, but I have never use this mame feature.

Neosys

  • Newbie
  • *
  • Posts: 4
Hide home systems / game console names in mame
« Reply #1 on: April 27, 2016, 11:38:28 AM »
Hello!

I have the emulator ColecoVision run with mame on. runs so far very good.

For this I had to copy the coleco.zip in the rom folder of mame. Now I see the name Colecovision displayed. how can I "home systems / game console" hide?
I will only show my mame games and not the home systems / game console names.

Thank you.