summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-12-01 03:39:19 +0000
committerryoon <ryoon@pkgsrc.org>2021-12-01 03:39:19 +0000
commitebda21da7bc82fc5ef4a5a88a7daeafa7df571d7 (patch)
treefe55d367da5c3e36d6cf52c5ee43e2e9dbda89ef /emulators
parent901d48f1360411b16b64ddd52d7289ef203dab0e (diff)
downloadpkgsrc-ebda21da7bc82fc5ef4a5a88a7daeafa7df571d7.tar.gz
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)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xroar/Makefile5
-rw-r--r--emulators/xroar/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/emulators/xroar/Makefile b/emulators/xroar/Makefile
index dce872c51cc..224a3b49783 100644
--- a/emulators/xroar/Makefile
+++ b/emulators/xroar/Makefile
@@ -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/
diff --git a/emulators/xroar/distinfo b/emulators/xroar/distinfo
index 6db5537bdac..ed15058f4c0 100644
--- a/emulators/xroar/distinfo
+++ b/emulators/xroar/distinfo
@@ -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