./emulators/libretro-stella, Libretro core based on the Stella Atari 2600 (VCS) emulator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.7, Package name: libretro-stella-6.7, Maintainer: pkgsrc-users

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Stella is an Atari 2600 video game system emulator.


Required to build:
[pkgtools/cwrappers] [lang/gcc5]

Master sites:

Filesize: 10039.281 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-15 20:36:18 by Nia Alarie | Files touched by this commit (4) | Package updated
Log message:
[libretro-]stella: update to 6.6

This is a new semi-major release, with the following changes:

    Added preliminary PlusROM support for saving high scores.

    Added preliminary support for 'MVC' bankswitching scheme by Rob Bairos.

    Added web links for many games.

    Added dead zone and linearity settings for analog controllers.

    Added 'Check for Update' button to Help dialog.

    Added different mask patterns for scanline emulation.

    Fixed MindLink controller.

    Fixed SaveKey not working with QuadTari.

    Added TIA randomization on startup option.

    Added different debug color luminances for player and missile copies.

    Added hotkeys for TV roll speed and toggling 'Developer settings' sets.

    Debugger: enhanced prompt's auto complete and history.

    Debugger: added optional logging of breaks and traps.

    Debugger: added Thumb cycle counting.
   2021-02-18 20:40:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
libretro-stella: share patches with stella
   2021-02-18 16:23:13 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
(emulators/libretro-stella) Fix ERROR: [check-portability.awk]
   2021-02-14 12:43:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
libretro-stella: set GITHUB_PROJECT so 'make fetch' works.
   2020-05-30 17:12:46 by Nia Alarie | Files touched by this commit (3)
Log message:
libretro-*: core.mk'ify upstream cores
   2020-05-26 13:35:46 by Nia Alarie | Files touched by this commit (1)
Log message:
libretro-stella: Remove sun ld hacks, appear to be no longer needed
   2020-05-26 11:45:17 by Nia Alarie | Files touched by this commit (84)
Log message:
libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack.
   2020-05-18 14:27:37 by Nia Alarie | Files touched by this commit (6)
Log message:
stella: Update to 6.1.2. Unify with libretro-stella.

6.1.1 to 6.1.2: (April 25, 2020)

  * Fixed bug with remapped events not being reloaded in certain cases.

  * Fixed bug in debugger for 3E scheme when displaying active RAM bank.

  * Fixed bug in "Dragon Defender" ROM being misconfigured for Mindlink
    controller.

6.1 to 6.1.1: (April 4, 2020)

  * Fixed crash in 3E bankswitching scheme when writing to ROM addresses.

  * Fix snapshots on Retina HiDPI displays capturing only the top-left
    corner.

  * Fixed wrong color for BK (background) swatch in the debugger.

  * Fixed 'Right Diff' button in Command menu changing left difficulty
    instead.

  * Fixed compilation of libretro port on Debian Buster.