From: cuz Date: Tue, 16 Dec 2003 22:23:45 +0000 (+0000) Subject: Fixed a typo X-Git-Tag: V2.12.0~1032 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30577253b1f3b6dfcfae8a96521e3a73605a6579;p=cc65 Fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2776 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/em-kernel.inc b/asminc/em-kernel.inc index a4fa7733c..4f581b7c7 100644 --- a/asminc/em-kernel.inc +++ b/asminc/em-kernel.inc @@ -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 ;------------------------------------------------------------------------------