Forum Replies Created

Viewing 11 posts - 1,576 through 1,586 (of 1,586 total)
  • Author
    Posts
  • Floob
    Member

    Hmm, I havent tried that many emulators.
    Is your memory split 384? You can do this in the raspi-config

    Floob
    Member

    Some cards are quirky. Can you find your specific one here?
    http://elinux.org/RPi_SD_cards

    Try a different one for the hell of it.

    And you are running RetroPie 2.3 and run the updates?

    sudo apt-get update
    sudo apt-get upgrade
    in reply to: Romset for Mame and RetroPie #81362
    Floob
    Member

    Well as long as the roms are from that distribution (0.37b5) and you are using RetroPie 2.3 you should be good to go.
    I notice that RetroPie 2.3 has Mame4all-pi as the default emulator for Mame as opposed to RetroArch or other.

    You can confirm what is loading by checking the es_systems.cfg file.
    /etc/emulationstation/es_systems.cfg

    Does your mame4all-pi directory look like this?
    /opt/retropie/emulators/mame4all-pi

    (You can output this with: sudo tree mame4all-pi/ –charset X -d -o output.txt)
    If you have to install tree, it is:
    sudo apt-get install tree

    mmame4all-pi/
    |-- mcfg
    |-- mfolders
    |-- mhi
    |-- mobj_mame_rpi
    |   |-- mcpu
    |   |   |-- madsp2100
    |   |   |-- mccpu
    |   |   |-- mh6280
    |   |   |-- mi8039
    |   |   |-- mi8085
    |   |   |-- mi86
    |   |   |-- mkonami
    |   |   |-- mm6502
    |   |   |-- mm6800
    |   |   |-- mm68000
    |   |   |-- mm68000_cyclone
    |   |   |-- mm6805
    |   |   |-- mm6809
    |   |   |-- mmips
    |   |   |-- mnec
    |   |   |-- ms2650
    |   |   |-- mt11
    |   |   |-- mtms32010
    |   |   |-- mtms34010
    |   |   |-- mtms9900
    |   |   |-- mz80
    |   |   |-- mz8000
    |   |   |-- mz80_drz80
    |   |-- mdrivers
    |   |-- mmachine
    |   |-- mrpi
    |   |-- msndhrdw
    |   |-- msound
    |   |-- mvidhrdw
    |   |-- mzlib
    |-- mroms
    |-- mskins
    |   |-- msource
    |-- msrc
    |   |-- mcpu
    |   |   |-- madsp2100
    |   |   |-- marm
    |   |   |-- mccpu
    |   |   |-- mh6280
    |   |   |-- mi8039
    |   |   |-- mi8085
    |   |   |-- mi86
    |   |   |-- mkonami
    |   |   |-- mm6502
    |   |   |-- mm6800
    |   |   |-- mm68000
    |   |   |-- mm68000_cyclone
    |   |   |-- mm6805
    |   |   |-- mm6809
    |   |   |-- mmips
    |   |   |-- mnec
    |   |   |-- mnec_armnec
    |   |   |-- mpdp1
    |   |   |-- ms2650
    |   |   |-- msc61860
    |   |   |-- mt11
    |   |   |-- mtms32010
    |   |   |-- mtms34010
    |   |   |-- mtms9900
    |   |   |-- mz80
    |   |   |-- mz8000
    |   |   |-- mz80_drz80
    |   |   |-- mz80gb
    |   |-- mdrivers
    |   |-- mmachine
    |   |-- mrpi
    |   |-- msndhrdw
    |   |-- msound
    |   |-- mvidhrdw
    |   |-- mzlib
    |-- msta
    
    76 directories

    The root dir should look like

    pi@raspberrypi /opt/retropie/emulators/mame4all-pi $ ls -l
    total 19712
    drwxr-xr-x  2 pi pi    4096 Sep 28 20:38 cfg
    -rw-r--r--  1 pi pi 1522317 Sep 12 23:42 cheat.dat
    -rw-r--r--  1 pi pi 1291815 Sep 12 23:41 clrmame.dat
    drwxr-xr-x  2 pi pi    4096 Jul 20 10:04 folders
    drwxr-xr-x  2 pi pi    4096 Sep 28 20:38 hi
    -rw-r--r--  1 pi pi   50821 Sep 12 23:42 hiscore.dat
    -rwxr-xr-x  1 pi pi     188 Sep 12 23:40 install.sh
    -rw-r--r--  1 pi pi    2723 Sep 12 23:41 Makefile
    -rw-r--r--  1 pi pi    2757 Sep 12 23:42 Makefile.debug
    -rwxr-xr-x  1 pi pi 9528128 Sep 12 23:40 mame
    -rw-r--r--  1 pi pi 3422601 Sep 12 23:42 mame4all_pi.zip
    -rwxr-xr-x  1 pi pi     831 Sep 12 23:42 mame.cfg
    -rw-r--r--  1 pi pi     808 Sep 12 23:40 mame.cfg.template
    -rw-r--r--  1 pi pi 3422830 Sep 12 23:42 mametest.zip
    drwxr-xr-x 10 pi pi    4096 Jul 20 10:04 obj_mame_rpi
    -rw-r--r--  1 pi pi  717047 Sep 12 23:41 pimenu_src.zip
    -rw-r--r--  1 pi pi  131445 Sep 12 23:41 pimenu.zip
    -rw-r--r--  1 pi pi   13182 Sep 12 23:42 readme.txt
    -rw-r--r--  1 pi pi    3384 Sep 12 23:40 readme.txt.orig
    drwxr-xr-x  2 pi pi    4096 Jul 20 10:04 roms
    drwxr-xr-x  3 pi pi    4096 Jul 20 10:04 skins
    drwxr-xr-x 10 pi pi    4096 Jul 20 10:04 src
    drwxr-xr-x  2 pi pi    4096 Jul 20 10:04 sta
    -rwxr-xr-x  1 pi pi     337 Sep 12 23:41 zipit
    
    in reply to: mame not exiting off usb snes controller #81354
    Floob
    Member

    Brilliant thanks! It was marked ‘UI Cancel’

    in reply to: Exit emulator problem #81351
    Floob
    Member

    I put mine in here
    SNES-to-gamepad.cfg

    in reply to: mame not exiting off usb snes controller #81350
    Floob
    Member

    Hi,

    Where did you find the option to exit Mame – I see the option to restart the game but not exit Mame.
    I’m looking in the General menu when I press tab in Mame.

    in reply to: Reset usb snes controllers #81316
    Floob
    Member

    Is this the one?

    /opt/retropie/emulators/RetroArch/configs

    You could re-run the controller configs here
    /home/pi/RetroPie-Setup/retropie_setup.sh

    in reply to: Use multiple game pad keys to exit emulator #72072
    Floob
    Member

    Thats a great tip. Thanks.
    The post referenced is now at:
    http://www.libretro.com/forums/viewtopic.php?f=2&t=201

    For reference the file I needed to edit to do this was:
    /opt/retropie/emulators/RetroArch/configs/USBGamepad.cfg

    As explained above, your start and select codes may be different, but this is shown by the keys you have already mapped. Here is my file

    input_device = "USB Gamepad "
    input_driver = "udev"
    input_b_btn = "2"
    input_y_btn = "3"
    input_select_btn = "8"
    input_start_btn = "9"
    input_up_axis = "-1"
    input_down_axis = "+1"
    input_left_axis = "-0"
    input_right_axis = "+0"
    input_a_btn = "1"
    input_x_btn = "0"
    input_l_btn = "4"
    input_r_btn = "5"
    input_enable_hotkey_btn = "8"
    input_exit_emulator_btn = "9"
    in reply to: Output resolution – scanlines etc.. #72065
    Floob
    Member

    Ok, I thought editing the config.txt in /boot would sort it:

    https://github.com/retropie/RetroPie-Setup/wiki/Advanced-Configuration#vga-mode-and-overscan
    http://elinux.org/RPiconfig#Video_mode_options

    but I think its more of a fundamental display issue of the emulation because its not the original hardware – therefore the correct way to deal with this seems to be using shaders?

    Here it is with no shaders
    https://www.youtube.com/watch?v=lAgeJB7S_JA

    in reply to: ES Scraper Setup #72062
    Floob
    Member

    Looks like command line can be run from this approach?

    Section 5.3
    https://github.com/retropie/RetroPie-Setup/wiki/RetroPie-Arch-Linux-Flavor

    Section gamelist.xml
    https://github.com/Aloshi/EmulationStation

    in reply to: Output resolution – scanlines etc.. #64178
    Floob
    Member

    Hmm, this kind of talks about it in Windows and linux GUI, but not command line / via emulation station

    RetroArch and 240p

    Has anyone got their Pi outputting in 240p?

    How do you guys not have a pixelated output?

Viewing 11 posts - 1,576 through 1,586 (of 1,586 total)