Philips NMS 8250: Problems with video output
I think this is a rom or vram problem.
with a game inserted, the graphics are OK?
I agree
I think this is a rom or vram problem.
with a game inserted, the graphics are OK?
graphics not works with a game
Is the rom or vram problem, how it solves?
If you start the MSX with a cartridge, graphics are corrupted too?
If you start the MSX with a cartridge, graphics are corrupted too?
Yes
Hi, change vram's chip and solve the problem, good luck
Then is a VDP or VRAM problem.
Try this basic program
10 SCREEN 5
20 FOR P=0 TO 3
30 SET PAGE P,P
40 FOR x=0 TO 255 step 5
41 LINE (X,0)-(X,191),RND(1)*16
42 NEXT
50 FOR Y=0 TO 191 step 5
51 LINE (0,Y)-(255,Y),RND(1)*16
52 NEXT
70 A$=INPUT$(1)
80 NEXT
It will draw some lines in 4 diferent pages of VRAM. Press any key to change page.
If only some of the pages are corrupted in the test, the problem is the VRAM.
If all the pages are corruptes, the problem can be the VDP or the VRAM.
You can check the board if there are some bad solderings (first you should locate the VDP and VRAM CHIPS)
A friend of mine had (in the 80s) something like this when he pulled out a cartridge while the computer was on. He 'debugged' the problem (nothing to lose as the computer was now unusable) by sticking a paperclip in the cartridge port randomly and lo and behold in some position it solved itself. He had his MSX-2 working for YEARS after that with that paperclip stuck in slot one. Not saying you should try that though, the above tests/solutions sound a bit more scientific
Then is a VDP or VRAM problem.
Try this basic program
10 SCREEN 5
20 FOR P=0 TO 3
30 SET PAGE P,P
40 FOR x=0 TO 255 step 5
41 LINE (X,0)-(X,191),RND(1)*16
42 NEXT
50 FOR Y=0 TO 191 step 5
51 LINE (0,Y)-(255,Y),RND(1)*16
52 NEXT
70 A$=INPUT$(1)
80 NEXT
It will draw some lines in 4 diferent pages of VRAM. Press any key to change page.
If only some of the pages are corrupted in the test, the problem is the VRAM.
If all the pages are corruptes, the problem can be the VDP or the VRAM.
You can check the board if there are some bad solderings (first you should locate the VDP and VRAM CHIPS)
impossible write! After three lines i don't know that had written ¿?¿?¿