RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. 800
    Log in to post
    • All categories
    • P

      Atari 5200 won't start

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support 5200 atari 800 bios
      3
      0 Votes
      3 Posts
      659 Views
      P

      I found out that the problem is caused by shader I applied to all liberto emulators,
      I guess Atari800 emulator doesn't like shaders.
      Disabled it for this specific emu and it's working now!
      Thank you mitu for answer.

    • GeekOBG

      lr-atari800 not starting after updating from 4.5.1

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-atari800 broken retroarch 800 5200
      34
      1 Votes
      34 Posts
      4k Views
      BuZzB

      @mahalingam it was fixed, so if you're getting the issue open a new topic with some info.

      Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    • F

      Atari 800 Emulator .CAS Files - can they be played in RetroPie?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming cas cassette files atari 800
      3
      0 Votes
      3 Posts
      3k Views
      future.childF

      The emulator itself supports both raw and .cas images.
      I do not believe the scraper supports adding these images, so you would have to create a playlist manually.

      The emulators.cfg can be modified to include the following commands:
      -tape <filename> Attach cassette image (CAS format or raw file)
      -boottape <filename> Attach cassette image and boot it
      -tape-readonly Set the attached cassette image as read-only

      I'd imagine it could work with this content in emulators.cfg:
      atari800="echo %ROM: -\ % > /dev/null;/opt/retropie/emulators/atari800/bin/atari800 -config /opt/retropie/configs/atari800/atari800.cfg -boottape %ROM%"
      default = "atari800"

      Please note that i have not tried this myself.