bsnes-plus/index.html
2019-08-18 22:59:53 -04:00

42 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>bsnes-plus, a SNES debugging emulator</title>
</head>
<body>
<h1>bsnes-plus</h1>
is a debugging emulator for the Super Nintendo / Super Famicom.<br>
This website is under construction.
<p>
<a href="https://github.com/devinacker/bsnes-plus" target="_blank">GitHub project page and source</a><br>
<a href="documentation.html" target="_blank">Read the documentation</a><br>
Official discussion threads:
<a href="http://forums.nesdev.com/viewtopic.php?f=12&t=12721" target="_blank">NESdev</a>
<h2>bsnes-plus v05</h2>
(released 2019/08/18)
<p>
<a href="https://github.com/devinacker/bsnes-plus/releases/download/v05/bsnes-plus-05-x64.7z">
Windows 64-bit (accuracy and compatibility builds)
</a>
<br>
(macOS build forthcoming)
</a>
<p>
<a href="CHANGES.txt" target="_blank">Read the changelog</a><br>
<a href="https://github.com/devinacker/bsnes-plus/releases" target="_blank">View older releases</a>
<h2>Screenshots</h2>
<a href="img/debug-cpu.png" target="_blank">Debugger/disassembler (SNES CPU)</a><br>
<a href="img/debug-smp.png" target="_blank">Debugger/disassembler (S-SMP / SPC-700)</a><br>
<a href="img/debug-sfx.png" target="_blank">Debugger/disassembler (GSU / SuperFX)</a><br>
<a href="img/tileview.png" target="_blank">Tile/character viewer</a><br>
<a href="img/mapview.png" target="_blank">Tilemap/background viewer</a><br>
<a href="img/spriteview.png" target="_blank">Sprite viewer</a><br>
<a href="img/soundview.png" target="_blank">Sound/music visualizer</a><br>
</body>
</html>