Raul Portales

Results 10 issues of Raul Portales

If you inflate the view using the parent view (and false), and you have not enough rows to require scroll, the last view is not properly displayed (0 height) It...

bug

Added a new utility method that can receive an integer array of brightness. It is backwards compatible, if individual brightness is set, the maximum brightness is returned for getBrighness()

Hi, I love this project. I am using a Mac, and while concatentating the file works, the options for compression are very handy. I have a compiled version that I...

Aseprite can export a png sprite sheet, but msxbas2rom prefers to import binary hexadecimal files (compressed with pletter). This would be the most convenient way to work with sprites if...

going right, change bricks, go right, jump up without changing them again, no way out. ![Screenshot from 2024-05-14 23-07-03](https://github.com/plattysoft/MSX/assets/1717361/ceb7a986-8910-4fcb-b128-b11444db4aef)

SCREEN SCROLL custom instruction shows promise, but we need to load the new data in the screen somehow (reading from resource address does not work) We could copy the current...

I was trying to get rlengine up and running on a Raspberry Pi using Raspbian. The problem is that the current makefile detects it as an x86, which is wrong....

While we can read the clock and wait for it, the `TIME` value is just an integer and eventually overflows, which leads to undesirable situations once the program has run...

There is `vdp_write` and `vdp_memcpy` which are equivalents to `VPOKE`, but I am missing an equivalent function to `VPEEK`, which I would expect to be `vdp_read`. Relying on the information...