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: Lazarus and Daphne config  (Read 1680 times)

0 Members and 1 Guest are viewing this topic.

jginiso

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:January 23, 2009, 01:41:17 pm
  • I want to Build My Own Arcade Controls!!
Lazarus and Daphne config
« on: December 06, 2002, 09:56:40 pm »
I cant seem to get Lazarus to display my Daphne ROMs. Ive followed the documentaion and tried several things including changing daphne's dir on c:, pointing to c:\daphne\framefile instead of \roms, and useclones=1. Here are my lazarus settings:

[Daphne.cfg]
extension=.txt
path=c:\Daphne\
exe=daphne.exe
send rom path=0
send exit keys=0
command line options; vldp -fullscreen -framefile %.txt -x 1024 -y 768 -nohwaccel

[Dirs]
roms=c:\emu\mame32\roms;c:\Daphne\roms\;c:\visualpin\Tables\;

[path]
logo=daphne.gif
caption=Daphne
useclones=0
searchstrings:5=Daphne
filters:6=*mature*
[/path]

My framefiles and zipped roms are named DLE_20 and SAE_10. Paths are c:\Daphne\framefile and c:\Daphne\roms. Any help would be appreciated, Im stumped.

thanks
James

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 10:25:04 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus and Daphne config
« Reply #1 on: December 06, 2002, 11:01:18 pm »
Well, unless you keep your frame files in your roms directory you don't have the proper directory defined.  Lazarus completely ignores the roms and is only interested in the framefiles. (At least the way you have it setup which is also how i set it up.)

Why? Well for one the roms aren't named after the command to launch each game.  Also daphne only works with uncompressed roms, in other words no zip files.  Also you need a daphne.dat file to put in the "/list generator/dats/" folder.  Your framefiles should be named to match the rom entries contained in that dat file.  

And of course you must make sure that inside said dat file, the name is "Daphne" exactly spelled and cased as you have it in your serach string.  

That should do it. :)

jginiso

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:January 23, 2009, 01:41:17 pm
  • I want to Build My Own Arcade Controls!!
Re:Lazarus and Daphne config
« Reply #2 on: December 07, 2002, 09:16:39 am »
Thanks Howard. I forgot to point back to the framefile after creating my DAT file.