Adam Gastineau
Adam Gastineau
Are these PAL games or did you edit `video.json`? Looks like it's using the wrong `video.json` settings, which is most likely to occur with PAL
> Edit: Just tested a handful of PAL games and can confirm the red line at the bottom appears in all of them. I must have messed something up. This...
It's a bug that anything shows down there, it's just black sometimes if the cores previously loaded black there.
It looks like it's complaining because I didn't update the aspect ratio to account for the changed values. Can you try this: ```json { "video": { "magic": "APF_VER_1", "scaler_modes": [...
Ok, thanks to @italiangrandma, I figured it out. PAL games can either be 240 or 224px tall, and I only tested 240 tall games, hence the sudden issues. This will...
Fixed in 0.4.0. Closing
The analog stick needs to be specially handled. How do you want it to work? Just amount up/down to determine how fast the paddle moves? Good suggestion by the way
While this kind of works, I would really like to stick with the command structure already in place. I also don't think this implementation matches the datasheet's, so there's likely...
I'm curious if this occurs on the MiSTer core. It's clearly in the overscan area, so people are less likely to notice, but it does appear to be unique to...
Fixed in 0.4.0. Closing