Difference between revisions of "Higan"

From Emulation General Wiki
Jump to navigation Jump to search
m
m
(21 intermediate revisions by 13 users not shown)
Line 6: Line 6:
 
|version = {{higanVer}}
 
|version = {{higanVer}}
 
|active = Yes
 
|active = Yes
|platform = Windows, macOS, Linux, FreeBSD, [[libretro]]
+
|platform = Windows, macOS, Linux, OpenBSD, FreeBSD, [[libretro]]
|target = [[Nintendo Entertainment System emulators|Nintendo Entertainment System (Famicom)]], [[Super Nintendo emulators|Super Nintendo Entertainment System (Super Famicom)]], [[Game Boy/Game Boy Color emulators|Nintendo Game Boy/Color]], [[Game Boy Advance emulators|Game Boy Advance]], [[WonderSwan emulators|Bandai WonderSwan/Color]], [[Master System emulators|Sega Master System]], [[Master System emulators|Game Gear]], [[Sega Genesis emulators|Genesis/Mega Drive]], [[PC Engine (TurboGrafx-16) emulators|NEC PC Engine (TurboGrafx-16)]]
+
|target = [[Nintendo Entertainment System emulators|Nintendo Entertainment System (Famicom)]], [[Super Nintendo emulators|Super Nintendo Entertainment System (Super Famicom)]], [[Game Boy/Game Boy Color emulators|Nintendo Game Boy/Color]], [[Game Boy Advance emulators|Game Boy Advance]], [[WonderSwan emulators|Bandai WonderSwan/Color]], [[Master System emulators|Sega Master System]], [[Master System emulators|Game Gear]], [[Sega Genesis emulators|Genesis/Mega Drive]], [[PC Engine (TurboGrafx-16) emulators|NEC PC Engine (TurboGrafx-16)]], [[MSX emulators|MSX]], [[ColecoVision emulators|ColecoVision]]  
 
|compatibility = <small>100% for commercial titles<br/>Some homebrew may have small defects</small>
 
|compatibility = <small>100% for commercial titles<br/>Some homebrew may have small defects</small>
 
|accuracy = System-dependent
 
