]> git.sur5r.net Git - cc65/blobdiff - include/_6526.h
Changed c128 accelerator code and documention to include both C64 and C128 support.
[cc65] / include / _6526.h
index 5f8cb7d106b5211a56e9748d7ad3b62f05a9a947..aa3158dc8c3d69e53801f171ac08912f4ec36cde 100644 (file)
 
 
 /* Define a structure with the 6526 register offsets.
- * NOTE: The timer registers are not declared as 16 bit registers, because
- * the order in which the two 8 bit halves are written is important, and
- * the compiler doesn't guarantee any order when writing 16 bit values.
- */
+** NOTE: The timer registers are not declared as 16 bit registers, because
+** the order in which the two 8 bit halves are written is important, and
+** the compiler doesn't guarantee any order when writing 16 bit values.
+*/
 struct __6526 {
     unsigned char       pra;            /* Port register A */
     unsigned char       prb;            /* Port register B */