Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common.
Fix include/atari.h formatting.
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
; returns 0/1 if after program termination the screen isn't/is cleared
|
||||
;
|
||||
|
||||
.export _doesclrscrafterexit
|
||||
.export _doesclrscrafterexit
|
||||
.import return0
|
||||
|
||||
_doesclrscrafterexit:
|
||||
ldx #$00
|
||||
txa
|
||||
rts
|
||||
_doesclrscrafterexit = return0
|
||||
|
||||
Reference in New Issue
Block a user