Commit 71447636 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Spinner branch (Backspace-Power On addition) merged.

Version 4.66. Tagged as 'Kernel-4_66'
parent 4a34da4f
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
GBLA Module_Version GBLA Module_Version
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
Module_MajorVersion SETS "4.65" Module_MajorVersion SETS "4.66"
Module_Version SETA 465 Module_Version SETA 466
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "01 Oct 1998" Module_Date SETS "22 Oct 1998"
END END
/* (4.65) /* (4.66)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 4.65 #define Module_MajorVersion_CMHG 4.66
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 01 Oct 1998 #define Module_Date_CMHG 22 Oct 1998
#define Module_MajorVersion "4.65" #define Module_MajorVersion "4.66"
#define Module_Version 465 #define Module_Version 466
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "01 Oct 1998" #define Module_Date "22 Oct 1998"
...@@ -50,6 +50,7 @@ PCSHIFTR * &59 ...@@ -50,6 +50,7 @@ PCSHIFTR * &59
PCR * &2D PCR * &2D
PCT * &2C PCT * &2C
PCDelete * &71 ; Preceded by &E0 PCDelete * &71 ; Preceded by &E0
PCBSpace * &66
PCEnd * &69 ; Preceded by &E0 PCEnd * &69 ; Preceded by &E0
KeyData KeyData
...@@ -58,6 +59,7 @@ KeyData ...@@ -58,6 +59,7 @@ KeyData
DCB PCSHIFTR, SHIFT_Down_Flag DCB PCSHIFTR, SHIFT_Down_Flag
DCB PCR, R_Down_Flag DCB PCR, R_Down_Flag
DCB PCT, T_Down_Flag DCB PCT, T_Down_Flag
DCB PCBSpace, Del_Down_Flag
DCB 0 DCB 0
ALIGN ALIGN
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment