Eldred Habert

Results 161 issues of Eldred Habert

Fixes #1485 In particular, a lot of the less clear interactions with other flags (e.g. the lack of `-u`, how should deduplication be performed, if at all?) have been made...

enhancement
rgbgfx

(Editing the top comment to be the current consensus on this issue.) For the reasons discussed below, we've settled on Markdown as the best option for rewriting the docs. What...

enhancement
docs

Goal: print a warning when doing any of these - [ ] `1.0 + 1` - [ ] `1.0 * 2.0` - [ ] `MUL(1.0q8, 2.0q8, 16)` - [ ]...

enhancement
rgbasm

Several HDMA behaviours are described in https://github.com/endrift/gambatte/commit/35d2db5be3a1407194ee163e16a512f31d8828ef, but not in Pan Docs. They should be added. > - HDMA appears inactive during halt/speed change (presumably stop). > - HDMA appears...

content
good first issue

Originally raised as https://github.com/gbdev/pandocs/pull/556#pullrequestreview-2153629353: > I'm now wondering what value is obtained from attempting a transfer when the other GB(C) has not set its bit 7. Could it depend on...

research

This is a limitation of the `dn` macro only being able to store 5 bits (0–31), yet being passed 6-bit values (0–32). The fix I've used in fortISSimO is to...

This makes CI reproducible, even after some dependencies have bumped their MSRVs. Currently, all PRs opened since about the start of 2024 are failing, because some of the dependencies have...

This appears to halve the build time, especially of the slow AoT builds! (Couldn't really check that the caching works on macOS due to my lack of signing ability, though....

This speeds up builds on all Unices; gaining upwards of a minute.

teNOR could check that the songs it converts use the specified playback method. This should help catch discrepancies more easily! - `--vblank` means “the song should have the `Enable timer-based...

enhancement
good first issue