Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - manzarek

Pages: 1 [2]
16
General / filter to use to exclude mame games that need chd?
« on: May 19, 2020, 06:30:19 AM »
which filter to use to exclude mame games that need chd?

17
General / settings for hbmame
« on: April 27, 2020, 03:43:02 PM »
Hi guys I'm having a little problem with the hbmame emulator.

in short when I launch a game I get an error. I posted an image below I tried to launch the games directly from the emulator and they run without errors


these are the settings I put.
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable           F:/Arcade/Systems/HBMAMEUI/hbmamepui64ceB.exe
args                 [name]
rompath              F:/Arcade/Games/hbmame
romext               .zip
system               HBMame
info_source          listxml
exit_hotkey          Joy0 Button8
artwork    boxart          F:/Arcade/Games/hbmame/boxart
artwork    cartart         F:/Arcade/Games/hbmame/cartart
artwork    flyer           F:/Arcade/Games/hbmame/flyer
artwork    marquee         F:/Arcade/Games/hbmame/marquee
artwork    snap            F:/Arcade/Games/hbmame/snap
artwork    wheel           F:/Arcade/Games/hbmame/wheel

18
A question that has been bothering me for some time, I have a collection of MARIO from different emulators, now I wonder how I can make them open correctly in retroarch automatically and have the right core for that game that I'm going to launch?

I know how to do it for a single emulator and insert the core, but for one or more cores how to do it  :-\

Code: [Select]
"[romfilename]" -L cores/nestopia_libretro.dll

19
General / Attract-Mode v2.5.1 on linux mint
« on: March 02, 2020, 03:38:05 AM »
hi guys, I installed Attract-Mode v2.5.1 on linux mint and configured the mame.cfg file in this way, but when I run Attract-Mode I don't see the list of games, what am I wrong?

Code: [Select]
# Generated by Attract-Mode v2.5.1
#
executable           /usr/games/mame
args                 [name]
rompath              $HOME/manzarek/.attract/rooms/
romext               .zip;.7z
system               Arcade
info_source          listxml
artwork    marquee         $HOME/mame/marquee
artwork    snap            $HOME/mame/video;$HOME/mame/snap

20
General / does not make me download last version 2.6.1
« on: January 18, 2020, 08:55:06 AM »
does not make me download the latest version, tells me that it is dangerous, how to do it?

21
General / [Resolved] Romlist last version MAME 0.217?
« on: January 16, 2020, 04:57:11 AM »
Hi guys, can any good soul share the romlist of the latest version of mame 0.217?
unfortunately I have tried to create the romlist in various ways, but the drafting is wrong, here is an example.

wrong
Code: [Select]
88games;'88 Games;mame;;1988;Konami;;4;0;only_buttons,only_buttons,only_buttons,only_buttons;good;1;raster;;;;3
I need it this way, Category name
Code: [Select]
88games;'88 Games;Mame;;1988;Konami;Track & Field;;;;;0;;;;;

various unsuccessful attempts.

http://forum.attractmode.org/index.php?topic=1457.msg10363#msg10363

https://github.com/mickelson/attract/blob/v2.1.0/Readme.md

http://attractmode.org/docs/Readme.html

Google search

22
General / updated to the latest version gives me error
« on: December 22, 2019, 04:29:03 AM »
I downloaded the latest version attract-v2.6.0-win64, and replaced only attract.exe
but when I start it gives me this error. (last_run.log)

How can I solve the problem?
Code: [Select]
Attract-Mode v2.6.0 (Windows, SFML 2.5.1 +SWF +7z +Curl)
avcodec 58.54.100 / avformat 58.29.100 / swscale 5.5.100 / avutil 56.31.100 / swresample 3.5.100

Config: H:\Arcadia\Attract\attract.cfg

*** Initializing display: 'System Info'
 - Loaded master romlist 'Sys Info Menu' in 0 ms (0 entries kept, 0 discarded)
 - Constructed 2 filters in 0 ms (0 comparisons)
Error opening romlist: Sys Info Menu
Error, could not find default font.

23
example I have the complete Sony playstation romlist, but in the folder I don't have all the complete games that I have in the romlist, so how to display only the ones that are in the folder?

24
General / Demul and Rocket Launcher
« on: December 31, 2018, 04:12:28 AM »
hello guys I have a puzzle with the emulator Demul, in practice it does not work with RochetLauncher if I try to launch a game I get a black screen, in other words does not start, I tried to change the setting in the .cfg file in this way but nothing it does not work, does anyone find the same problem?

does not work
Code: [Select]
# Generated by Attract-Mode v2.5.1
#
executable           C:\Vintage Collection\RocketLauncher\RocketLauncher.exe
args                 -run=naomi -rom="[name]" -p AttractMode -f "C:\Vintage Collection\Attract\attract.exe"

does not work
Code: [Select]
executable           C:\Vintage Collection\RocketLauncher\RocketLauncher.exe
args                 -s "[emulator]" -r "[name]" -p AttractMode -f "C:\Vintage Collection\Attract\attract.exe"

so without using Rocket Launcher it works
Code: [Select]
executable           C:\Vintage Collection\emulators\Sega Naomi\demul.exe
args                 -run=naomi -rom="[name]"

25
General / turbo engine error loading roms
« on: December 24, 2018, 07:43:29 PM »
hi guys, I have a problem with the Turbo Engine emulator, when I launch a game I get this error (turbo engine error loading roms ...), if instead I open Turbo Engine normally the games start normally, here is the file config.
sorry for my english.

Code: [Select]
# Generated by Attract-Mode v2.5.1
#
executable           C:\Attract-Mode64\emulators\NEC Turbografx-16\TurboEngine.exe
args                 "[romfilename]" --fullscreen
rompath              C:\Attract-Mode64\emulators\NEC Turbografx-16\roms
romext               .zip; .cue; .pce
system               NEC Turbografx-16
info_source          steam
exit_hotkey          Escape
artwork    flyer           C:\Attract-Mode64\emulators\NEC Turbografx-16\cover
artwork    marquee         
artwork    snap            C:\Attract-Mode64\emulators\NEC Turbografx-16\video
artwork    wheel           C:\Attract-Mode64\emulators\NEC Turbografx-16\wheel

Pages: 1 [2]