mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Use 'return0' for default 'doesclrscrafterexit()' implementation in libsrc/common.
Fix include/atari.h formatting.
This commit is contained in:
parent
308767cbae
commit
5705d0b55b
@ -7,8 +7,6 @@
|
||||
;
|
||||
|
||||
.export _doesclrscrafterexit
|
||||
.import return0
|
||||
|
||||
_doesclrscrafterexit:
|
||||
ldx #$00
|
||||
txa
|
||||
rts
|
||||
_doesclrscrafterexit = return0
|
||||
|
Loading…
Reference in New Issue
Block a user