]> git.sur5r.net Git - cc65/commitdiff
EnterDeskTop rerouted to _exit so donelib will always be called
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Apr 2003 10:06:58 +0000 (10:06 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 17 Apr 2003 10:06:58 +0000 (10:06 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2061 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/geos/system/enterdesktop.s

index a647e93a3cd111763835690166c2c9476a31e57c..d25d21894d3609b68aa57c5fa1ee1a529c0c8781 100644 (file)
@@ -1,8 +1,8 @@
 
 ;
-; Maciej 'YTM/Alliance' Witkowiak
+; Maciej 'YTM/Elysium' Witkowiak
 ;
-; 30.10.99
+; 30.10.99, 17.04.2003
 
 ; void EnterDeskTop (void);
 
@@ -10,4 +10,4 @@
 
            .include "../inc/jumptab.inc"
 
-_EnterDeskTop = EnterDeskTop
\ No newline at end of file
+_EnterDeskTop = _exit