|accuracy = System-dependent
|website = [http://byuu.org/emulation/higan/ byuu.org]
+
|website = [https://byuu.org/higan byuu.org]
 
|support = [https://www.patreon.com/byuu Patreon]
 
|support = [https://www.patreon.com/byuu Patreon]
|license = GNU GPL v3
+
|license = GNU GPLv3
|source = [https://gitlab.com/higan/higan GitLab]
+
|source = [https://github.com/byuu/higan Github]
 
}}
 
}}
 
'''higan''' (formerly '''bsnes''') is an open-source, [[Multi-system emulators|multi-system emulator]]. It was created in response to inaccurate SNES emulators such as [[ZSNES]] and shoddy ROM hacks. It is also available as a [[libretro]] core for [[RetroArch]].
 
'''higan''' (formerly '''bsnes''') is an open-source, [[Multi-system emulators|multi-system emulator]]. It was created in response to inaccurate SNES emulators such as [[ZSNES]] and shoddy ROM hacks. It is also available as a [[libretro]] core for [[RetroArch]].
  
==Downloads==
+
==Download==
* [http://byuu.org/emulation/higan/ higan]
+
{| cellpadding="4"
* [https://byuu.org/emulation/bsnes/ bsnes Official]
+
|-
* [http://github.com/devinacker/bsnes-plus/releases bsnes-plus v0.73+3a]
+
|align=center|{{Icon|Win|Lin|Mac|BSD}}
* [http://github.com/sharknnth/bsnes-classic/releases bsnes-classic (GitHub builds)]
+
|'''[https://byuu.org/higan higan releases]'''<br/><small>Stable and dev builds</small>
* [http://www.emucr.com/search/label/bsnes-classic bsnes-classic (EmuCR builds)]
+
|-
* [https://github.com/hex-usr/nSide/releases nSide v0.09r16]
+
|align=center|{{Icon|Win|Lin|Mac|BSD}}
 +
|[https://byuu.org/bsnes bsnes releases]<br/><small>Stable and dev builds</small>
 +
|-
 +
|colspan="3"|<hr/>
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[http://github.com/devinacker/bsnes-plus/releases bsnes-plus v073+3a]
 +
|-
 +
|align=center|{{Icon|Win-big}}
 +
|[http://github.com/sharknnth/bsnes-classic/releases bsnes-classic]
 +
|}
  
 
==Overview==
 
==Overview==
 
===bsnes versions===
 
===bsnes versions===
higan's Super Nintendo emulator, '''bsnes''', has 3 different profiles: Performance, Balanced, and Accuracy. The Balanced version is recommended for modern PCs. Use the Accuracy profile only for extreme cases. The Balanced profile was previously known as "Compatibility" in versions before v0.92.
+
higan's Super Nintendo emulator, '''bsnes''', has 3 different profiles: Performance, Balanced, and Accuracy. The Balanced version is recommended for modern PCs. Use the Accuracy profile only for extreme cases. The Balanced profile was previously known as "Compatibility" in versions before v092.
  
 
The main concession to performance in the Balanced core is the PPU (graphics) emulation – rather than render a pixel at a time as real hardware must do, it renders an entire scanline at a time. Because Nintendo told SNES programmers not to mess with the PPU while scanline rendering was in progress, this has no effect in most games – but some programmers deliberately broke the rules and these games will have problems in the Balanced core.
 
The main concession to performance in the Balanced core is the PPU (graphics) emulation – rather than render a pixel at a time as real hardware must do, it renders an entire scanline at a time. Because Nintendo told SNES programmers not to mess with the PPU while scanline rendering was in progress, this has no effect in most games – but some programmers deliberately broke the rules and these games will have problems in the Balanced core.
Line 33: Line 43:
 
There are two games known to manipulate the PPU mid-scanline; “A.S.P. – Air Strike Patrol (USA)” and “Uniracers (USA)”. Uniracers works because it’s the only game that tries to manipulate OAM mid-scanline, and bsnes just happens to behave exactly the way that Uniracers expects. Air Strike Patrol is missing the shadow beneath the plane, which makes the game harder to play.
 
There are two games known to manipulate the PPU mid-scanline; “A.S.P. – Air Strike Patrol (USA)” and “Uniracers (USA)”. Uniracers works because it’s the only game that tries to manipulate OAM mid-scanline, and bsnes just happens to behave exactly the way that Uniracers expects. Air Strike Patrol is missing the shadow beneath the plane, which makes the game harder to play.
  
v0.98 is the last release of higan which includes the Balanced and Performance profiles. Future releases will only include the Accuracy profile.
+
v098 is the last release of higan which includes the Balanced and Performance profiles. Future releases will only include the Accuracy profile.
  
 
===Game folders===
 
===Game folders===
Line 39: Line 49:
  
 
===bsnes (Official Release)===
 
===bsnes (Official Release)===
'''[https://byuu.org/?bsnes_v107 bsnes]'''is a '''[https://byuu.org/emulation/bsnes/ subset]''' project of higan, and focuses on performance, features, and ease of use. It returns to the Qt GUI that it abandoned before its merger with higan and has a much faster multi-threaded PPU renderer, giving it the performance of the old bsnes-balanced core while retaining the accuracy of the bsnes-accurate core.
+
'''[https://byuu.org/bsnes bsnes]'''is a subset project of higan, and focuses on performance, features, and ease of use. It returns to the Qt GUI that it abandoned before its merger with higan and has a much faster multi-threaded PPU renderer, giving it the performance of the old bsnes-balanced core while retaining the accuracy of the bsnes-accurate core.
  
 
===csnes===
 
===csnes===
'''[https://board.byuu.org/viewtopic.php?f=2&t=2131 csnes]''' is a separate emulator made by byuu for commercial use, specifically companies that wish to re-release SNES titles they hold the licenses to. It is made completely from scratch and aims for speed and performance while maintaining a high level of accuracy for all licensed SNES titles.
+
'''[https://helmet.kafuka.org/byuubackup2/viewtopic.php@f=2&t=2131.html csnes]''' is a separate emulator made by byuu for commercial use, specifically companies that wish to re-release SNES titles they hold the licenses to. It is made completely from scratch and aims for speed and performance while maintaining a high level of accuracy for all licensed SNES titles.
  
 
==List of forks==
 
==List of forks==
 +
===bsnes-hd===
 +
[https://github.com/DerKoun/bsnes-hd bsnes-hd] (formally "HD Mode 7 mod, for bsnes") is a newer fork of bsnes (released in 2019 by DerKoun) that adds HD video features, such as:
 +
* '''HD Mode 7''' – Rendering the rotated, scaled or pseudo perspective backgrounds at higher resolutions. This does not involve new custom imagery or upscaling algorithms. It is a higher resolution version of the process the SNES uses.
 +
* '''Widescreen''' – Extending the scenes to the left and right, without distorting them. Works for most Mode 7 scenes, but also for some other scenes/games, after some setting tweaking.
 +
* '''Some non-HD related features''' – Like the ability to disable background layers, sprites and window effects for screenshots for wallpapers or soft crop to zoom in, leaving maps or static art off the sides of the screen.
 +
 +
Some of the features of this fork are or will be included in official bsnes. The difference is that official bsnes only has slight visual improvements but with mostly perfect compatibility. bsnes-hd has more hacks that give true HD in mode 7 SNES games and widescreen in other games.
 +
 
===bsnes-mercury===
 
===bsnes-mercury===
 
There is a fork of bsnes known as '''[https://github.com/libretro/bsnes-mercury bsnes-mercury]''', which aims to restore functionality like HLE DSP chip emulation and SGB emulation using Gambatte that was removed in later versions of bsnes, as well as to have some optimizations that don't affect emulation accuracy. It also has an option to overclock SuperFX. Default options make it exactly the same as regular bsnes, with LLE DSP chip emulation enabled. This fork is only available as a [[libretro]] core, though it is possible to build it with Ethos (byuu's frontend) instead.
 
There is a fork of bsnes known as '''[https://github.com/libretro/bsnes-mercury bsnes-mercury]''', which aims to restore functionality like HLE DSP chip emulation and SGB emulation using Gambatte that was removed in later versions of bsnes, as well as to have some optimizations that don't affect emulation accuracy. It also has an option to overclock SuperFX. Default options make it exactly the same as regular bsnes, with LLE DSP chip emulation enabled. This fork is only available as a [[libretro]] core, though it is possible to build it with Ethos (byuu's frontend) instead.
Line 51: Line 69:
  
 
===bsnes-classic===
 
===bsnes-classic===
'''[https://github.com/awjackson/bsnes-classic bsnes-classic]''' is a fork of bsnes v0.73 that aims to backport emulation improvements from current higan while keeping the features of the older version's Qt GUI.
+
'''[https://github.com/awjackson/bsnes-classic bsnes-classic]''' is a fork of bsnes v073 that aims to backport emulation improvements from current higan while keeping the features of the older version's Qt GUI.
  
 
===nSide===
 
===nSide===
'''[https://github.com/hex-usr/nSide nSide]''' is a fork of higan that, among other things, adds support for more boards such as the Atari 2600 as well as peripherals and the VS. UniSystem to the NES core. It also retains the SNES Balanced core and thus makes available new improvements to higan, such as the WASAPI driver and the IIR-Biquad interpolation filter, to users whose computers cannot run the Accuracy core-only releases from higan v0.98 onwards with full speed.
+
'''[https://gitlab.com/hex-usr/nSide nSide]''' is a fork of higan that, among other things, adds support for more boards such as the Atari 2600 as well as peripherals and the VS. UniSystem to the NES core. It also retains the SNES Balanced core and thus makes available new improvements to higan, such as the WASAPI driver and the IIR-Biquad interpolation filter, to users whose computers cannot run the Accuracy core-only releases from higan v098 onwards with full speed.
  
 
===Other Forks===
 
===Other Forks===
* [[BizHawk]]: bsnes v0.87 fork with added TAS features. Multi-system. Used for tool-assisted speedruns and has a debugger.
+
* [[BizHawk]]: bsnes v087 fork with added TAS features. Multi-system. Used for tool-assisted speedruns and has a debugger.
* [http://www.bannister.org/software/bsnes.htm bsnes macOS]: bsnes v0.68 fork for macOS. Discontinued.
+
* [http://www.bannister.org/software/bsnes.htm bsnes macOS]: bsnes v068 fork for macOS. Discontinued.
* [https://github.com/Themaister/bsnes-Qt bsnes-Qt]: bsnes v0.73 fork to maintain Qt GUI.
+
* [https://github.com/Themaister/bsnes-Qt bsnes-Qt]: bsnes v073 fork to maintain Qt GUI.
 
* [https://github.com/LuigiBlood/bsnes-sx2 bsnes-sx2]: bsnes fork with added Satellaview features. Discontinued. Merged with bsnes-plus.
 
* [https://github.com/LuigiBlood/bsnes-sx2 bsnes-sx2]: bsnes fork with added Satellaview features. Discontinued. Merged with bsnes-plus.
* [https://github.com/devinacker/bsnes-plus bsnes-plus]: bsnes v0.73 fork with added superior debugging features.
+
* [https://github.com/devinacker/bsnes-plus bsnes-plus]: bsnes v073 fork with added superior debugging features.
* [https://github.com/libretro/bsnes-libretro-cplusplus98 bsnes-cplusplus98]: bsnes v0.85 port to C++98. For Win9x-compatible [[RetroArch]] versions.
+
* [https://github.com/libretro/bsnes-libretro-cplusplus98 bsnes-cplusplus98]: bsnes v085 port to C++98. For Win9x-compatible [[RetroArch]] versions.
 
* [https://github.com/AndreaOrru/bsnes-gilgamesh bsnes-gilgamesh]: bsnes-mercury fork with added SQL database for CPU instructions.
 
* [https://github.com/AndreaOrru/bsnes-gilgamesh bsnes-gilgamesh]: bsnes-mercury fork with added SQL database for CPU instructions.
 
* bsnes-hle: bsnes fork with HLE regressions.
 
* bsnes-hle: bsnes fork with HLE regressions.
* [https://github.com/libretro/bsnes-libretro bsnes-libretro]: higan v0.94 fork for [[RetroArch]].
+
* [https://github.com/libretro/bsnes-libretro bsnes-libretro]: higan v094 fork for [[RetroArch]].
* [https://board.byuu.org/viewtopic.php?f=4&t=2061&p=54005 bsnes-mcfly]: higan v0.106 fork with the Qt GUI from bsnes v0.73.
+
* [https://gitlab.com/hex-usr/bsnes-mcfly bsnes-mcfly]: higan v106 fork with the Qt GUI from bsnes v073.
 
* bsnes-rr: bsnes fork with re-recording features.
 
* bsnes-rr: bsnes fork with re-recording features.
* [https://github.com/grim210/defimulator/tree/master/defimulator defimulator]: bsnes v0.74 fork.
+
* [https://github.com/grim210/defimulator/tree/master/defimulator defimulator]: bsnes v074 fork.
* [https://github.com/quequotion/higan-qq higan-qq]: higan v0.94 fork.
+
* [https://github.com/quequotion/higan-qq higan-qq]: higan v094 fork.
 
* [http://repo.or.cz/w/lsnes.git lsnes]: bsnes fork with added TAS features.
 
* [http://repo.or.cz/w/lsnes.git lsnes]: bsnes fork with added TAS features.
* [https://github.com/OpenEmu/BSNES-Core OpenEmu/BSNES-Core]: bsnes v0.89 fork for macOS.
+
* [https://github.com/OpenEmu/BSNES-Core OpenEmu/BSNES-Core]: bsnes v089 fork for macOS.
 
* [https://github.com/bozalina/snesbox SnesBox]: bsnes port to C#.
 
* [https://github.com/bozalina/snesbox SnesBox]: bsnes port to C#.
* [https://github.com/juliangoracke/xSnes-Diverted-from-Higan-094 xSnes]: higan v0.94 fork to remove non-SNES systems.
+
* [https://github.com/juliangoracke/xSnes-Diverted-from-Higan-094 xSnes]: higan v094 fork to remove non-SNES systems.
  
Discontinued forks: honou, IronSNES, SSNES (which became RetroArch). [[Mednafen]] has a bsnes v0.59 fork as its SNES core.
+
Discontinued forks: honou, IronSNES, SSNES (which became RetroArch). [[Mednafen]] has a bsnes v059 fork as its SNES core.
  
 
==Review==
 
==Review==
higan's bsnes and bgba cores are it's most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include [[Gambatte]], [[BGB]], [[Mesen]], [[puNES]], and [[Nestopia]]. Bgba has made amazing strides from v0.95 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v0.98, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.
+
higan's bsnes and bgba cores are its most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include [[Gambatte]], [[BGB]], [[Mesen]], [[puNES]], and [[Nestopia]]. Bgba has made amazing strides from v095 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v098, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.
 +
 
 +
byuu noticed that higan's UI is not for everybody and made a standalone version of bsnes that is developed in parallel with higan's SNES core and has a Qt UI that's just like the earlier versions. For those that still aren't satisfied, [[RetroArch]] has its own libretro cores of bsnes to use with its interface.
 +
 
 +
==Resources==
 +
* [https://www.youtube.com/byuusan YouTube channel] (By 'byuu')
 +
 
 +
==External links==
 +
* [https://higan.readthedocs.io/ higan manual] (community-maintained)
 +
* [https://byuu.org/higan/user-guide higan User Guide] (official guide to using higan)
  
byuu noticed that Higan's UI is not for everybody and made a standalone version of bsnes that is developed in parallel with Higan's SNES core and has a Qt UI that's just like the earlier versions. For those that still aren't satisfied, [[RetroArch]] has its own libretro cores of bsnes to use with its interface.
 
  
 
{{lowercase title}}
 
{{lowercase title}}

Revision as of 03:35, 18 January 2020

higan
Icon.png
Developer(s) byuu et al.
Latest version v110
Active Yes
Platform(s) Windows, macOS, Linux, OpenBSD, FreeBSD, libretro
Emulates Nintendo Entertainment System (Famicom), Super Nintendo Entertainment System (Super Famicom), Nintendo Game Boy/Color, Game Boy Advance, Bandai WonderSwan/Color, Sega Master System, Game Gear, Genesis/Mega Drive, NEC PC Engine (TurboGrafx-16), MSX, ColecoVision
Compatibility 100% for commercial titles
Some homebrew may have small defects
Accuracy System-dependent
Website byuu.org
Support ($) Patreon
License GNU GPLv3
Source code Github

higan (formerly bsnes) is an open-source, multi-system emulator. It was created in response to inaccurate SNES emulators such as ZSNES and shoddy ROM hacks. It is also available as a libretro core for RetroArch.

Download

Windows Linux macOS FreeBSD higan releases
Stable and dev builds
Windows Linux macOS FreeBSD bsnes releases
Stable and dev builds

Windows bsnes-plus v073+3a
Windows bsnes-classic

Overview

bsnes versions

higan's Super Nintendo emulator, bsnes, has 3 different profiles: Performance, Balanced, and Accuracy. The Balanced version is recommended for modern PCs. Use the Accuracy profile only for extreme cases. The Balanced profile was previously known as "Compatibility" in versions before v092.

The main concession to performance in the Balanced core is the PPU (graphics) emulation – rather than render a pixel at a time as real hardware must do, it renders an entire scanline at a time. Because Nintendo told SNES programmers not to mess with the PPU while scanline rendering was in progress, this has no effect in most games – but some programmers deliberately broke the rules and these games will have problems in the Balanced core.

There are two games known to manipulate the PPU mid-scanline; “A.S.P. – Air Strike Patrol (USA)” and “Uniracers (USA)”. Uniracers works because it’s the only game that tries to manipulate OAM mid-scanline, and bsnes just happens to behave exactly the way that Uniracers expects. Air Strike Patrol is missing the shadow beneath the plane, which makes the game harder to play.

v098 is the last release of higan which includes the Balanced and Performance profiles. Future releases will only include the Accuracy profile.

Game folders

higan is unique among emulators for introducing the concept of game folders. Game folders were about accurately representing the game cartridge and its metadata. Things like SRAM, cheats, input settings, emulator metadata get stored with the game.

bsnes (Official Release)

bsnesis a subset project of higan, and focuses on performance, features, and ease of use. It returns to the Qt GUI that it abandoned before its merger with higan and has a much faster multi-threaded PPU renderer, giving it the performance of the old bsnes-balanced core while retaining the accuracy of the bsnes-accurate core.

csnes

csnes is a separate emulator made by byuu for commercial use, specifically companies that wish to re-release SNES titles they hold the licenses to. It is made completely from scratch and aims for speed and performance while maintaining a high level of accuracy for all licensed SNES titles.

List of forks

bsnes-hd

bsnes-hd (formally "HD Mode 7 mod, for bsnes") is a newer fork of bsnes (released in 2019 by DerKoun) that adds HD video features, such as:

  • HD Mode 7 – Rendering the rotated, scaled or pseudo perspective backgrounds at higher resolutions. This does not involve new custom imagery or upscaling algorithms. It is a higher resolution version of the process the SNES uses.
  • Widescreen – Extending the scenes to the left and right, without distorting them. Works for most Mode 7 scenes, but also for some other scenes/games, after some setting tweaking.
  • Some non-HD related features – Like the ability to disable background layers, sprites and window effects for screenshots for wallpapers or soft crop to zoom in, leaving maps or static art off the sides of the screen.

Some of the features of this fork are or will be included in official bsnes. The difference is that official bsnes only has slight visual improvements but with mostly perfect compatibility. bsnes-hd has more hacks that give true HD in mode 7 SNES games and widescreen in other games.

bsnes-mercury

There is a fork of bsnes known as bsnes-mercury, which aims to restore functionality like HLE DSP chip emulation and SGB emulation using Gambatte that was removed in later versions of bsnes, as well as to have some optimizations that don't affect emulation accuracy. It also has an option to overclock SuperFX. Default options make it exactly the same as regular bsnes, with LLE DSP chip emulation enabled. This fork is only available as a libretro core, though it is possible to build it with Ethos (byuu's frontend) instead.

This fork is developed by Alcaro, who developed ZMZ and is also developing his own libretro frontend, minir.

bsnes-classic

bsnes-classic is a fork of bsnes v073 that aims to backport emulation improvements from current higan while keeping the features of the older version's Qt GUI.

nSide

nSide is a fork of higan that, among other things, adds support for more boards such as the Atari 2600 as well as peripherals and the VS. UniSystem to the NES core. It also retains the SNES Balanced core and thus makes available new improvements to higan, such as the WASAPI driver and the IIR-Biquad interpolation filter, to users whose computers cannot run the Accuracy core-only releases from higan v098 onwards with full speed.

Other Forks

  • BizHawk: bsnes v087 fork with added TAS features. Multi-system. Used for tool-assisted speedruns and has a debugger.
  • bsnes macOS: bsnes v068 fork for macOS. Discontinued.
  • bsnes-Qt: bsnes v073 fork to maintain Qt GUI.
  • bsnes-sx2: bsnes fork with added Satellaview features. Discontinued. Merged with bsnes-plus.
  • bsnes-plus: bsnes v073 fork with added superior debugging features.
  • bsnes-cplusplus98: bsnes v085 port to C++98. For Win9x-compatible RetroArch versions.
  • bsnes-gilgamesh: bsnes-mercury fork with added SQL database for CPU instructions.
  • bsnes-hle: bsnes fork with HLE regressions.
  • bsnes-libretro: higan v094 fork for RetroArch.
  • bsnes-mcfly: higan v106 fork with the Qt GUI from bsnes v073.
  • bsnes-rr: bsnes fork with re-recording features.
  • defimulator: bsnes v074 fork.
  • higan-qq: higan v094 fork.
  • lsnes: bsnes fork with added TAS features.
  • OpenEmu/BSNES-Core: bsnes v089 fork for macOS.
  • SnesBox: bsnes port to C#.
  • xSnes: higan v094 fork to remove non-SNES systems.

Discontinued forks: honou, IronSNES, SSNES (which became RetroArch). Mednafen has a bsnes v059 fork as its SNES core.

Review

higan's bsnes and bgba cores are its most developed/accurate. The Nintendo 8-bit cores are very early in development, and are inferior to other existing emulators; alternatives include Gambatte, BGB, Mesen, puNES, and Nestopia. Bgba has made amazing strides from v095 on, getting very close to mGBA accuracy. higan also features a WonderSwan/WonderSwan Color core as of v098, which yields satisfactory results. The library-based GUI is not for everyone, though, and doesn't support drag and drop like a lot of other emulators do.

byuu noticed that higan's UI is not for everybody and made a standalone version of bsnes that is developed in parallel with higan's SNES core and has a Qt UI that's just like the earlier versions. For those that still aren't satisfied, RetroArch has its own libretro cores of bsnes to use with its interface.

Resources

External links