remove TABs

This commit is contained in:
Christian Groessler
2014-01-14 23:12:35 +01:00
parent b237bb9d9a
commit 692ec4a05b
3 changed files with 56 additions and 56 deletions

View File

@@ -5,16 +5,16 @@
.ifndef __ATARIXL__
.import __CARTFLAGS__, cartinit, cartstart
.export __CART_HEADER__: absolute = 1
.import __CARTFLAGS__, cartinit, cartstart
.export __CART_HEADER__: absolute = 1
.include "atari.inc"
.include "atari.inc"
.segment "CARTHDR"
.segment "CARTHDR"
.word cartstart ; start routine
.byte 0 ; must be zero
.byte <__CARTFLAGS__
.word cartinit ; init routine
.word cartstart ; start routine
.byte 0 ; must be zero
.byte <__CARTFLAGS__
.word cartinit ; init routine
.endif ; .ifndef __ATARIXL__
.endif ; .ifndef __ATARIXL__