]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 16 Dec 2003 22:23:45 +0000 (22:23 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 16 Dec 2003 22:23:45 +0000 (22:23 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2776 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/em-kernel.inc

index a4fa7733c887b291f06c9f148ede7b53da9adb2c..4f581b7c70585bb582b41f92aad62221f96a6b8c 100644 (file)
@@ -35,7 +35,7 @@
 
 ;------------------------------------------------------------------------------
 ; The driver header
-                  
+
 .struct        EMD_HDR
        ID      .byte   3       ; Contains 0x65, 0x6d, 0x64 ("emd")
        VERSION .byte   1       ; Interface version
@@ -52,7 +52,7 @@
 .endstruct
 
 ;------------------------------------------------------------------------------
-; The AMD API version, stored in EMD_HDR::VERSION
+; The EMD API version, stored in EMD_HDR::VERSION
 
 EMD_API_VERSION         = $00
 
@@ -64,7 +64,7 @@ EMD_API_VERSION         = $00
        OFFS    .byte           ; Offset into page
        PAGE    .word           ; Starting page to copy from or to
        COUNT   .word           ; Number of bytes to copy
-       UNUSED  .byte           ; Make the size 8 bytes 
+       UNUSED  .byte           ; Make the size 8 bytes
 .endstruct
 
 ;------------------------------------------------------------------------------