diff options
author | nia <nia@pkgsrc.org> | 2019-09-22 12:38:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-22 12:38:24 +0000 |
commit | bca9b148ddec7a6605b57840e95d647990206fc3 (patch) | |
tree | 2d9825828b2ed250271498803792589194f72b9c /emulators | |
parent | c968dc1084bc24598d511d3ed3c31a11313380c5 (diff) | |
download | pkgsrc-bca9b148ddec7a6605b57840e95d647990206fc3.tar.gz |
sameboy: Update to 0.12.2
New/Improved Features
The Quick Look previewer now produces color-corrected thumbnails
The debugger now supports a wider range of symbol files
Accuracy Improvements/Fixes
Fixed a bug where samples in the wave channel were treated as if they’re 0, effectively muting the channel in some cases.
Fixed a regression that caused some PPU test ROMs to fail
More accurate emulation of memory access conflicts on the Super Game Boy
When emulating a Super Game Boy, built-in palettes for select games are now emulated
Accuracy improvements to Super Game Boy’s multiplayer mode
Super Game Boy and Game Boy Advance now have their own color correction filters
Bug Fixes
Improvements to audio in the SDL port, affecting some machines
Fixed a bug where the SDL port loaded the wrong boot ROM when emulating Super Game Boy 2
Fixed broken audio on libretro when used with some RetroArch audio drivers
Fixed a potential crash when closing a window in the Cocoa port
Fixed libretro achievements
Fixed major performence issues in the Cocoa port that affected some Macs, especially when emulating the original Super Game Boy
Misc Internal Changes
The emulation core now supports emulating a Super Game Boy without high level emulation of the SNES or SFC. SameBoy is now used for Game Boy emulation by bsnes, allowing extremely accurate low-level emulation of Super Game Boy.
Made it possible to compile the SDL port with older SDL versions
Compression improvements to the CGB and AGB boot ROMs
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sameboy/Makefile.common | 4 | ||||
-rw-r--r-- | emulators/sameboy/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/sameboy/Makefile.common b/emulators/sameboy/Makefile.common index 180838494cc..b93501281a6 100644 --- a/emulators/sameboy/Makefile.common +++ b/emulators/sameboy/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.1 2019/07/18 10:44:57 nia Exp $ +# $NetBSD: Makefile.common,v 1.2 2019/09/22 12:38:24 nia Exp $ # used by emulators/sameboy/Makefile # used by emulators/libretro-sameboy/Makefile -DISTNAME= sameboy-0.12.1 +DISTNAME= sameboy-0.12.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/} GITHUB_PROJECT= SameBoy diff --git a/emulators/sameboy/distinfo b/emulators/sameboy/distinfo index f39d6111a8d..e23c0cb12fd 100644 --- a/emulators/sameboy/distinfo +++ b/emulators/sameboy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/07/18 10:44:57 nia Exp $ +$NetBSD: distinfo,v 1.2 2019/09/22 12:38:24 nia Exp $ -SHA1 (sameboy-0.12.1.tar.gz) = 834f746e6f6e7979a89282b6ccf6591e7a995bde -RMD160 (sameboy-0.12.1.tar.gz) = 806694f76a86b3b347b5a5a1ca25336b3fdbfcef -SHA512 (sameboy-0.12.1.tar.gz) = c02c2d77a514dea110c1ffee56291b69e7b44fe41975c03a8df332ed3a5417c2eec71ae1ae5c8fde27b698bd19d803f1102788e34855436ba4cd06a024bd20e6 -Size (sameboy-0.12.1.tar.gz) = 2533327 bytes +SHA1 (sameboy-0.12.2.tar.gz) = 53610a2d308fc178866ebdfc129c28a17f0bff67 +RMD160 (sameboy-0.12.2.tar.gz) = 09f80f148973ccc7812983d0c921f0aadfce8de2 +SHA512 (sameboy-0.12.2.tar.gz) = 38319ff592fe7f3008843c27e3aa6726d54ca1f8290a1e414b35cb00dd7d90d95767413951ba3a3b21e9c7eb3b28d01ad33ad519abc81b5d5f6d30f30e21ce6a +Size (sameboy-0.12.2.tar.gz) = 2538162 bytes |