]> git.sur5r.net Git - cc65/blobdiff - src/sim65/memory.h
Changed multi-line C comments into another style.
[cc65] / src / sim65 / memory.h
index 06da818de6eba6d8fb9f6a317c5bc33d1334e2dc..5de3a2bb88059df7e9e74cf90311c77648023dcc 100644 (file)
@@ -55,9 +55,9 @@ unsigned MemReadWord (unsigned Addr);
 
 unsigned MemReadZPWord (unsigned char Addr);
 /* Read a word from the zero page. This function differs from ReadMemW in that
- * the read will always be in the zero page, even in case of an address
- * overflow.
- */
+** the read will always be in the zero page, even in case of an address
+** overflow.
+*/
 
 void MemInit (void);
 /* Initialize the memory subsystem */