Laurens Holst

Results 37 comments of Laurens Holst

Was awaiting 0.6pre1, since it’s out now I should probably wrap up the work and submit for review :).

Hey @nicco1690, progress is the same as at the end of June, but I can give a little update on where it’s at. The main functionality is basically done, the...

Indeed, what does ALT do? And, is openMSX behaving differently from real hardware? I don’t know MXPV.

The MSX2+ and turboR logo routines have (magnified) sprites on either side of the screen to cover the logo as it scrolls in. It overlaps these with other sprites so...

https://wiki.lazarus.freepascal.org/macOS_Big_Sur_changes_for_developers#Code_signing_-_Intel_vs_M1 > Code signing - Intel vs M1 > > On Intel systems running Big Sur very little is required to be signed except for kernel and system extensions and...

I am getting this complaint when I try it: ``` openMSX.app: unsealed contents present in the bundle root ``` So that needs to be investigated a bit further. I can’t...

The label to look for is not `test_5s` but `test_t5s`. For context, Olivier’s post was made [here](https://msx.org/fr/node/56873?page=1#comment-357041). To test, start IO without the `Y` command line option, and answer `N`...

As seen in the [timing charts](http://map.grauw.nl/articles/vdp-vram-timing/vdp-timing-v2.png), the sprite coordinates are read one-by-one on the line prior to the display line. * First all 32 y coordinates to see which sprites...

When you write a value to FM1 register 4 (timer control) with bit 7 set, the value is not stored. The value read back is always the last value written...

I tried to reproduce but I can not. Tried my own 51bad0652 build, as well as builds 330 and 337 from openmsx.dev. Using XCode 11.3.1 and MacOS Catalina 10.15.1 on...