]> git.sur5r.net Git - cc65/blob - libsrc/em/em_commit.s
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / em / em_commit.s
1 ;
2 ; Ullrich von Bassewitz, 2002-12-01
3 ;
4 ; void em_commit (void);
5 ; /* Commit changes in the memory window to extended storage. If the contents
6 ;  * of the memory window have been changed, these changes may be lost if
7 ;  * em_map, em_copyfrom or em_copyto are called without calling em_commit
8 ;  * first. Note: Not calling em_commit does not mean that the changes are
9 ;  * discarded, it does just mean that some drivers will discard the changes.
10 ;  */
11
12         .include        "em-kernel.inc"
13
14         _em_commit      = emd_commit            ; Use driver entry