remove TABs
This commit is contained in:
parent
8c5aebef81
commit
0bcb615d33
4 changed files with 9 additions and 9 deletions
|
@ -3,8 +3,8 @@
|
|||
; Christian Groessler, 01-Mar-2014
|
||||
|
||||
.export __CART_ENTRY__: absolute = 1
|
||||
.import __CARTSIZE__, start
|
||||
.forceimport __CART_YEAR__, __CART_NAME__
|
||||
.import __CARTSIZE__, start
|
||||
.forceimport __CART_YEAR__, __CART_NAME__
|
||||
|
||||
.segment "CARTENTRY"
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
;
|
||||
; Christian Groessler, 01-Mar-2014
|
||||
|
||||
.include "atari5200.mac"
|
||||
.include "atari5200.mac"
|
||||
|
||||
.export __CART_NAME__: absolute = 1
|
||||
|
||||
.segment "CARTNAME"
|
||||
|
||||
scrcode " cc65 compiled"
|
||||
scrcode " cc65 compiled"
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
;
|
||||
; Christian Groessler, 01-Mar-2014
|
||||
|
||||
.include "atari5200.mac"
|
||||
.include "atari5200.mac"
|
||||
|
||||
.export __CART_YEAR__: absolute = 1
|
||||
|
||||
.segment "CARTYEAR"
|
||||
|
||||
scrcode "98"
|
||||
scrcode "98"
|
||||
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
.importzp ptr4
|
||||
.import setcursor
|
||||
|
||||
.constructor screen_setup, 26
|
||||
.import screen_setup_20x24
|
||||
screen_setup = screen_setup_20x24
|
||||
.constructor screen_setup, 26
|
||||
.import screen_setup_20x24
|
||||
screen_setup = screen_setup_20x24
|
||||
|
||||
|
||||
_cputcxy:
|
||||
|
|
Loading…
Add table
Reference in a new issue