mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +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:
parent
9bb9bcf696
commit
0adb78d8b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user