Fix ushot overflow, capitalization

This commit is contained in:
Dave Plummer
2022-06-06 15:14:01 -07:00
parent 799aec23a6
commit 8f9777d9e0
5 changed files with 176 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
/* */
/* kim1.h */
/* */
/* Kim-1 system-specific definitions */
/* KIM-1 system-specific definitions */
/* */
/* */
/* */
@@ -33,7 +33,7 @@
/* Check for errors */
#if !defined(__KIM1__)
# error This module may only be used when compiling for the Kim-1!
# error This module may only be used when compiling for the KIM-1!
#endif