Pedro de Medeiros

Results 43 issues of Pedro de Medeiros

**Affected version:** 3.1.9 **Describe the bug** Setting **auto_cast** option inside `config.py` to **False** is ignored, even though the docs say otherwise. **To Reproduce** Add **auto_cast** to Dynaconf initialization. ``` from...

bug

Rename **master** branch to **main** following Github's new project standards. How to go about it: * locally: * `git checkout -b main` * update files in `.github/workflows` to point to...

Not a Bug
RFC

This feature would make things easier for debuggers since they wouldn't have to pull all the needed data from the emulator all the time. And openMSX already returns status changes,...

I think it makes sense to export/import tabs from one computer to another if you, for instance, have a notebook that you carry around and a work computer at home.

This seems to fix duplicate keyboard events affecting both emulation and ImGui widgets. For instance: pressing PgDown inside memory window debuggable and also rewinding emulation (go_back_one_step). reference: https://github.com/ocornut/imgui/blob/master/docs/FAQ.md#q-how-can-i-tell-whether-to-dispatch-mousekeyboard-to-dear-imgui-or-my-application TODO: need...

An overscan setting would allow OpenMSX to cut out pixels on both edges of the screen. On a CRT TV, a few pixels on each side of the screen were...

Perhaps we could leave the compilation of some extensions optional. For example, who is using ADvram today? It's not even real hardware, right?

Yet another possibility is to allow for a future generic mechanism. I mean more generic than only V9990. Because e.g. also the V99x8 has write-only ports. Maybe pick generic names...

I tested this code and it seems that the condition is reversed.