FUZIX icon indicating copy to clipboard operation
FUZIX copied to clipboard

TMS9918 Video not working on platform-2063

Open dennowiggle opened this issue 5 months ago • 1 comments

I tested FUZIX on 2063-Z80 Retro! with 2068-Z80-TMS9118 using the pre-built image from the website and a freshly compiled 4.0 version. I have a blue screen with garbled characters. image

I tried replacing 2xnop delay instructions in the platform vdp.s with ex (sp),hl but the screen is still garbled. When I hit enter I can see the screen respond so it's like the screen data is okay but the font has not been loaded to the right place, or the font address area is not setup correctly on the TMS.

I don't mind helping to debug but I'm in the dark about how to proceed. Do we know that Kernel/dev/vdp1.s is working okay on real systems? If yes, which system so that can be used as a model for comparison?

I took a look at rc2014 but that uses it's own vdp1.s and the VDP seems to be setup with c code in video-tms9918a.c. Maybe that is the way to go?

dennowiggle avatar Sep 14 '24 18:09 dennowiggle