pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/xroar



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Dec  1 03:39:19 UTC 2021

Modified Files:
        pkgsrc/emulators/xroar: Makefile distinfo

Log Message:
xroar: Update to 1.0.2

Changelog:
Version 1.0.2, Tue 23 Nov 2021

 * Fix single-bit sound feedback into PIA.
 * Revert SDL audio to callbacks, helps with Windows ["sloopy malibu"]
 * Fix MC10 INT/EXT wiring [Jim Gerrie]
 * 6801/6803: implement more illegal instructions [with Greg Dionne]
 * 6803: Lower bits of address to data bus for floating reads [Greg Dionne]
 * MC10: Only set lower 6 bits on keyboard read [Greg Dionne]

Version 1.0.1, Sat 20 Nov 2021

 * Fix cart disable logic when loading other media [".mad.", Stewart Orchard]
 * MC6801/6803: TST resets CC.C, unlike MC6809.
 * Revert colourburst for NTSC colour modes with CSS+GM0 [Allen Huffman]

Version 1.0, Tue 16 Nov 2021

 * Initial CoCo 3 support.
 * Fix MPI FIRQ handling [Paul Fiscarelli]
 * New option -tv-input configures type of video used by machine.
 * New option -kbd-bind for user mapping of (untranslated) keys.
 * Fix duplicate-IDAM issue when reformatting disks [Paul Fiscarelli]
 * Initial MC-10 support (including MC6803 emulation).
 * Fix occasional spurious NMI in RSDOS [Simon Jonassen]
 * New snapshot format to support CoCo 3, MC-10.
 * New specific load options: -load-fdX, -load-hdX, -load-sd, -load-tape
 * IDE, NX32, MOOH now all require user to specify an image.
 * Games Master Cartridge no longer marked autostart by default.
 * Tape play/pause function (mainly for MC-10 which has no motor remote).
 * Snapshot saves only RAM contents into .ram files [Phill Harvey-Smith]
 * List physical joysticks on -joy-axis help or -joy-button help.
 * Control+M toggles menubar where appropriate.

Version 0.37, Sat 14 Aug 2021

 * Add Control+Shift+D to flush disk images
 * Support leading "~/" in filenames, not just path elements
 * New option -tape-hysteresis (with new default of 1% tape input hysteresis)
 * New option -tape-rewrite-gap-ms _ms_ sets gap length during rewrite
 * New option -tape-rewrite-leader _bytes_ sets leader length during rewrite
 * Document previously added option -tape-pan
 * Detect pulse widths for CUE data when using -tape-rewrite
 * RACE Computer Expansion Cage support (-cart mpi-race)
 * Removed -fast-sound option (and related menu options)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/xroar/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/xroar/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/xroar/Makefile
diff -u pkgsrc/emulators/xroar/Makefile:1.5 pkgsrc/emulators/xroar/Makefile:1.6
--- pkgsrc/emulators/xroar/Makefile:1.5 Wed Sep  8 21:05:03 2021
+++ pkgsrc/emulators/xroar/Makefile     Wed Dec  1 03:39:19 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/09/08 21:05:03 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/12/01 03:39:19 ryoon Exp $
 
-DISTNAME=      xroar-0.36.2
-PKGREVISION=   4
+DISTNAME=      xroar-1.0.2
 CATEGORIES=    emulators
 MASTER_SITES=  https://www.6809.org.uk/xroar/dl/
 

Index: pkgsrc/emulators/xroar/distinfo
diff -u pkgsrc/emulators/xroar/distinfo:1.3 pkgsrc/emulators/xroar/distinfo:1.4
--- pkgsrc/emulators/xroar/distinfo:1.3 Tue Oct 26 10:24:16 2021
+++ pkgsrc/emulators/xroar/distinfo     Wed Dec  1 03:39:19 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:24:16 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/12/01 03:39:19 ryoon Exp $
 
-BLAKE2s (xroar-0.36.2.tar.gz) = 2eb9003199a6f653be1d363763b99fdef3cc4c405c107a26d0f8c3e99f082789
-SHA512 (xroar-0.36.2.tar.gz) = 172f62c8b6a75426a5b0bf7c5c6ea3ed15e3bdaeb622e66c105072ddaf26e4b6849116305910ec389aff635d64dba05a056e353f19677fb1b9f019f3730df24f
-Size (xroar-0.36.2.tar.gz) = 923805 bytes
+BLAKE2s (xroar-1.0.2.tar.gz) = 24ddb620285611e3e2694959b256704551c04e439b4ee12bea863ba92e056268
+SHA512 (xroar-1.0.2.tar.gz) = b1789ccaca62cf5a3f093b85de03d8c335cedc55c6f09e097d1341f18cbf37f1241ef6bd3dffae7bc66d7def2ab737a5e9d2986d56228413cef838e3dd5a3d69
+Size (xroar-1.0.2.tar.gz) = 1131946 bytes



Home | Main Index | Thread Index | Old Index