Strange lines on the title screen of the game Ms. Pac-Man Maze Madness
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
(Replace this line with any issue screenshots)
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
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.