Pong core problems [Solved]

User avatar
pgimeno
Top Contributor
Posts: 669
Joined: Thu Jun 11, 2020 9:44 am
Has thanked: 246 times
Been thanked: 208 times

Pong core problems [Solved]

Unread post by pgimeno »

I've been trying the Pong core, https://github.com/MiSTer-devel/Arcade-Pong_MiSTer

I don't know why, but the ball is completely wrong. I see three balls flickering and it's unplayable.

Am I the only one having that problem?
User avatar
Sorgelig
Site Admin
Posts: 877
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: Pong core problems

Unread post by Sorgelig »

Core has been ported from real HW as-is without adjusting for FPGA requirements. So it may misbehave. Current build works fine in all my MiSTers, but i'm not excluding it may work wrong in some cases.

I suggest AY-3-8500 MiSTer core. It's also Pong. It works much better and has additional options.
User avatar
pgimeno
Top Contributor
Posts: 669
Joined: Thu Jun 11, 2020 9:44 am
Has thanked: 246 times
Been thanked: 208 times

Re: Pong core problems

Unread post by pgimeno »

Sorgelig wrote: Fri Nov 06, 2020 7:02 am Core has been ported from real HW as-is without adjusting for FPGA requirements. So it may misbehave. Current build works fine in all my MiSTers, but i'm not excluding it may work wrong in some cases.
Actually, it seems that the problem was introduced in the 20200127 release. Downgrading to the 20191228 version solved the issue for me.

I tried lots of video-related configurations in the ini file, but none of them helped.

Sorgelig wrote: Fri Nov 06, 2020 7:02 am I suggest AY-3-8500 MiSTer core. It's also Pong. It works much better and has additional options.
The intention was to play the original arcade Pong, so using the AY-3-8500 version kind of defeats the purpose :)
User avatar
Sorgelig
Site Admin
Posts: 877
Joined: Thu May 21, 2020 9:49 pm
Has thanked: 2 times
Been thanked: 211 times

Re: Pong core problems

Unread post by Sorgelig »

pgimeno wrote: Sat Nov 07, 2020 8:51 pm Actually, it seems that the problem was introduced in the 20200127 release. Downgrading to the 20191228 version solved the issue for me.
it doesn't contradict my words. Core isn't properly written for FPGA, so some builds may work and some not. It doesn't mean non-working build has bugs. It's how cores are "working" when they are not tuned (asynchronous cores) for FPGA.
User avatar
pgimeno
Top Contributor
Posts: 669
Joined: Thu Jun 11, 2020 9:44 am
Has thanked: 246 times
Been thanked: 208 times

Re: Pong core problems

Unread post by pgimeno »

The latest update solved it!
Post Reply