Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: Magnet_Eye on May 25, 2004, 06:52:51 pm
-
Hey Buddy!
I'm wanting to setup my C64 emu in MameWah. Can anyone give me some pointers?
Muchas Gracias! 8)
-
I seem to recall WinVice worked pretty well (Alt+X to exit tho, but pretty common MAME buttons). It can also be set to low resolutions for arcade monitors...
At a guess, Send ROM Path=Yes, Send ROM Extension=Yes, Long Filenames=Yes, Shwo DOS Box=Yes/No ::)
-
WinVICE works a charm with MAMEWAH. Just remember to set ConfirmOnExit=0 in the vice.ini file so that it quits without asking if you're sure or not.
Here's a copy of the relevant bits of my MAMEWAH config file:
;MAMEWAH v0.963 EMULATOR 1 CONFIG
;LIST GENERATION SETTINGS
ROM Path = D:\EMULATION\MAMEWAH\C64GAMES
ROM Extension = *
List Generation Method = 2
;EXECUTION SETTINGS
Emulator Executable = D:\EMULATION\C64\GAMEBASE64\EMULATORS\WINVICE\X64.EXE
Send ROM Path = True
Send ROM Extension = True
Use Long Filenames = True
Show DOS Box = 0
Default Options = -autostart
Extra Options #1 =
Extra Options #2 =
IPC Filename / Path =
I use ROM Extension as * because the games could be either t64, d64, tap or prg file extensions.
Then I create an x64.dat file in WinVICE's directory which contains entries like this so that the game names appear correctly in the list:
game (
name 10THFRAM
description "10th Frame"
)
game (
name 1942
description "1942"
)
I've also created a c64 skin which you can download from Stuzza's ScreenshotArchive site, or from my arcade cab page: http://www.muttleyville.org/cabbage.htm (http://www.muttleyville.org/cabbage.htm)
(http://www.muttleyville.org/images/cabbage/mamewah/c64-options-s.png)
HTH.
Muttley
-
Welcome to the board Muttley (a C64 guru for those who couldn't tell :) )
Nice to see you cab coming along btw...Hantarex's monitor controls are awkward - I bought the remote lead too to mount by the front door...
-
Hey, thanks a lot Muttley! I'll try it out! ;D
-
Welcome to the board Muttley (a C64 guru for those who couldn't tell :) )
Nice to see you cab coming along btw...Hantarex's monitor controls are awkward - I bought the remote lead too to mount by the front door...
Wotcha mate. :)
Damn chuffed with the cabbage right now, but I'm gonna have to wait to get the MAME bit up and running as we're in the process of moving house. :(
Still, a few games of Total Carnage with some mates will be fun in the meantime. ;)
Muttley
-
Hey, thanks a lot Muttley! I'll try it out! ;D
Good luck. :)
It's also worth using eMule or equivalent and searching for Gamebase64. Practically every c64 game ever in 2 iso images (one games, the other a frontend, etc.).
There's something like 15k+ games there to try out. ;)
Muttley
-
Gamebase64.....hey, yeah. i already have that. ;) I got it through Bit Torrent.
Thanks again!
Oh, BTW...you ever try out CCS64? That's what I have been using on my PC for a few years. I haven't tried WinVice at all. But if it's what I need to use it in Mamewah, I'll use it. I need some Space Taxi on my Arcade Cab! ;D
-
Gamebase64.....hey, yeah. i already have that. ;) I got it through Bit Torrent.
Thanks again!
Oh, BTW...you ever try out CCS64? That's what I have been using on my PC for a few years. I haven't tried WinVice at all. But if it's what I need to use it in Mamewah, I'll use it. I need some Space Taxi on my Arcade Cab! ;D
I've used CCS64 occasionally in the past, but never tried it with MAMEWAH. It's a pretty good emulator, but I always preferred the WinVICE GUI. ;)
The other thing is that CCS64 is shareware, whereas WinVICE is free software distributed under the GPL. Plus WinVICE seems to be updated far more frequently (probably due to the fact there's a team working on it rather than one guy).
WinVICE also has C128, VIC 20 and Plus 4 emulators as part of the same distribution, which is nice. :)
At the end of day it's down to personal preferences though. :)
Muttley
-
Have managed to get CCS64 (640 x 480) running from Mamewah (640 x 288).
I am however using Ultimarc's arcadeVGA card flicker free at 640 x 288 (or less) on a TV (RGB SCART). Cannot seem to get either Winvice or CCS64 to run at this res, both crash on launching at anything under ? x 480.
I read (at Mameworld's forum) that Mutley was running Winvice at this res, any help would be appreciated.
-
Then I create an x64.dat file in WinVICE's directory which contains entries like this so that the game names appear correctly in the list:
[code]game (
-
Thanks for the info guys.. I have to try this out when I get home!!
-
Muttley,
What version of WinVICE are you suing. I don't have a vice.ini file anywhere within the WinVICE folder structure. Also, the latest version allows you to change input in a vkm file. How do you have your set up to be control panel friendly?
Thanks,
John
-
Well....I found the vice.ini file. You actually need to configure things in the gui and then maunally save the settings. This creates th vice.ini file. I would still be interested in the best way, in your opinion, to set up a 2 Player, six button each, control panel with Player 1 and Player 2 start buttons. Also, are you able to exit with the ESC key or will I need to write a command line wrapper to handle this function?
Thanks again,
John