Author Topic: how to run counsole games through mame?  (Read 2009 times)

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
how to run counsole games through mame?
« on: October 22, 2021, 06:48:17 AM »
hellow, im trying to run the game parasol stars witch is a .pce pc engin game through mame

would anyone know what the arguments might be? 

this is my script for mame

Code: [Select]
executable           $PROGDIR\addons\mame\mame.exe
args                 [name] -skip_gameinfo
rompath              $PROGDIR\addons\mame\roms
romext               .zip;.7z;.pce
system               Arcade
info_source          listxml
import_extras        addons\meta\hyperlist\MAME.xml
exit_hotkey          Joy0 Button6+Joy0 Button7
artwork    snap            addons\mame\marquee
help a friend....

mentat

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: how to run counsole games through mame?
« Reply #1 on: October 22, 2021, 07:29:08 AM »
Hello.

Mame has a software list for the pce engine (see mame/hash/pce.xml).
So in your mame roms folder, create a subfolder named "pce" and put your roms in it (in zip format it works).

and set the args line like this :
Code: [Select]
args            pce [name] -skip_gameinfo



jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: how to run counsole games through mame?
« Reply #2 on: October 22, 2021, 07:38:04 AM »
yes i see ,,,this works thank you... 

also just found this thred on am to.... :)
help a friend....