Skip to content

Computations on RPI #44

Answered by frntc
slesinger asked this question in Q&A
Discussion options

You must be logged in to vote

Yes and no :) The challenging part is to reliably communicate with the C64 within the timing constraints of the bus. On the SK64 that works in an interrupt handler, i.e. in principle you can do other things meanwhile and also bank in memory. The closest to this in the repo is the menu code, and at least a video of some 3D rendering code is in the repo. What I never tried is multicore on the RPi, which might offer more possibilities and cause more problems ;)

Networking imposes additional problems: the network device is a USB-device which (at least in Circle) requires another interrupt which conflicts with the fast interrupt for the bus. To avoid problems, you could implement some protocol…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by slesinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants