Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Sega Saturn (SSF) and Mala?  (Read 4409 times)

0 Members and 1 Guest are viewing this topic.

iAtoria

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 41
  • Last login:August 06, 2019, 10:02:33 am
  • 01101110011001010111011101100010
    • iAtoria
Sega Saturn (SSF) and Mala?
« on: February 25, 2010, 06:00:56 pm »
I was just wondering if this was even possible?  I know that there are command line prompts for ePSXe and such, but I can't seem to get this emulator up and running in the "Other Emu" section.  Any help would be greatly appreciated . . . Panzer Dragoon Saga FTW!

qlunch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:June 15, 2023, 08:55:09 am
Re: Sega Saturn (SSF) and Mala?
« Reply #1 on: February 27, 2010, 12:15:17 pm »
This isn't super clean but it works...

Here's the AHK script I use

Code: [Select]
blockinput on
rom := %0%
run, cmd.exe
winwait, C:\WINDOWS\system32\cmd.exe
send cd \Program Files\DAEMON Tools Lite\{enter}
send daemon.exe -mount 0, "C:\Documents and Settings\Owner\Desktop\Arcade\SSF_010_beta_Type2\roms\%rom%"{enter}
winwait, DAEMON
winwaitclose, DAEMON
run, c:\documents and settings\owner\desktop\arcade\ssf_010_beta_type2\ssf.exe
winkill, C:\WINDOWS\system32\cmd.exe
blockinput off
winwaitclose, SSF

Obviously you'll have to change your directories in the code above. Also launch SSF make fullscreen then close, it will remember to launch fullscreen next time and as long as the game is mounted before launch it will autoplay.

Compile as launch.exe (or whatever you want) and use: launch.exe "rom name.extension"

The only thing that I'm still having trouble with is that some games when mounted pop up with an windows autoplay menu that will take focus away from ssf. Anyone know how to disable these?

Hope this helps

iAtoria

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 41
  • Last login:August 06, 2019, 10:02:33 am
  • 01101110011001010111011101100010
    • iAtoria
Re: Sega Saturn (SSF) and Mala?
« Reply #2 on: March 01, 2010, 05:59:21 pm »
wheeeewwwwweeeee!

That's a lotta configurationoni and cheese.  Hmmm, let me digest your code there for a little bit and see if I can get it to configure with the Mala presets (ie go into Mala and change settings then poof it works).  Thanks for the input!