1
0
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:
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"
.constructor detect,26
.constructor detect, 26
.export __dos_type
; ------------------------------------------------------------------------

View File

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

View File

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

View File

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