Search the Community
Showing results for tags 'atomiswave'.
-
Scenario - You're booting Atomiswave/Naomi/Dreamcast games from GameEx via Demul. However, you have to set up the controls each time. Solution: This approach saves the key configs for each game when you exit Demul. Use: Run game. Set up controls via Demul menu. Exit Game. Next time you load that game, the controls will be recalled. How to: Make a folder somewhere for your individual game controls Copy this text and make a bat file: Change the User Variables Section to match your system. Save it as a batch file (use notepad - put .bat at end of filename) In your command line for GameEx, enter the following: {Path and bat} "[ROM]" "{system name}" For e.g.: C:\GameEx\AHKS_BATS\Demul_load_save_controls.bat "[ROM]" "naomi" Copy text below into notepad and save as "[Mapping Off] Exit (Process Close) - Demul.ini" in C:\GameEx\CONFIG\EMULATORS Finally, under Advanced config, select this file: Hope this helps and let me know if buggy!
-
Hello. I'm configuring demul atomiswave but I doesn't work with the following configuration: [Emulator_18]Enabled=TrueSystem=Sammy AtomiswaveCategory=ArcadeEmulator=DEmulVersion=0.5.7Rating=DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/DEmul.7zRequiredFiles=Atomiswave arcade system BIOS (awbios.zip)Website=http://DEmul.emulation64.com/Info=Sammy Atomiswave emulatorTitleText=Sammy AtomiswaveStartPageName=Arcade - Sammy AtomiswaveStartPageLogo=AtomiswaveCommand=DEmul.exe -run=atomiswave -rom=[ROM]RomFilter=*.zipDatabase=[Arcade] Sammy AtomiswaveConfigFile=[Mapping Off] Exit (Process Close)MapFile=E:\Emulacion\Arcade - Sammy Atomiswave\extras\map\Arcade - Sammy Atomiswave.mapRomPath=E:\Emulacion\Arcade - Sammy Atomiswave\romsSnapPath=E:\Emulacion\Arcade - Sammy Atomiswave\extras\videosTitlePath=E:\Emulacion\Arcade - Sammy Atomiswave\extras\titlesBoxPath=CartPath=ManualPath=ControlPanelPath=WorkingPath=E:\Emulacion\Arcade - Sammy Atomiswave\emulatorMapKeys=TrueWaitBeforeKeys=SendKeys=ReplaceDash=FalseReplaceUnder=TrueCapitals=FalseRemoveBrackets=TrueShowDesktop=TrueDebug=TrueAlsoLaunch=OLDatZip=LaunchBefore=LaunchAfter=ExcludedFiles=CustomBackground=PlayMusic=FalseDontShowInfo=PlaySelectionMusic=FalseSelectionMusicFolder=PCGame=FalseGamesIn7Zips=TruePlayInScreenSaver=FalseShowMostPlayed=TrueRandomMostPlayed=TrueCDCheck=FalseCDCheckFile=UseDbName=TrueWhen I debug I get this output: E:\Emulacion\Frontend\GameEx>chcp 65001E:\Emulacion\Frontend\GameEx>E:E:\Emulacion\Frontend\GameEx>CD "E:\Emulacion\Arcade - Sammy Atomiswave\emulator"El sistema no puede escribir en el dispositivo especificado.DEmul.exe -run=atomiswave -rom=---TEXT---El sistema no puede escribir en el dispositivo especificado.E:\Emulacion\Arcade - Sammy Atomiswave\emulator>PAUSEPresione una tecla para continuar . . .E:\Emulacion\Arcade - Sammy Atomiswave\emulator>DEmul.exe -run=atomiswave -rom=---TEXT---I think the problem is that the variable [ROM] doesn't work in the command option. I have tried to replace with [ROMFILE] and I have get the rom file name with the extension (which doesn't work with demul).