NooDS icon indicating copy to clipboard operation
NooDS copied to clipboard

Phantasy Star collection graphical glitches

Open benderscruffy opened this issue 4 years ago • 3 comments

during the game the text shows twice on the screen

benderscruffy avatar Jun 09 '20 10:06 benderscruffy

Could you post a screenshot?

Hydr8gon avatar Jun 14 '20 07:06 Hydr8gon

here is a screenshot phantasy

benderscruffy avatar Jun 16 '20 10:06 benderscruffy

Like #20 this game also relies on open bus during DMA transfers. You'll have to handle regular open bus reads from unused MMIO addresses. The game will first transfer one value from ROM to a vertical scrolling register. Immediately after that it will transfer one value from that scrolling register to another vertical scrolling register. Since scrolling registers are write-only this only works out due to open bus.

fleroviux avatar Jul 13 '20 22:07 fleroviux