Minor style adjustment.

This commit is contained in:
Oliver Schmidt
2015-10-09 22:18:51 +02:00
parent 326da85145
commit ccc7c2b1f9
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
; ;
.include "atari.inc" .include "atari.inc"
.constructor detect,26 .constructor detect, 26
.export __dos_type .export __dos_type
; ------------------------------------------------------------------------ ; ------------------------------------------------------------------------

View File

@@ -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

View File

@@ -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!!)

View File

@@ -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