]> git.sur5r.net Git - cc65/blobdiff - include/_6522.h
Made the VIC-IIe TGI driver put its bitmap behind the ROMs.
[cc65] / include / _6522.h
index 1072e677931b092081edd0c51bced4342db40003..d6eedcf751e49c6a49ac12c878068334c7080d2e 100644 (file)
 
 
 /* Define a structure with the 6522 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 __6522 {
     unsigned char       prb;            /* Port register B */
     unsigned char       pra;            /* Port register A */