mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
Minor style adjustment.
This commit is contained in:
parent
326da85145
commit
ccc7c2b1f9
@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
.include "atari.inc"
|
||||
.constructor detect,26
|
||||
.constructor detect, 26
|
||||
.export __dos_type
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
@ -15,7 +15,7 @@ SPACE = 32 ; SPACE char.
|
||||
.import __argc, __argv
|
||||
.importzp ptr1
|
||||
.import __dos_type
|
||||
.constructor initmainargs,25
|
||||
.constructor initmainargs, 25
|
||||
|
||||
; --------------------------------------------------------------------------
|
||||
; Get command line
|
||||
|
@ -19,7 +19,7 @@
|
||||
.export __getdefdev ; get default device
|
||||
.export __defdev ; this is the default device string (e.g. "D1:")
|
||||
.ifdef DYNAMIC_DD
|
||||
.constructor __getdefdev,24
|
||||
.constructor __getdefdev, 24
|
||||
.endif
|
||||
|
||||
; Get default device (LBUF will be destroyed!!)
|
||||
|
@ -10,8 +10,8 @@
|
||||
.include "atari.inc"
|
||||
.importzp sp
|
||||
.export _mouse_pm_callbacks
|
||||
.constructor pm_init,27
|
||||
.destructor pm_down,7
|
||||
.constructor pm_init, 27
|
||||
.destructor pm_down
|
||||
|
||||
; get mouse shape data
|
||||
.import mouse_pm_bits
|
||||
|
Loading…
Reference in New Issue
Block a user