There, now you have a keyboard. *** Update: Fixed TEST, see main save ***
terminal
subframe
veryshiny
electronics
computer
r16k1s60
60hz
Comments
-
But it's a terribly old, buggy version. Don't mind it.
-
Or if you just spark Resume instead of Start. Sparking start is what copies the new ROM into the RAM, Resume only resumes execution (doh). Yep, left the P1 demo code in there.
-
If you spark the INST above the running light, it activates the Rterm P1 tech demo!
-
It's actually in the P1 forum thread. The keyboard just sends character codes (not keycodes).
-
Nope, it uses sends, although it could be made to first bump and then send the character when queried. It might be useful if you manage to hook up more peripherals to the computer than just the terminal.
-
what is the protocol for communication with the kb, does it use bumps on the port or anything?
-
The screen is already capable of printing a character (or setting cursor position or text color or scrolling) every frame. It's the computer's fault for not being able to churn out characters that fast :P Without a buffer (that is, something that increments some pointer AND outputs a character at the same time) it's impossible to send characters in every frame.
-
(screen's bus, to increase screen's speed)
-
There are several of both of those in there, which ones do you mean?
-
@LBPHacker, try increasing bus size and ROM reader's speed.