remove TABs
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user