BizHawk is 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.
Go to file
Asnivor 95e565c545 CPCHawk: Start of new CRCT and Gatearray implementations 2018-09-19 14:35:22 +01:00
Assets ZXHawk: small update to defctrl.json 2018-06-22 17:11:25 +01:00
BizHawk.Client.ApiHawk CPCHawk: Initial project outline (may or may not come to something eventually) 2018-07-03 14:53:09 +01:00
BizHawk.Client.Common CPCHawk: Start of new CRCT and Gatearray implementations 2018-09-19 14:35:22 +01:00
BizHawk.Client.DBMan DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
BizHawk.Client.DiscoHawk DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
BizHawk.Client.EmuHawk CPCHawk: Start of new CRCT and Gatearray implementations 2018-09-19 14:35:22 +01:00
BizHawk.Client.MultiHawk DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
BizHawk.Common DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
BizHawk.Emulation.Common Emulation.Common: Additional method added to inspect *.dsk images in order to work out whether they are ZX, CPC or AppleII 2018-07-19 13:46:37 +01:00
BizHawk.Emulation.Cores CPCHawk: Start of new CRCT and Gatearray implementations 2018-09-19 14:35:22 +01:00
BizHawk.Emulation.DiscSystem DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
BizHawk.Installer Update BizHawkFiles.wxs 2017-08-29 11:15:38 -04:00
Bizware CPCHawk: Port IO changes, Interrupt generation, i8255 PPI chip, PSG IO & Keyboard/Joysticks 2018-07-18 08:12:44 +01:00
Build add a build tool command which can strip timestamps from PE files (for my own use). 2017-12-04 01:00:58 -06:00
CpuCoreGenerator Spaces -> tabs. 2017-04-15 16:37:30 -04:00
Dist include appconfigs in dist package 2017-08-03 17:08:13 -05:00
ExternalCoreProjects/Virtu Refactor ITraceable to work on TraceInfo objects that separate Disassembly and Register information. Make Tracelogger two columns. 2016-02-21 17:34:42 -05:00
LibretroBridge/vs2015 libretrobridge: fix warnings and rebuild dll 2017-06-13 16:25:15 -05:00
LuaInterface looks like i never got around to using the 64bit luaperks, so luasockets wasnt built-in as promised ever since we went 64bit. fixes #1077 2018-01-15 17:20:24 -06:00
References fix crashes when dsound devices go disabled 2018-03-04 02:43:50 -06:00
Version DoSettings file for all project to explicitely set language level to C#6 2018-06-23 13:06:13 -05:00
attic remove all meteor and garbo stuff completely. These two GBA cores were never up to par, really. 2017-04-23 13:21:35 -04:00
blip_buf Add Blargg's "blip_buf" as an unmanaged dll. license is LGPL; if I like the way it works, I'll rewrite it with MIT code. Implement it as the new resampling output track for NES. Small (~3%)? speedup. Should sound better, especially when the emulator can't quite keep speed. 2012-12-09 03:13:47 +00:00
help Added help file 2014-07-26 21:24:27 +00:00
libgambatte Gambatte: Fix states 2018-05-15 08:25:27 -04:00
libmupen64plus update gliden64 2018-06-22 23:47:24 +03:00
lynx change output64 to output in some unmanaged core buildscripts 2017-06-12 16:13:54 -04:00
miniz add Miniz-based ZipWriter. Ends up being aboot 15-20% faster than FrameworkZipWriter, but as a minus requires the entire contents of each chunk to be buffered first. Not connected until I can think of a better strategy... 2017-06-11 14:37:19 -04:00
output/dll update mgba once again, fix #1195 2018-06-24 17:14:03 +03:00
psx psx - fix bug where saving the state cleared the memcard dirty flags. not 100% sure we'll keep this logic, need to revisit it on the date of the great automatic-flushing-deprecation. 2017-10-25 12:22:58 -04:00
quicknes change output64 to output in some unmanaged core buildscripts 2017-06-12 16:13:54 -04:00
vbanext get vbanext in the right place 2017-06-12 21:00:54 -04:00
waterbox bsnes: remove embarrassing leftover empty space from trace log 2018-05-21 22:25:34 +03:00
wonderswan change output64 to output in some unmanaged core buildscripts 2017-06-12 16:13:54 -04:00
.editorconfig add .editorconfig 2016-04-20 12:17:41 -05:00
.gitignore gitignore the .vs folder 2017-10-29 12:44:25 -05:00
.gitmodules allow plebians clone the snes9x submodule 2017-05-29 11:29:04 -04:00
BizHawk.sln Merge branch 'master' into master 2017-07-13 19:17:09 -05:00
BizHawk.sln.DotSettings more resharper configuring 2018-06-23 12:50:07 -05:00
Building Other Solutions.txt Update Building Other Solutions.txt 2017-08-29 10:53:03 -04:00
CpuCoreGenerator.sln Upgrade CpuCoreGenerator solution also 2011-08-27 02:20:10 +00:00
Good Core Bad Core.txt philosophize about good cores and bad cores 2015-02-01 02:57:52 +00:00
LICENSE add MIT license to repository, since that's what it's always been, but add a long section describing what a mishmash this repository is -- fair warning. Fixes #933 2017-07-24 12:05:42 -05:00
README.md Update README.md 2017-07-24 13:55:50 -05:00
Settings.StyleCop Move VsyncNum and VsyncDen out of CoreComm and into IVideoProvider 2017-05-05 11:21:37 -05:00
subwcrev.sh Add subwcrev.sh build script for non-Windows platforms 2012-03-12 04:44:10 +00:00

README.md

BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as fullscreen, rewind, and joypad support in addition to rerecording and debugging tools for all system cores.

Release Notes

Here is a list of features offered by bizhawk.

Download Binaries

Windows users, don't forget to run the prereq installer first!

Release binaries can be found on on github

Developer build of the most recent commit

Supported Systems

  • Nintendo Entertainment System / Famicom / Famicom Disk System (NES/FDS)
  • Super Nintendo (SNES)
  • Nintendo 64
  • Game Boy, Game Boy Color, and Super Game Boy
  • Game Boy Advance
  • Sony PlayStation
  • Sega Master System, Game Gear, and SG-1000
  • Sega Genesis / Sega-CD
  • Sega Saturn
  • PC-Engine (TurboGrafx-16) / CD-ROM & SuperGrafx
  • Atari 2600
  • Atari 7800
  • Atari Lynx
  • ColecoVision
  • TI-83 Calculator
  • Wonderswan and Wonderswan Color
  • Apple II

Resources

BizHawk homepage

FAQ - Frequently Asked Questions / Troubleshooting

Compiling - What is needed to compile BizHawk src

CompactDiscInfoDump - A concise explanation of compact disc CDs, gathered for the first time EVER in one location, and mostly inaccurate

Rerecording - (Work in progress) - Documentation of the rerecording implementation of BizHawk

Commandline - Documentation of the command line options in BizHawk