![]() Uses an EnvironmentSandbox to restore the Environment.CurrentDirectory. Will also catch any script exception and redirect them to the Lua console. With this change, I've tried to replace all the places where Lua is executed so that if an exception occurs, it is catched, sent to the console and a callback is executed if necessary. This also fixes a small issue where any callback generating an exception would crash BizHawk. |
||
---|---|---|
BizHawk.Client.Common | ||
BizHawk.Client.DBMan | ||
BizHawk.Client.DiscoHawk | ||
BizHawk.Client.EmuHawk | ||
BizHawk.Client.MultiHawk | ||
BizHawk.Common | ||
BizHawk.Emulation.Common | ||
BizHawk.Emulation.Cores | ||
BizHawk.Emulation.DiscSystem | ||
BizHawk.Installer | ||
Bizware | ||
Build | ||
CpuCoreGenerator | ||
Dist | ||
EMU7800 | ||
ExternalCoreProjects/Virtu | ||
LuaInterface | ||
References | ||
Tools/cg2glsl | ||
Version | ||
attic | ||
blip_buf | ||
genplus-gx | ||
help | ||
libgambatte | ||
libmeteor | ||
libmupen64plus | ||
libsnes | ||
lynx | ||
output | ||
psx | ||
quicknes | ||
vbanext | ||
wonderswan | ||
yabause | ||
.gitignore | ||
BizHawk.sln | ||
BizHawk2010.bat | ||
Building Other Solutions.txt | ||
CpuCoreGenerator.sln | ||
Good Core Bad Core.txt | ||
README.md | ||
snes9xgit.txt | ||
subwcrev.sh |
README.md
BizHawk is a A multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
[http://tasvideos.org/Bizhawk/ReleaseHistory.html Release Notes]
[Features here] is a list of features offered by bizhawk.
==Download Binaries==
Windows users, don't forget to run the [http://sourceforge.net/projects/bizhawk/files/Prerequisites/bizhawk_prereqs_v1.1.zip/download prereq installer] first!
Binaries can be found on [https://sourceforge.net/projects/bizhawk/?source=navbar the sourceforge page]
=== Supported Systems ===
- Nintendo Entertainment System / Famicom / Famicom Disk System (NES/FDS)
- Super Nintendo (SNES)
- Nintendo 64
- Gameboy
- Gameboy Color
- Super Gameboy
- Sega Master System
- SG-1000
- Game Gear
- Sega Genesis / Sega-CD
- Sega Saturn
- PC-Engine (TurboGrafx-16) / CD-ROM
- SuperGrafx
- Atari 2600
- Atari 7800
- Atari Lynx
- ColecoVision
- TI-83 Calculator
- Wonderswan
- Gameboy Advance
- Apple II
- Sony PlayStation
==Resources== [http://tasvideos.org/Bizhawk.html BizHawk homepage]
[http://tasvideos.org/Bizhawk/FAQ.html FAQ] - Frequently Asked Questions / Troubleshooting
[http://tasvideos.org/Bizhawk/Compiling.html Compiling] - What is needed to compile BizHawk src
[http://tasvideos.org/Bizhawk/CompactDiscInfoDump.html CompactDiscInfoDump] - A concise explanation of compact disc CDs, gathered for the first time EVER in one location, and mostly inaccurate
[http://tasvideos.org/Bizhawk/Rerecording.html Rerecording] - (Work in progress) - Documentation of the rerecording implementation of BizHawk
- [http://tasvideos.org/Bizhawk/TASFormat.html TAS movie file format] - Mnemonic patterns for each platform for .tas (input) files.
[http://tasvideos.org/Bizhawk/CommandLine.html Commandline] - Documentation of the command line options in BizHawk