BizHawk icon indicating copy to clipboard operation
BizHawk copied to clipboard

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...

Results 282 BizHawk issues
Sort by recently updated
recently updated
newest added

The Amstrad CPC has an different layout from modern keyboards and having this feature would have things much easier to tas.

Enhancement
App: EmuHawk

Every frame is red in tasstudio. I would think being able to see which frames read input as being very useful. ![image](https://github.com/TASEmulators/BizHawk/assets/34147391/9a47f4cc-6657-4b25-a1b0-812336414c84)

Core: Future core

After running a CPC game select -> Amstrad CPC -> "Non-Sync Settings". The text label underneath reads "ZX Spectrum Misc Non-Sync Settings". Should read "Amstrad CPC Misc Non-Sync Settings". Guessing...

App: EmuHawk
good first issue
Repro: Affects 2.9.1

- [ ] Gryzor (1987)(Ocean): Visual and Sound Issues --- ### Gryzor Has some color and palette issues on the initial start menu where you can view colors rapidly changing....

Core: Future core
Inaccuracy
Repro: Affects 2.9.1

I just installed bizhawk on my manjaro linux system. I opened it over command line and when I tried opening the Lua console there is a null pointer error and...

re: Multiplatform
Repro: Patch pending
Tool: Lua Console

When i try to load a rom, in my case Pokemon Heart Gold the emulator just freeze as you can see here: ![Emulator_Freeze](https://github.com/TASEmulators/BizHawk/assets/99075041/86c181be-c4f4-48e2-a93e-a8cbed52a512) I tried also with other roms and...

App: EmuHawk
re: Multiplatform
Repro: Could not reproduce
Core: melonDS
Repro: Affects 2.9.1

[//]: # "This description supports Markdown syntax. There's a cheatsheet here: https://guides.github.com/features/mastering-markdown/" [//]: # "These lines are comments, for letting you know what you should be writing. You can delete...

App: EmuHawk
Repro: Affects 2.9.1

tl;dr for future humans: There is no change to Python scripting support, it's still not planned. You have the choice of [Lua scripting](https://tasvideos.org/BizHawk/LuaFunctions) or [compiling C# to CIL](https://github.com/TASEmulators/BizHawk-ExternalTools/wiki) which you...

Meta

TODO: - figure out IDE support - [ ] VS2019 - [x] Rider - [ ] VS Code - test logging across threads: - [ ] WinForms event handler -...

This pull request fixes #2600. The first commit (add a reference to BizHawk.Client.EmuHawk) requires removing use of init setters in BizHawk.Client.EmuHawk. I've never encountered this sort of issue before, so...