]> git.sur5r.net Git - cc65/blobdiff - libsrc/em/em_commit.s
Implement packed mode
[cc65] / libsrc / em / em_commit.s
index 0b8590179c463a80d5853a2615dca4d45dc27c72..a7d235c3f7dc7703fea599d8577edf8c9fa7211e 100644 (file)
@@ -1,7 +1,7 @@
 ;
 ; Ullrich von Bassewitz, 2002-12-01
 ;
-; void __fastcall__ em_commit (void);
+; 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
@@ -12,5 +12,3 @@
         .include        "em-kernel.inc"
 
                _em_commit      = emd_commit            ; Use driver entry
-
-