Maarten ter Huurne

Results 85 comments of Maarten ter Huurne

[`pre-commit`](https://pre-commit.com/) is a useful tool for this, since it can run Black automatically when Git creates commits, which saves time compared to finding out when CI alerts you a few...

> You can also use Black in the Pipeline to enforce the correct Formatting. pre-commit is imho like checking password in the frontend. You need to check in CI (pipeline)...

Using SF2 soundfonts would mean integrating a soft synthesizer with MIDI input in openMSX. I'm not sure that's something we should be doing; it smells of feature creep. There is...

For some context: both the x86-64 and the aarch64 DMG were built with GitHub Actions, on a macos x86-64 VM. The error message is weird: why does it talk about...

> About the Info.plist thing: on the native build on M1 hardware as done by @sndpl , that Info.plist file is identical and still it suddenly starts working, compared to...

It would have to be inserted after populating the `.app` folder and before creating the `.dmg` image. So in `build/package-darwin/app.mk`, add a phony `signed-app` target which depends on `app` and...

Aren't mirrored ports usually caused by unconnected address lines? In that case, the mirroring is determined by the motherboard and not by the chip.

From a conceptual point of view, it would be cleaner if debug state and boot events would be per-machine. I agree that this particular scenario is low priority, but if...

But if someone is playing an autorun cassette game with latency hiding, the boot event would fire first for the future machine and then for the current machine, which would...

In https://github.com/openMSX/openMSX/issues/1247#issue-607013382, @donluca writes: > In addition, it would be a good decision to create a directory into ~/Documents/appName as well for files created by openMSX (such as virtual disk...