]> git.sur5r.net Git - cc65/blobdiff - asminc/em-kernel.inc
Use "override" when appending to CFLAGS, so this works even when CFLAGS is
[cc65] / 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
 
 ;------------------------------------------------------------------------------