]> git.sur5r.net Git - cc65/blobdiff - include/_6525.h
Code review aftermath 2: Put defines into parentheses
[cc65] / include / _6525.h
index dee0ba4590a1e391242429e01f3a5e76c71f585b..128839c8342908ed8cd66eddf0890063fbcdd0d6 100644 (file)
@@ -39,9 +39,9 @@
 
 
 /* Define a structure with the 6525 register offsets. The shadow registers
- * (if port C is unused) are currently not implemented, we would need a
- * union to do that, however that would introduce an additional name.
- */
+** (if port C is unused) are currently not implemented, we would need a
+** union to do that, however that would introduce an additional name.
+*/
 struct __6525 {
     unsigned char       pra;            /* Port register A */
     unsigned char       prb;            /* Port register B */