Moved the CAPS LOCK code out of the startup file, and into its own file.

This commit is contained in:
Greg King
2014-08-22 17:19:58 -04:00
parent 58b73a2842
commit 145a010e59
4 changed files with 59 additions and 23 deletions

View File

@@ -1,13 +1,15 @@
;
; 2003-04-13, Ullrich von Bassewitz
; 2014-08-21, Greg King
; 2014-08-22, Greg King
;
; char cgetc (void);
;
.export _cgetc
.constructor initcgetc
.import cursor
.forceimport disable_caps
.include "atmos.inc"