]> git.sur5r.net Git - cc65/blobdiff - libsrc/em/em_commit.s
Cleaning telestrat.cfg (no need to have bashead segment). Some primitives added
[cc65] / libsrc / em / em_commit.s
index a7d235c3f7dc7703fea599d8577edf8c9fa7211e..8be970b3932cf4d0c8cab21da01ef1fe2b78b900 100644 (file)
@@ -3,12 +3,12 @@
 ;
 ; void em_commit (void);
 ; /* Commit changes in the memory window to extended storage. If the contents
-;  * of the memory window have been changed, these changes may be lost if
-;  * em_map, em_copyfrom or em_copyto are called without calling em_commit
-;  * first. Note: Not calling em_commit does not mean that the changes are
-;  * discarded, it does just mean that some drivers will discard the changes.
-;  */
+; ** of the memory window have been changed, these changes may be lost if
+; ** em_map, em_copyfrom or em_copyto are called without calling em_commit
+; ** first. Note: Not calling em_commit does not mean that the changes are
+; ** discarded, it does just mean that some drivers will discard the changes.
+; */
 
         .include        "em-kernel.inc"
 
-               _em_commit      = emd_commit            ; Use driver entry
+        _em_commit      = emd_commit            ; Use driver entry