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

### Upstream info - [Website](https://www.vx68k.org/vx68k) - Target platforms: Linux, macOS, and other Unices - [Source repo](https://bitbucket.org/kazssym/libvm68k/src) - Language(s): C++ - License: GPLv3+ Alternatives: - [PX68K](https://github.com/hissorii/px68k) (in Japanese) in C/C++; no...

Enhancement
Core: Future core

### Summary Here's a fragment of a (THUMB) GBA game code I'm hooking into: ![Screenshot_20231011_163740](https://github.com/TASEmulators/BizHawk/assets/16255906/8aea3e71-cf10-4438-b206-59bb1c2ef758) `event.on_bus_exec` documentation states that its callback > Fires immediately before the given address is executed...

Core: mGBA
re: Lua API/scripting
re: APIHawk
Repro: Affects 2.9.1

### Summary For GBA, the listed PC addresses to the left are off by 2 in Thumb mode, and off by 4 in ARM mode. For instance, for a Thumb...

App: EmuHawk
Core: mGBA
Repro: Affects 2.9.1

AFAIK, the console doesn't have the ability to rotate the screen. So I guess it was added in mednafen. My observation is that the game kinda switches between 2 states...

Core: Cygne
Repro: Affects 2.9.1

Pearl made a [MAME+libTAS movie](https://tasvideos.org/UserFiles/Info/638093116022881897), which I used to create a MAME replay file (`-record file.inp` / `-playback file.inp`). I ran that file in actual MAME while running a script...

Enhancement
re: Movie importers

To share code with TASVideos.org (see TASVideos/tasvideos#1529). Besides the `.bk2` parser, which is the reference implementation, the rest currently skip reconstructing the model and just convert straight to a `Bk2Movie`...

Enhancement
Meta
Open to design proposals only
re: Movie importers

[//]: # "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
Reproducible bug
Repro: Affects 2.9.1
re: Movie importers

It's currently not possible to import movies without having a rom loaded, because the `Movie` menu item is grayed out in the null emulator (drag+drop doesn't work either, it prompts...

Enhancement
App: EmuHawk
re: Movie importers

At least `GG` is missing. When an entry is missing (mnemonic conversion needs to be implemented too), the `.bk2` input log is generated with `"Null Controller"` and will be blank....

re: Movie importers

1. ~~Resolve the TODO re: initial RTC value.~~ https://github.com/TASEmulators/BizHawk/commit/b45668ecea1d161d8912c11f1d55837410ed4b7b 1. Parse lid open/close. [Docs](https://tasvideos.org/EmulatorResources/Desmume/DSM) say the lid state is encoded in the `c` bitfield, which is currently passed to this...

Enhancement
re: Movie importers