-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i test this board #8
Comments
Try to load the TMS9918 emulation firmware and run the ASCII.ASM code, this is the only example that doesn't require the WAIT line support. |
thank you for your reply. I burned the TMS firmware then I assembled ascii.asm using tasm on dosbox. but It didn't work. I'm using 24LC256 instead of 24LC512. Can this be the cause? |
I don't know how z80ctrl board works and if it has conflicts with this board, try to use the minimum required standard boards to test these issue, otherwise we can't know where the problem is. |
I tested it with the SCM monitor program, but it didn't work. (i changed the .org to 8000 from 5000) Does the TMS mode firmware output a VGA signal after the power is turned on? |
Yes, all firmwares outputs the VGA signal. |
I checked the all connection via multimeter. |
I have verified the firmware, both the release and the latest source, and both works as expected with the demo code. If the VT100 emulator firmware works, at least the VGA connections looks working (both boards are using the same pins for VGA output, because of that you should always get a VGA signal from all firmwares), however the similarity stops here. Another difference is that this firmware doesn't display a blinking cursor only a blank screen (monitors should tell you if there is an active signal). If the wait line is always asserted (and removing the jumper wire allows the Z80 to boot) makes me think that something is wrong with the VGA initialization but I can't think of a reason for that. I have used a stand-alone programmer (TL866) to write the firmware to the eeprom. Other things to check are the diodes orientation (the black band should be on the upper side, near the Propeller chip), the transistor TR1 should be the correct type and with the correct pin disposition. I can't think of anything else. |
I finished solder this board. so i want to test it.
I burned the firmware to eeprom using tools from P8X Game System download page.
but, the board is doesn't work.
/WAIT signal is going to low immediately.
Then i burned the VT100 Emulator firmware and it works.
What are the possible causes?
Thank you.
The text was updated successfully, but these errors were encountered: