flycast icon indicating copy to clipboard operation
flycast copied to clipboard

Strange lines on the title screen of the game Ms. Pac-Man Maze Madness

Open melek8014 opened this issue 1 year ago • 2 comments

Please Note: This form is the minimum required information for submitting bugs.
Removing this form may lead to your issue being closed until it is completed. Strange lines on the title screen of the game Ms. Pac-Man Maze Madness Platform / OS / Hardware: MS Windows 7 64-bit SP1, AMD Athlon X4 880K Quad Core Processor, 12 GB RAM, NVIDIA GeForce 8800 GT Github hash:

Hardware:

Description of the Issue

Add a short, concise description of the issue here

Debugging Steps Tested

  • Fill in any steps already tried here
  • Begin each new line with an asterisk
  • If no steps are required, please skip

Logs Gathered


Please paste the contents of the log / logs here
You may leave this field blank if you have none.

Screenshots Bez tytułu

(Replace this line with any issue screenshots)

melek8014 avatar Aug 24 '24 21:08 melek8014

The two horizontal lines are due to the game using wrong texture coordinates, combined with Repeat mode for the title graphics (in purple). This causes the texture to wrap around and some of the texture bottom pixels are drawn at the top (and vice versa for the bottom textures).

I haven't tested it myself but it looks like it's happening on original hardware too: https://youtu.be/DabyDVblgQ0?si=dzpBVf3ZCVoRUij7&t=27

flyinghead avatar Aug 25 '24 09:08 flyinghead

The two horizontal lines are due to the game using wrong texture coordinates, combined with Repeat mode for the title graphics (in purple). This causes the texture to wrap around and some of the texture bottom pixels are drawn at the top (and vice versa for the bottom textures).

I haven't tested it myself but it looks like it's happening on original hardware too

I understand, so it's not the emulator's fault and it's as it should be, thanks for the answer.

melek8014 avatar Aug 25 '24 14:08 melek8014