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 setup - I just don't get it!  (Read 2312 times)

0 Members and 1 Guest are viewing this topic.

Fandenivoldsk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 25
  • Last login:July 26, 2014, 06:47:50 am
  • I want my own arcade controls!
Lazarus setup - I just don't get it!
« on: February 10, 2003, 10:06:52 am »
Hi!

I've switched to 'Lazarus' not too long ago, and it runs Mame fine! However, setting it up to work with other emulators like Zsnes, Gens, Dboy etc. is so far just impossible for me to do! I've run the .dat files in 'List Generator' and gamelists show up fine in 'Lazarus' - but nothing happens when I try to launch a game!

How do I for example set up the Genesis emulator 'Gens'?

Here's how I have set it up so far...:

I've run a GoodGen .dat file with 'List Generator' and in the 'cfgs' folder inside 'Lazarus' I've created a file called 'Goodgen.cfg', with this content:

extension=.zip (all rom games are zipped)
path=C:\Emulators\Sega Genesis\Gens\ (my emulator path)
exe=Gens.exe (my emulator of choice inside that path)
send rom path=1
send exit keys=0
command line options;

And inside 'dirs.ini':

[Dirs]
roms=C:\Roms\Genesis (my roms path)

and further down...:

[path]
logo=
caption=GoodGen
useclones=0
searchstrings:5=GoodGen
filters:
[/path]

That's it - what is missing?? I'm using the new alpha version of 'Lazarus', but surely that can't be the reason, can it?? Howard or someone else... Please help!!

 ??? ??? ???

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 11:38:27 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus setup - I just don't get it!
« Reply #1 on: February 10, 2003, 10:30:21 am »
Gens, Zsnes several other command line emulators will only accept short filenames.... to get around this you need to use my command line wrapper and turn on "use short filenames" at the bottom of the emulator.  

Btw the alpha is just that, an alpha.  It may not work due to some bug.  If it was working farily well then I would have called it a beta. :)

)p(

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:March 27, 2009, 03:38:15 am
  • We are the Galaxians...
    • Emulaxian:cabinet and frontend
Re:Lazarus setup - I just don't get it!
« Reply #2 on: February 10, 2003, 10:38:00 am »
update hehe i see hc has allready given you an answer  ;)

...
looks good...

some things you could try

romsfolder:
[Dirs]
roms=C:\Roms\Genesis\  -- end with \ i am not sure if laz needs that but you never know ;-)

having the correct emulator name:
searchstrings:5=GoodGen --check in your gamelist if indeed you find goodgen at position 5. if it is not there laz will not match the correct cfg file and won't be able to launch a game


peter
« Last Edit: February 10, 2003, 10:39:31 am by )p( »

Fandenivoldsk

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 25
  • Last login:July 26, 2014, 06:47:50 am
  • I want my own arcade controls!
Re:Lazarus setup - I just don't get it!
« Reply #3 on: February 10, 2003, 11:26:34 am »
Thanks for the help guys! I'll try it out when I get home from work! Howard, will it be possible to use long filenames in a future version of Lazarus, and speaking of which, when will the next version be out?  ;)

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 11:38:27 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus setup - I just don't get it!
« Reply #4 on: February 10, 2003, 02:37:41 pm »
You can use long filenames now, it's just gens doesn't see them.  

If you are leery about the wrappers then it's time for you to change front ends.  My entire fe is designed around the wrapper system and thus any emulator-specific commands and options are all contained within the wrappers.  So if what you are asking is will you ever be able to do this without the wrappers then the answer is no.  

Only mame-specific options are allowed within the lazarus core.  All non-mame commands and translation options are kept seperate and thus more tidy and useable by other fe developers.  

It'll be done when it's done.  :)

)p(

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:March 27, 2009, 03:38:15 am
  • We are the Galaxians...
    • Emulaxian:cabinet and frontend
Re:Lazarus setup - I just don't get it!
« Reply #5 on: February 10, 2003, 03:10:51 pm »
 All non-mame commands and translation options are kept seperate and thus more tidy and useable by other fe developers.  


And we love that. it means we let howard do the work of making oddball emulators work for us  8)

peter