pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/stella stella: Update to 6.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/1384ca975bb2
branches: trunk
changeset: 442434:1384ca975bb2
user: nia <nia%pkgsrc.org@localhost>
date: Tue Nov 24 14:05:22 2020 +0000
description:
stella: Update to 6.4
6.3 to 6.4 (November 2, 2020)
* Added basic (entire and single line only) text cut/copy and paste.
* Added color parameters to 'Custom' palette.
* Some improvements to AtariVox-USB adaptor functionality:
- Made serial port used for an AtariVox-USB adaptor editable.
- Autodetection of serial ports no longer messes up devices plugged
into other serial ports.
* Added CPU load stats to debugger. Related to this, added debugger
pseudo-registers '_ftimreadcycles' and '_fwsynccycles' to show the
number of cycles since the start of frame under certain circumstances
(see manual for more details).
* Fixed bug with aspect correction and fullscreen mode; snapshots from
such a mode are now pixel-exact.
* Fixed a bug that caused CDF ROMs to crash on the Retron77 and reduced
ARM emulation performance for CDF ROMs on other platforms.
* Fixed crash with missing or incorrectly sized SaveKey data file, and
with certain functions not working (erase pages, erase entire EEPROM).
* Fixed Atari mouse autodetection.
* Fixed bug in ROM launcher, with last ROM selected not being remembered
when exiting and re-entering a directory.
-Have fun!
6.2.1 to 6.3 (October 7, 2020)
* Added adjustable autofire.
* Added 'Dark' UI theme.
* Extended global hotkeys for debug options.
* Added option to playback a game using the Time Machine.
* Allow taking snapshots from within the Time Machine dialog.
* Added the ability to access most files that Stella uses from within a
ZIP file. This includes the following:
- Per-ROM properties file (so one can distribute a ROM and its
associated properties).
- Debugger symbol (.sym) and list (.lst) files, etc.
- Several others, as we extend the support.
Basically, you are now able to put many files that Stella uses inside
one ZIP file, and distribute just that file.
* Extended AtariVox support to handle flow control, so that long phrases
are no longer corrupted/cut off. This includes properly supporting the
2600-daptor II, which is flashable to an AVox-USB converter.
* Added auto-detection of the serial port used for an AtariVox-USB adaptor.
* Added QuadTari controller support.
* Added option to select the audio device.
* Added support for CDFJ+ bankswitching type.
* Further enhanced UA bankswitching to support more Brazilian carts.
* Added option to display detected settings info when a ROM is loaded.
* Added another oddball TIA glitch option for delayed background color.
* Added option to disable aspect ratio correct scaling.
* Added debugger pseudo-registers '_timwrapread' and '_timwrapwrite',
which are set when the RIOT timer is read/written on timer wraparound,
respectively.
* Bankswitching schemes BUS, DPC+ and CDFx now work when startup bank
randomization is enabled (these schemes now ignore that setting).
* Replaced "Re-disassemble" with "Disassemble @ current line" in debugger.
* Fixed bug when taking fullscreen snapshots; the dimensions were
sometimes cut off.
diffstat:
emulators/stella/Makefile | 3 +--
emulators/stella/Makefile.common | 6 +++---
emulators/stella/PLIST | 4 +++-
emulators/stella/distinfo | 10 +++++-----
4 files changed, 12 insertions(+), 11 deletions(-)
diffs (69 lines):
diff -r e94c524caa2e -r 1384ca975bb2 emulators/stella/Makefile
--- a/emulators/stella/Makefile Tue Nov 24 13:52:49 2020 +0000
+++ b/emulators/stella/Makefile Tue Nov 24 14:05:22 2020 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.55 2020/08/18 17:57:47 leot Exp $
+# $NetBSD: Makefile,v 1.56 2020/11/24 14:05:22 nia Exp $
-PKGREVISION= 1
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/-src//1}
diff -r e94c524caa2e -r 1384ca975bb2 emulators/stella/Makefile.common
--- a/emulators/stella/Makefile.common Tue Nov 24 13:52:49 2020 +0000
+++ b/emulators/stella/Makefile.common Tue Nov 24 14:05:22 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.6 2020/06/29 14:48:49 nia Exp $
+# $NetBSD: Makefile.common,v 1.7 2020/11/24 14:05:22 nia Exp $
# used by emulators/stella/Makefile
# used by emulators/libretro-stella/Makefile
-DISTNAME= stella-6.2.1-src
+DISTNAME= stella-6.4-src
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=stella-emu/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -11,7 +11,7 @@
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../emulators/stella/distinfo
-PATCHDIR= ${.CURDIR}/../../emulators/stella/patches
+#PATCHDIR= ${.CURDIR}/../../emulators/stella/patches
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//1}
diff -r e94c524caa2e -r 1384ca975bb2 emulators/stella/PLIST
--- a/emulators/stella/PLIST Tue Nov 24 13:52:49 2020 +0000
+++ b/emulators/stella/PLIST Tue Nov 24 14:05:22 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/06/09 11:59:58 nia Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/11/24 14:05:22 nia Exp $
bin/stella
share/applications/stella.desktop
share/doc/stella/Announce.txt
@@ -58,8 +58,10 @@
share/doc/stella/graphics/options_gameinfo_console.png
share/doc/stella/graphics/options_gameinfo_controller.png
share/doc/stella/graphics/options_gameinfo_emulation.png
+share/doc/stella/graphics/options_gameinfo_quadtari.png
share/doc/stella/graphics/options_misc.png
share/doc/stella/graphics/options_misc_classic.png
+share/doc/stella/graphics/options_misc_dark.png
share/doc/stella/graphics/options_misc_light.png
share/doc/stella/graphics/options_ui.png
share/doc/stella/graphics/options_video.png
diff -r e94c524caa2e -r 1384ca975bb2 emulators/stella/distinfo
--- a/emulators/stella/distinfo Tue Nov 24 13:52:49 2020 +0000
+++ b/emulators/stella/distinfo Tue Nov 24 14:05:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2020/06/29 14:48:49 nia Exp $
+$NetBSD: distinfo,v 1.30 2020/11/24 14:05:22 nia Exp $
-SHA1 (stella-6.2.1-src.tar.xz) = 03508fdef44c003d15bbcd5fe8df4c7992e13d91
-RMD160 (stella-6.2.1-src.tar.xz) = a5ba66e6fa9cc672c314d1676d0270689da09123
-SHA512 (stella-6.2.1-src.tar.xz) = f6a8318db81da463cc10944228ac65f43d03823f50d9b2b37657e1c0161ee4d260226142acc9cbbf2fe4541b79a75856601bd44ac44e1f9f909ae11785f704ec
-Size (stella-6.2.1-src.tar.xz) = 4238636 bytes
+SHA1 (stella-6.4-src.tar.xz) = 68ce5884aed75df3f1c4885071aaf6b2bf190cb0
+RMD160 (stella-6.4-src.tar.xz) = 6e673dc4ecd686410d4b05f239b78d820a9acda0
+SHA512 (stella-6.4-src.tar.xz) = ca74b24f983554d13c63178bc6fbcf1269cc77d4df3553d2c33581624afd939fe7a3bbca262fa52ea4c89b5773040e184672dbf55662ce9623ffc16b9b8d8fd2
+Size (stella-6.4-src.tar.xz) = 4360184 bytes
Home |
Main Index |
Thread Index |
Old Index