Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

sydaroa

Basic Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by sydaroa

  1. ok post it and i´ll see
  2. look at your emu config. my Zsnesw config is: ; ZSNES Configuration file ; Frame Skip = 0 .. 9 FrameSkip = 0 ; Auto Frame Skip = 0 or 1 (1 = ON) AutoFrameSkip = 1 ; Player 1/2 Input Device. Use the GUI to set these values ; NOTE : Using this to select joysticks manually will NOT work! Player1Device = 1 Player2Device = 1 ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2 ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R ; Use the GUI to set these values ScanKey1 = 256, 257, 258, 259, 278, 279, 273, 275, 272, 274, 276, 277 ScanKey2 = 34, 32, 33, 19, 3, 7, 31, 30, 23, 17, 37, 16 ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow ; 2 devices to be shared on a single player. This feature automatically ; disables MultiTap (Multiplayer 5) support. Set this to 1 to enable. Pl34to12Share = 0 ; Percent to Execute [50 .. 150] Execute = 100 ; Video Mode, 0 - 32 ; 0 = 256x224 R WIN 1 = 256x224 R FULL ; 2 = 512x448 R WIN 3 = 512x448 DR WIN ; 4 = 640x480 S WIN 5 = 640x480 DS WIN ; 6 = 640x480 DR FULL 7 = 640x480 DS FULL ; 8 = 640x480 S FULL 9 = 768x672 R WIN ; 10 = 768x672 DR WIN 11 = 800x600 S WIN ; 12 = 800x600 DS WIN 13 = 800x600 S FULL ; 14 = 800x600 DR FULL 15 = 800x600 DS FULL ; 16 = 1024x768 S WIN 17 = 1024x768 DS WIN ; 18 = 1024x768 S FULL 19 = 1024x768 DR FULL ; 20 = 1024x768 DS FULL 21 = 1024x896 R WIN ; 22 = 1024x896 DR WIN 23 = 1280x960 S WIN ; 24 = 1280x960 DS WIN 25 = 1280x960 S FULL ; 26 = 1280x960 DR FULL 27 = 1280x960 DS FULL ; 28 = 1280x1024 S WIN 29 = 1280x1024 DS WIN ; 30 = 1280x1024 S FULL 31 = 1280x1024 DR FULL ; 32 = 1280x1024 DS FULL VideoModeWin = 7 ; Sound Emulation = 0 or 1 (1 = ON) Sound = 1 ; Sound Sampling Rate ; 0 = 8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz ; 3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz ; 6 = 48,000 Hz SoundRate = 5 ; Stereo (0 = off, 1 = on) Stereo = 1 ; Stereo Reversed. Swaps left channel with right. (0 = off, 1 = L <-> R) ReverseStereo = 0 ; GUI Disable (1 = Disable GUI, 0 = Enable GUI) GUIDisable = 1 ; New Graphics Engine (1 = Enable, 0 = Disable) NewGfx = 1 ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50 Scanlines = 0 ; Interpolation (1 = Enable, 0 = Disable) Interpolation = 0 ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd) VSync = 0 ; Disable Echo (1 = Yes, 0 = No) EchoDisable = 0 ; Sound Volume Level (0 .. 100) ; Note : Setting this too high can cause sound overflow which degrades quality Volume = 100 ; Set this to 1 if you do not want ZSNES to save the configuration files. DontSave = 0 ; Savefile directory. Leave it blank if you want the save files to be in the ; same directory as the games. It should be in a format like : C:\dir\dir SaveDirectory = ; Game directory. This is the directory where the GUI starts at. ; ZSNES automatically writes the current directory here upon exit. GameDirectory = C:\EMULADORES\CONSOLAS\NINTENDO\SNES\ROMS
  3. You have to setup emulator trough visualboyadvance.cfg config archive because it hasn't any gui,here's my config file: # All numeric values are in hexadecimal # Use TAB or EQUAL sign to separate name from value # # Key configuration (all numbers are in hexadecimal!) # # Keys values are in the format YXXX where Y is the device number. 0 means # keyborad and XXX is the SDL define for the desired key (read SDL_keysym.h). # # If Y is greater than 0, it means joystick number Y-1 and it uses the # following format for XXX: # # - if XXX < 20, XXX is the axis number multiplied by 2. An even number means # movement to the negative side (on the X axis, it means left). An odd # number means movement to the positive side (on the X axis, it mean # right). For the Y axis, negative means up and positive means down. # X axis is usally axis number 0 and Y is axis number 1. # - if 20 >= XXX > 30, then XXX is the HAT number multiplied by 4 plus the # direction: 0 for up, 1 for down, 2 for right and 3 for left. Example: # 0021 is HAT 0 down, 0026 is HAT 1 right. # - if 80 >= XXX > 100, XXX is the joystick button number (XXX-080). # # Default key configuration is (value in parenthesis): # # Left Left Arrow (0114) # Right Right Arrow (0113) # Up Up Arrow (0111) # Down Down Arrow (0112) # A Z (007a) # B X (0078) # L A (0061) # R S (0073) # Start ENTER (000d) # Select BACKSPACE (0008) # Speed up SPACE (0020) # Capture F12 (0125) # Joy0_Left=1000 Joy0_Right=1001 Joy0_Up=1002 Joy0_Down=1003 Joy0_A=1080 Joy0_B=1081 Joy0_L=1084 Joy0_R=1085 Joy0_Start=1086 Joy0_Select=1087 Joy0_Speed=0021 Joy0_Capture=0125 # Motion support keys. Same format as above # # Default keys are (value in parenthesis): # # Left Numeric Pad 4 (0104) # Right Numeric Pad 6 (0106) # Up Numeric Pad 8 (0108) # Down Numeric Pad 2 (0102) # Motion_Left=0104 Motion_Right=0106 Motion_Up=0108 Motion_Down=0102 # Frame skip setting. Allowed values are from 0 to 5 only. frameSkip=2 # Gameboy Frame skip setting. Allowed values are from 0 to 5 only. gbFrameSkip=0 # Video setting. 0=1x, 1=2x, 2=3x, 3=4x. video=3 # Use fullscreen mode. 0=false, any other value means true fullScreen=1 # Disables MMX support disableMMX=0 # Use bios file. 0=false, any other value means true useBios=0 # Bios file full path and name (ZIP not supported) biosFile=none # Filter to use. 0=no filter, 1=TV Mode, 2=2xSaI, 3=Super 2xSaI, 4=Super Eagle # 5=Pixelate, 6=Motion Blur, 7=AdvanceMAME Scale2x, 8=Simple 2x, # 9=Bilinear, A=Bilinear Plus, B=hq2x, C=lq2x filter=0 # Disable status messages. 0=false, any other value means true disableStatus=1 # Enable Gameboy border. 0=false, any other value means true borderOn=0 # Gameboy emulator type. 0=automatic, 1=CGB/GBC, 2=SGB, 3=GB, 4=GBA, 5=SGB2 emulatorType=1 # Enable washed colors. 0=false, any other value means true colorOption=1 # Directories. Not setting one them makes the file go the rom directory. # Save state directory #saveDir= # Screen shot Capture directory #captureDir= # Battery directory #batteryDir= # Screen capture format # 0=PNG, anything else for BMP captureFormat=0 # Sound quality # 1=44 Khz, 2=22Khz, 4=11Khz soundQuality=2 # Sound Echo # 0=false, anything else for true soundEcho=0 # Sound Low pass filter # 0=false, anything else for true soundLowPass=0 # Sound reverse stereo # 0=false, anything else for true soundReverse=0 # Remove GBA intros (not supported anymore) # 0=false, anything else for true # removeIntros=0 # Save Type # 0=automatic, 1=EEPROM, 2=SRAM, 3=Flash, 4=EEPROM+Sensor, 5=NONE saveType=0 # Flash size # 0=64K Flash, 1=128K Flash flashSize=0 # Sound volume # 0=1x, 1=2x, 2=3x, 3=4x soundVolume=0 # Interframe blending # 0=none, 1=motion blur, 2=smart ifbType=0 # Show emulation speed # 0=none, 1=percentage, 2=detailed showSpeed=0 # Show speed in transparent mode # 0=normal, anything else for transparent showSpeedTransparent=1 # Enable/Disable auto frameskip # 0=disable, anything else to enable autoFrameSkip=0 # Sets the desired throttle # 0=disable, 5...1000 valid throttle speeds throttle=0 # Pauses the emulator when the window is inactive # 0=disable, anything else to enable pauseWhenInactive=0 # Enables AGBPrint support # 0=disable, anything else to enable agbPrint=0 # Enables GBA RTC support # 0=disable, anything else to enable rtcEnabled=0 # Sound OFF flag # 0=sound on, anything else turns off sound soundOff=0 # Sound Enable # Controls which channels are enabled: (add values) # 1 - Channel 1 # 2 - Channel 2 # 4 - Channel 3 # 8 - Channel 4 # 100 - DirectSound A # 200 - DirectSound B # 30f=all enabled, 0=mute all soundEnable=30f # Controls automatic SGB border # 0=disable, anything else enables automatic SGB border display borderAutomatic=0 # Skip bios code # 0=disable, anything else skips BIOS code skipBios=0 # The interval between the rewind saves # Minimum of 0 seconds to disable rewind support, # Maximum of 60 minutes. Value in seconds (hexadecimal numbers) rewindTimer=0 # Enable enhanced save type detection # 0=disable, anything else to enable (no longer used) #enhancedDetection=1 look that I'm using a joypad to play games on emulator I use various frontends to run emulators because I like to config them. The most I use is Mamewah and I make my owm page of layouts and configs. Now I´m using GameEx and try to help people for use it. Config in GameEx is very similar to Mamewah but it not has the professional appearance that GameEx looks, also configurations files are very similar. I'll make the same configs I have in Mamewah into GameEx. Greetings from Jaén (Spain) Snes configuration file------ Enabled=True StartPageName=Nintendo SNES TitleText=Super Nes StartPageLogo=snes RomFilter=*.zip RomsInFolders=False ROMPath=C:\Emuladores\Consolas\Nintendo\SNes\roms SnapPath=C:\Emuladores\Consolas\Nintendo\SNes\snap WorkingPath=C:\Emuladores\Consolas\Nintendo\SNes\ MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=True ReplaceUnder=True Capitals=True RemoveBrackets=True AlsoLaunch= ShowDesktop=False Debug=False MapFile= OLDatZip= Command=Zsnesw.exe "[ROMPath]\[RomFile]" TitlePath=C:\Emuladores\Consolas\Nintendo\SNes\titles BoxPath=C:\Emuladores\Consolas\Nintendo\SNes\Boxscans LaunchBefore= LaunchAfter= CartPath=C:\Emuladores\Consolas\Nintendo\SNes\CartScans I'm using 4.03 GameEx version The Zsnesw emulator is from http://www.screenshotarchive.com Please visit my web http://www.marcianitos.org/tutoriales/mame...g/mwdisenos.htm Thanks a lot
  4. Yes, all of them. Also you must have a look to this web http://home.comcast.net/~cpviewer/downloads.htm There's a lot of system and emulators based on command line
  5. It uses sdl libraries and has no gui Includes exit emulator pressing ESC key Download it here http://www.screenshotarchive.com/downloads_emus.htm
  6. For GBA i'm using 1.7 -sdl version and my config is [Emulator_1] Enabled=True StartPageName=GameBoy Advance TitleText=GBA StartPageLogo=gameboyadvance RomFilter=*.zip RomsInFolders=False ROMPath=C:\Emuladores\Consolas\Nintendo\GBAdvance\roms SnapPath=C:\Emuladores\Consolas\Nintendo\GBAdvance\snap WorkingPath=C:\Emuladores\Consolas\Nintendo\GBAdvance MapKeys=True WaitBeforeKeys= SendKeys= ReplaceDash=False ReplaceUnder=False Capitals=False RemoveBrackets=False AlsoLaunch= ShowDesktop=False Debug=False MapFile= OLDatZip= Command=visualboyadvance-sdl.exe "[ROMPath]\[RomFile]" TitlePath=C:\Emuladores\Consolas\Nintendo\GBAdvance\titles BoxPath=C:\Emuladores\Consolas\Nintendo\GBAdvance\boxscans LaunchBefore= LaunchAfter= CartPath= This works ok
  7. sydaroa

    MagicEngine

    This is my ini file for magic engine 1.0 [Emulator_7] Enabled=True STARTPAGENAME=Magic Engine TITLETEXT=Turbografx 16 StartPageLogo= ROMFilter=*.cue RomsInFolders=False RomPath=C:\Emuladores\Consolas\pcengine\cd SnapPath=C:\Emuladores\Consolas\pcengine\snaps WorkingPath=C:\Emuladores\Consolas\pcengine MapKeys= WaitBeforeKeys= SendKeys= ReplaceDash=True ReplaceUnder=True Capitals=True RemoveBrackets=True ShowDesktop=False Debug=False MAPFile= AlsoLaunch= Command=magicenginecdwrapper.exe "[ROMPath]\[RomFile]" OLDatZip= TitlePath= BoxPath= LaunchBefore= LaunchAfter= CartPath= This works great!!
  8. sydaroa

    MagicEngine

    First of all sorry for my english Go to http://home.comcast.net/~cpviewer/downloads.htm and download the wrapper for magic engine cd and try it. It works on mamewah and should do the same in Game Ex.
  9. Try this Command=gens.exe "[ROMPath]\[RomFile]"
×
×
  • Create New...