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

      Bewildering MSX cassette issue

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bluemsx msx cas
      1
      0 Votes
      1 Posts
      219 Views
      No one has replied
    • M

      SDLTRS - System command does not work!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support trs80 trs-80 system sldtrs cas
      2
      0 Votes
      2 Posts
      342 Views
      J

      @mcfaria2000 You are using the "Level I" ROM instead of "Level II". There is no SYSTEM command in "Level I" ...

    • 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
      2k 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.