Author Topic: Running Taito Type X games  (Read 1650 times)

henrikes

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Running Taito Type X games
« on: January 01, 2020, 03:35:34 AM »
Im using AM launch my SF4 Taito Type X games that are basically windows games.

Bellos is my emulator cnfig

Code: [Select]
executable   cmd
args         /c "[romfilename]"
rompath      D:\Games\Arcade\TaitoTypeX\
romext       .lnk
system       PC
info_source  thegamesdb.net
artwork    marquee         D:\Games\Arcade\Art\marquee
artwork    snap            D:\Games\Arcade\Art\video;..\Art\snap
artwork    wheel           D:\Games\Arcade\Art\video;..\Art\wheel
artwork    fanart          D:\Games\Arcade\Art\fanart
artwork    filter          D:\Games\Arcade\Art\filter

The problem i have is contrary to all other emulators i have when i start one of this games the AM keep playing and my controls affect both the game and AM, any ideas?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Running Taito Type X games
« Reply #1 on: January 01, 2020, 08:52:14 PM »
Try to add non-blocking mode delay (x = the number of seconds of non-blocking delay that is needed)

Text edit
Code: [Select]
executable   cmd
args         /c "[romfilename]"
rompath      D:\Games\Arcade\TaitoTypeX\
romext       .lnk
nb_mode_wait         x
system       PC
info_source  thegamesdb.net
artwork    marquee         D:\Games\Arcade\Art\marquee
artwork    snap            D:\Games\Arcade\Art\video;..\Art\snap
artwork    wheel           D:\Games\Arcade\Art\video;..\Art\wheel
artwork    fanart          D:\Games\Arcade\Art\fanart
artwork    filter          D:\Games\Arcade\Art\filter


OR

Inside Attract-Mode
Configuration-->Emulators-->your_emulator_name-->Non-Blocking Mode Wait = x
« Last Edit: January 01, 2020, 10:44:30 PM by progets »

henrikes

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: Running Taito Type X games
« Reply #2 on: January 02, 2020, 12:47:37 PM »
Thank you :) it worked like a charm :)