ITotalJustice / TotalSMS

Sega Master System emulator
https://itotaljustice.github.io/TotalSMS/
MIT License
23 stars 4 forks source link

Phantasy star - broken gfx in game #12

Closed ITotalJustice closed 3 years ago

ITotalJustice commented 3 years ago

it gets worse overtime when pressing buttons in the menu.

image

ITotalJustice commented 3 years ago

found it. https://github.com/ITotalJustice/TotalSMS/blob/9c120ed3b13c00acee397311ba2ec85cf2ae3c1a/src/cpu.c#L1091

im guessing i accidently wrote to the IO port, then realised the mistake, used write8() instead, but didn't delete the writeIO after..

this also fixes #13