Eldred Habert

Results 161 issues of Eldred Habert

Confirmed on my DMG and SGB: nothing will request the interrupt when the LCD is off

This was disabled in 277f7f7bf1835fea5cdffb4fedbf9517ff1f6074 due to a RGBFIX bug, which was fixed in RGBDS 0.5.0.

The ROM is not padded correctly, which might cause some problems with flashcarts and emus. To fix, the `-p 0x??` flag needs to be added to RGBFIX when compiling.

itt.py uses a property that has been removed in Python 3 (str.decode) If `python` points to Python 2, this is fine ; but if it points to Python 3, the...

> [!NOTE] > Help is wanted because I do not have the motivation to implement this; I am however willing to provide guidance to anyone having that motivation. Feel free...

enhancement
help wanted

This should be relatively easy: 1. Add a new option (in `main.rs`); I'm thinking something like `-O -trim_patterns,+prune_instruments`. (`-O` is a common "optimisation" flag, e.g. in C compilers.) The argument...

enhancement
good first issue

What happens if a cartridge were to request no rumble, *but* different rumble speeds?

As documented [in Pan Docs](https://gbdev.io/pandocs/OAM.html#drawing-priority); it appears no test ROM checks for this. I noticed that from an Emulicious regression, of all things. My understanding is that it may be...

![image](https://user-images.githubusercontent.com/15271137/109672861-b8fe5d80-7b75-11eb-97a8-522315a0fa0c.png)

bug
UI

There are 3 different SGB firmware revisions (as far as I'm aware), but Mesen-S only accepts one. [The SHA256 sums can be found in ISSOtm/sgb-bios](https://github.com/ISSOtm/sgb-bios/blob/master/sha256sums.txt).

enhancement
Game Boy