Minor style adjustment.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
;
|
;
|
||||||
|
|
||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
.constructor detect,26
|
.constructor detect, 26
|
||||||
.export __dos_type
|
.export __dos_type
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ SPACE = 32 ; SPACE char.
|
|||||||
.import __argc, __argv
|
.import __argc, __argv
|
||||||
.importzp ptr1
|
.importzp ptr1
|
||||||
.import __dos_type
|
.import __dos_type
|
||||||
.constructor initmainargs,25
|
.constructor initmainargs, 25
|
||||||
|
|
||||||
; --------------------------------------------------------------------------
|
; --------------------------------------------------------------------------
|
||||||
; Get command line
|
; Get command line
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
.export __getdefdev ; get default device
|
.export __getdefdev ; get default device
|
||||||
.export __defdev ; this is the default device string (e.g. "D1:")
|
.export __defdev ; this is the default device string (e.g. "D1:")
|
||||||
.ifdef DYNAMIC_DD
|
.ifdef DYNAMIC_DD
|
||||||
.constructor __getdefdev,24
|
.constructor __getdefdev, 24
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
; Get default device (LBUF will be destroyed!!)
|
; Get default device (LBUF will be destroyed!!)
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
.include "atari.inc"
|
.include "atari.inc"
|
||||||
.importzp sp
|
.importzp sp
|
||||||
.export _mouse_pm_callbacks
|
.export _mouse_pm_callbacks
|
||||||
.constructor pm_init,27
|
.constructor pm_init, 27
|
||||||
.destructor pm_down,7
|
.destructor pm_down
|
||||||
|
|
||||||
; get mouse shape data
|
; get mouse shape data
|
||||||
.import mouse_pm_bits
|
.import mouse_pm_bits
|
||||||
|
|||||||
Reference in New Issue
Block a user