remove TABs

This commit is contained in:
Christian Groessler
2014-05-28 23:39:31 +02:00
parent 8c5aebef81
commit 0bcb615d33
4 changed files with 9 additions and 9 deletions

View File

@@ -3,8 +3,8 @@
; Christian Groessler, 01-Mar-2014 ; Christian Groessler, 01-Mar-2014
.export __CART_ENTRY__: absolute = 1 .export __CART_ENTRY__: absolute = 1
.import __CARTSIZE__, start .import __CARTSIZE__, start
.forceimport __CART_YEAR__, __CART_NAME__ .forceimport __CART_YEAR__, __CART_NAME__
.segment "CARTENTRY" .segment "CARTENTRY"

View File

@@ -2,10 +2,10 @@
; ;
; Christian Groessler, 01-Mar-2014 ; Christian Groessler, 01-Mar-2014
.include "atari5200.mac" .include "atari5200.mac"
.export __CART_NAME__: absolute = 1 .export __CART_NAME__: absolute = 1
.segment "CARTNAME" .segment "CARTNAME"
scrcode " cc65 compiled" scrcode " cc65 compiled"

View File

@@ -2,11 +2,11 @@
; ;
; Christian Groessler, 01-Mar-2014 ; Christian Groessler, 01-Mar-2014
.include "atari5200.mac" .include "atari5200.mac"
.export __CART_YEAR__: absolute = 1 .export __CART_YEAR__: absolute = 1
.segment "CARTYEAR" .segment "CARTYEAR"
scrcode "98" scrcode "98"

View File

@@ -14,9 +14,9 @@
.importzp ptr4 .importzp ptr4
.import setcursor .import setcursor
.constructor screen_setup, 26 .constructor screen_setup, 26
.import screen_setup_20x24 .import screen_setup_20x24
screen_setup = screen_setup_20x24 screen_setup = screen_setup_20x24
_cputcxy: _cputcxy: