Author Topic: DEMUL  (Read 2495 times)

cassette

  • Full Member
  • ***
  • Posts: 170
  • Karma: +1/-0
    • View Profile
DEMUL
« on: December 31, 2018, 06:06:09 AM »
Anyone has DEMUL working? It's the last emulator I've got to setup. On Windows I'm trying:

Code: [Select]
executable = C:\Program Files (x86)\DEMUL\demul.exe
arguments = -run=dc -image=%ITEM_NAME%

And it opens DEMUL, but doesn't load any game.

Agent47

  • Global Moderator
  • Full Member
  • *****
  • Posts: 160
  • Karma: +7/-41
    • View Profile
Re: DEMUL
« Reply #1 on: December 31, 2018, 06:34:51 AM »
You need to pass it the file path of the image file for Dreamcast, not just the name like you're currently doing.

Replace %ITEM_NAME% with "%ITEM_FILEPATH%"

cassette

  • Full Member
  • ***
  • Posts: 170
  • Karma: +1/-0
    • View Profile
Re: DEMUL
« Reply #2 on: December 31, 2018, 07:07:06 AM »
Aaaaah, I tried that too but without the quotes I believe. It works now, thanks !