I've noticed an odd display issue when using the MFX in SDX BASIC mode with the default 40 column display (I have build 167 of the MFX ROM)
The third screenshot shows a listing of drive D from SDX BASIC in 40 column mode. At first I thought that the contents of the SD card might be corrupt but later when looking at the disk from CP/M the file names were displayed correctly (second attachment). Running BASIC in 80 column mode (VGA1) also produces a clean listing.
This is not limited to just listing disk contents though. I can see the same issue when running "USER INFO" in 40 column mode (first attachment).
Any suggestions what the problem might be?
Display issues with MFX 40 column basic
-
- Posts: 15
- Joined: 01 Oct 2023 21:54
Display issues with MFX 40 column basic
- Attachments
-
- user info
- IMG_0745.JPEG (498 KiB) Viewed 9701 times
-
- drive D listing from CP/M
- IMG_0743.JPEG (895.45 KiB) Viewed 9701 times
-
- drive D listing basic 40 col
- IMG_0528.JPEG (831.54 KiB) Viewed 9701 times
Re: Display issues with MFX 40 column basic
Hi Dave,
Mmm, that’s weird.
Are you able to hook a TV/monitor up to the MTX native video output, or even a TV coax? Does the problem occur there too, or is it only on the VGA output?
Regards
Dave
Mmm, that’s weird.
Are you able to hook a TV/monitor up to the MTX native video output, or even a TV coax? Does the problem occur there too, or is it only on the VGA output?
Regards
Dave
-
- Posts: 15
- Joined: 01 Oct 2023 21:54
Re: Display issues with MFX 40 column basic
A couple of other quick suggestions . . . . .
Remove and refit MFX just in case the connector has worked a little loose.
Remove and reinsert the socketed chips on MFX, particularly the RAM and ROM
(Clutching at straws, but worth trying)
Regards
Dave
Remove and refit MFX just in case the connector has worked a little loose.
Remove and reinsert the socketed chips on MFX, particularly the RAM and ROM
(Clutching at straws, but worth trying)
Regards
Dave
Re: Display issues with MFX 40 column basic
According to the table on Dave's site, you have FPGA firmware version 1.01. With that version of the firmware, the 80 column display uses the FPGA internal RAM, and it is only the 40-column (VDP emulation) display that uses the external RAM.
So that very much suggests to me that the problem lies with the video RAM chip on the MFX. That is the large chip mounted horizontally above the FPGA board. So as suggested by Dave, I would first try gently removing and re-socketing that chip. If that does not work, try the same with the FPGA board itself (in case the connections between that and the RAM chip are unreliable). Beyond that I think it is trying replacing the video RAM chip.
So that very much suggests to me that the problem lies with the video RAM chip on the MFX. That is the large chip mounted horizontally above the FPGA board. So as suggested by Dave, I would first try gently removing and re-socketing that chip. If that does not work, try the same with the FPGA board itself (in case the connections between that and the RAM chip are unreliable). Beyond that I think it is trying replacing the video RAM chip.
Re: Display issues with MFX 40 column basic
What does the Graphics mode output look like ?
If that ram chip has "gone" then there might be more corruption with G2 mode as there's that much more ram in use.
If that ram chip has "gone" then there might be more corruption with G2 mode as there's that much more ram in use.
-
- Posts: 15
- Joined: 01 Oct 2023 21:54
Re: Display issues with MFX 40 column basic
Thanks all! I'll try graphics mode and re-seating the chips. I did try a couple of games when I first got the MFX and didn't see any issues.
Might be a couple of days before my next update - I need to finish a Halloween project.
Might be a couple of days before my next update - I need to finish a Halloween project.
-
- Posts: 15
- Joined: 01 Oct 2023 21:54
Re: Display issues with MFX 40 column basic
Sorry about the long delay in updating.
I got hold and a composite video cable and a monitor that can display composite video and this was the result.
For comparison this was the startup screen with VGA output
I guessing this means that it's not an MFX issue after all but possibly display RAM on the MTX itself?
I got hold and a composite video cable and a monitor that can display composite video and this was the result.
For comparison this was the startup screen with VGA output
I guessing this means that it's not an MFX issue after all but possibly display RAM on the MTX itself?
Re: Display issues with MFX 40 column basic
Hi,
It’s almost certainly a VRAM fault. I suggest that you remove MFX and just use the MTX video output for faultfnding.
Although it’s not consistent, on occasion, it looks like the “‘“ is being displayed instead of a space. That’s probably ASCII code 96 instead of 32, I.e., a 1 bit error in bit 6. Could be a faulty 4116 in position 7G on the MTX board.
Although it’s unrelated to the fault, your MTX video board looks to be pinned for mono, rather than colour
The link option is described about half way down this page http://www.primrosebank.net/computers/ ... _board.htm
Regards
Dave
It’s almost certainly a VRAM fault. I suggest that you remove MFX and just use the MTX video output for faultfnding.
Although it’s not consistent, on occasion, it looks like the “‘“ is being displayed instead of a space. That’s probably ASCII code 96 instead of 32, I.e., a 1 bit error in bit 6. Could be a faulty 4116 in position 7G on the MTX board.
Although it’s unrelated to the fault, your MTX video board looks to be pinned for mono, rather than colour
The link option is described about half way down this page http://www.primrosebank.net/computers/ ... _board.htm
Regards
Dave