We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The LD Vx, K instruction is not working - it does not set Vx.
I made this change to cpu.v - lawrie@92f7421#diff-f7360161250bb9c3cb8b38cb3c6e6543
After that, more programs such as connect4 and tictac work.
I also noticed that in fpga_tools/components/oled.v, you have the oled pins as input when they should be output.
I have posted about your project on the TinyFPGA forum - https://discourse.tinyfpga.com/t/chip-8-games-console/830
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The LD Vx, K instruction is not working - it does not set Vx.
I made this change to cpu.v - lawrie@92f7421#diff-f7360161250bb9c3cb8b38cb3c6e6543
After that, more programs such as connect4 and tictac work.
I also noticed that in fpga_tools/components/oled.v, you have the oled pins as input when they should be output.
I have posted about your project on the TinyFPGA forum - https://discourse.tinyfpga.com/t/chip-8-games-console/830
The text was updated successfully, but these errors were encountered: