pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/stella



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar 23 12:01:15 UTC 2020

Modified Files:
        pkgsrc/emulators/stella: Makefile PLIST distinfo

Log Message:
stella: Update to 6.1

6.0.2 to 6.1: (March 22, 2020)

  * IMPORTANT NOTES:
    - Because of major event remapping changes, all remappings will be reset
      to defaults; if you had custom mappings, they will need to be
      re-entered again.

    - Because of major internal changes, all state files are now invalid.

    - Support for Windows XP has been discontinued as of this version.  WinXP
      is now completely out of support from Microsoft, so we are doing the
      same.

  * Major improvements to display mode handling in NTSC vs. PAL.  The window
    is now the same size for both modes, and scaling is applied to simulate
    the height of scanlines (in PAL mode, there are more scanlines and hence
    each is narrower).  This more properly emulates how the display would look
    on a real TV.

  * Removed the 'Display_Height' property, changing it to 'Display_VCenter'.
    This new feature, along with the display mode changes above, almost
    completely eliminate having to manually tweak each ROM so that it will
    not have part of the image cut off.

  * Removed the 'Display_YStart' property and all automatic detection of
    ystart.  It caused problems on some ROMs, and was not the way a real
    console would work anyway.  Related to this, ROMs now load much faster.

  * Major improvements to event remapping:
    - Allow mapping of modifier-key and button-direction combinations
    - Physical controllers can map the same action to different events on
      different virtual controllers
    - Many more events can be remapped
    - Events can be filtered by type in UI

  * Paths have been simplified:
    - The following file/directory locations are no longer configurable
      (statedir, nvramdir, cheatfile, palettefile, propsfile); they are
      now all under the base directory
    - Removed cfgdir; Distella config files are now placed with their
      associated ROMs
    - Added 'basedir' commandline argument, which allows to change the
      base directory where almost all config-related items are stored;
      related to this, discontinued the 'basedir.txt' functionality
    - Added 'baseinappdir' commandline argument, which sets the base
      directory to the application folder (Windows only for now); this
      replaces the functionality of 'basedir.txt'

  * Added automatic controller detection.

  * Controllers can be changed during emulation (no ROM reload required
    anymore).

  * Added support for Light Gun controller.

  * Added limited KidVid support (8, 9 and 0 start the games).

  * Removed superfluous controller option 'PADDLES_IDIR'.

  * Added configurable paddle dejittering.

  * Key-repeat mode improved; entering Time Machine by holding down a key
    combo continues to send events (previously, you had to release and then
    press the combo again).

  * Certain buttons in the UI can now be activated repeatedly by holding
    down the mouse button (Time Machine, debugger step/trace/frame advance,
    etc.)

  * Added option to configure mouse double click speed.

  * Added option to configure controller input repeat speed.

  * Added high quality scaling.

  * Made scanlines better aligned to scaling.

  * Added 'HiDPI' mode, which scales the UI by 2x when enabled.  This is
    meant for 4k and above monitors, but can actually be used at any
    lower resolution that is large enough to display the scaled UI.

  * Fixed TIA 'Center' option, Stella now remembers the last windowed position.

  * Added fractional (25% increments) TIA zooms.

  * Removed 'tia.fsfill' option, replacing it with 'tia.fs_stretch'.  This
    new option allows to preserve TIA image aspect ratio in fullscreen
    mode, or stretch to fill the entire screen.

  * Added configurable 'Overscan' option for fullscreen modes.

  * Fullscreen TIA modes no longer assume that desktop taskbars, etc
    are present, hence they are scaled to the proper fullscreen size.

  * Added option to display dialogs in screen corners.

  * Added hotkey for sound on/off.

  * Enhanced 'Command' menu to display current state and more commands.

  * Added option to save and load all TimeMachine states at once.

  * Added option to automatically load/save states when entering/exiting
    emulation.

  * Added option to change pitch of Pitfall II music.

  * ROM Info Viewer size is not limited to fixed zoom steps anymore.

  * ROM Info Viewer can now display multiple lines per property and the
    bank switching type.

  * In file listings, you can now select directories by holding 'Shift' on
    the first character entered.  Entering characters in lowercase still
    selects files, as before.

  * Fixed bug when starting ROMs via MacOS finder.

  * Added various developer options for oddball TIAs:
    - stuffed player, missiles and ball move
    - delayed playfield bits and color
    - delayed players and ball VDEL swap

  * Disabled some developer options for 'Player settings'.

  * Writes to RAM read ports are ignored now.

  * Added Developer setting, which breaks on writes to read ports.

  * Improved breakpoints to now consider the banks.

  * Improved debugger's TIA display and zoom windows.

  * Improved hotkeys, now many emulation keys work in debugger too.

  * Fixed display of negative values in debugger; sometimes they were
    shown as positive.

  * Reworked ROM properties database, making it load faster in certain cases.

  * Updated internal ROM properties database to ROM-Hunter version 16
    (thanks go to RomHunter for his tireless research in this area).
    Related to this, updated the snapshot collection.

  * Fixed 'Dancing Plate (Unknown) (PAL)' to use joystick.

  * Fixed cheatcode handling in 2K and 4K ROMs.

  * Fixed bug where ROMs smaller than 64 bytes were not recognized.

  * Fixed bug where frying one ROM was continued with the next ROM.

  * Fixed not working 7800 pause key.

  * Enhanced UA bankswitching to support certain Brazilian carts.

  * Fixed WD bankswitching.

  * Added FC bankswitching for Amiga's Power Play Arcade Video Game Album.

  * Added auto-detection of display format based on filename.

  * Auto-detection of bankswitch scheme by file extension now includes
    more human-readable formats (not restricted to DOS 3-char length).
    See the documentation for the new names.

  * Fixed bug in DPC+ scheme; 'fast fetch mode' was enabled at startup,
    when it should be disabled by default.

  * Some more work on DPC+ playfield 'jitter' effect for certain older DPC+
    driver versions; more ROMs are now detected properly.  Special thanks
    to SpiceWare for his research in this area.

  * Added proper Retron77 port.

  * Added proper libretro port, and fixed display for OpenGLES renderers.

  * PNG/ZIP image support is now conditionally compiled into Stella.
    All major ports (Linux/macOS/Windows) have it enabled by default.

  * SDL/GUI support is now conditionally compiled into Stella.  All major
    ports (Linux/macOS/Windows) have it enabled by default.  This is
    currently needed by the libretro port.

  * Updated included PNG library to latest stable version.

  * Updated UNIX configure script to work with the gcc version 10 and
    above.

-


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/emulators/stella/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/stella/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/emulators/stella/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/stella/Makefile
diff -u pkgsrc/emulators/stella/Makefile:1.52 pkgsrc/emulators/stella/Makefile:1.53
--- pkgsrc/emulators/stella/Makefile:1.52       Sun Mar  8 16:49:29 2020
+++ pkgsrc/emulators/stella/Makefile    Mon Mar 23 12:01:15 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/03/08 16:49:29 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/03/23 12:01:15 nia Exp $
 
-DISTNAME=      stella-6.0.2-src
+DISTNAME=      stella-6.1-src
 PKGNAME=       ${DISTNAME:S/-src//1}
-PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=stella-emu/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/emulators/stella/PLIST
diff -u pkgsrc/emulators/stella/PLIST:1.11 pkgsrc/emulators/stella/PLIST:1.12
--- pkgsrc/emulators/stella/PLIST:1.11  Mon Jun 17 13:51:08 2019
+++ pkgsrc/emulators/stella/PLIST       Mon Mar 23 12:01:15 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/06/17 13:51:08 nia Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/03/23 12:01:15 nia Exp $
 bin/stella
 share/applications/stella.desktop
 share/doc/stella/Announce.txt
@@ -41,7 +41,6 @@ share/doc/stella/graphics/eventmapping_d
 share/doc/stella/graphics/eventmapping_remap.png
 share/doc/stella/graphics/jr_pacman.png
 share/doc/stella/graphics/launcher.png
-share/doc/stella/graphics/launcher_options_files.png
 share/doc/stella/graphics/launcher_options_snapshots.png
 share/doc/stella/graphics/launcher_override.png
 share/doc/stella/graphics/logs.png
@@ -50,12 +49,13 @@ share/doc/stella/graphics/options_audio.
 share/doc/stella/graphics/options_developer.png
 share/doc/stella/graphics/options_developer_debugger.png
 share/doc/stella/graphics/options_developer_emulation.png
+share/doc/stella/graphics/options_developer_tia.png
 share/doc/stella/graphics/options_developer_timemachine.png
 share/doc/stella/graphics/options_developer_video.png
-share/doc/stella/graphics/options_gameinfo.png
+share/doc/stella/graphics/options_gameinfo_cartridge.png
 share/doc/stella/graphics/options_gameinfo_console.png
 share/doc/stella/graphics/options_gameinfo_controller.png
-share/doc/stella/graphics/options_gameinfo_display.png
+share/doc/stella/graphics/options_gameinfo_emulation.png
 share/doc/stella/graphics/options_misc.png
 share/doc/stella/graphics/options_misc_classic.png
 share/doc/stella/graphics/options_misc_light.png

Index: pkgsrc/emulators/stella/distinfo
diff -u pkgsrc/emulators/stella/distinfo:1.25 pkgsrc/emulators/stella/distinfo:1.26
--- pkgsrc/emulators/stella/distinfo:1.25       Sun Nov 10 21:54:58 2019
+++ pkgsrc/emulators/stella/distinfo    Mon Mar 23 12:01:15 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2019/11/10 21:54:58 nia Exp $
+$NetBSD: distinfo,v 1.26 2020/03/23 12:01:15 nia Exp $
 
-SHA1 (stella-6.0.2-src.tar.xz) = 986b4a362aff0f1869134852cde1da5ff6cbcc67
-RMD160 (stella-6.0.2-src.tar.xz) = 5a266e6ed2308e70b0e0968e7a5acf265a78569d
-SHA512 (stella-6.0.2-src.tar.xz) = 31b4a9663c333c7198ec86fdd9ad4afbcc267fb13d5fd9efcc7182bc7a1f25a4b7f85d9304b698f594cdac3d80b04cd2f4e09f23e755d804f3fd28b23da9a98b
-Size (stella-6.0.2-src.tar.xz) = 1730320 bytes
+SHA1 (stella-6.1-src.tar.xz) = 150897e4184a6ad1eb00e786aef84a6732740927
+RMD160 (stella-6.1-src.tar.xz) = 614db20bdf700d3d44273f8056d6d8b0cbbbf318
+SHA512 (stella-6.1-src.tar.xz) = 46f1a562c7cdcc7e2e36d4cd6976be2cac1587969f66af89c00ac95a82de9b3420044c721e53c71fe4e5a8c50f27df1dd74a583d40723ef1e343cb3c1efcec8e
+Size (stella-6.1-src.tar.xz) = 2047380 bytes
 SHA1 (patch-configure) = 4818245fe59c6c73e6d7647e7d3aed1f3c938c90



Home | Main Index | Thread Index | Old Index