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,5 +1,5 @@
;
; 2013-12-24, Greg King
; 2014-08-22, Greg King
;
; int read (int fd, void* buf, unsigned count);
;
@@ -11,6 +11,7 @@
.import popax
.importzp ptr1, ptr2, ptr3
.forceimport disable_caps
.macpack generic
.include "atmos.inc"