Changes

Jump to: navigation, search

Programming:Keyboard scanning

1 byte added, 19:04, 9 July 2013
/* Computing key code */
System key codes (codes that are writted on the top of the disc drive on 664/6128 or in the CPC user manual) can be computed with the formula : (Line*8)+bit
example Example : for key SHIFT , Line = 2 , bit = 5 so (2*8)+5 = 21
== Keyboard clash ==
115
edits