1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 19:29:18 +00:00

EnterDeskTop rerouted to _exit so donelib will always be called

git-svn-id: svn://svn.cc65.org/cc65/trunk@2061 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst 2003-04-17 10:06:58 +00:00
parent 9bb9bcf696
commit 0adb78d8b7

View 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
_EnterDeskTop = _exit