Minor cleanup.
This commit is contained in:
parent
8304852521
commit
a0a5a66f9e
2 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,10 @@
|
|||
|
||||
.ifndef __ATARIXL__
|
||||
|
||||
.import __CARTSIZE__, __CARTFLAGS__, cartinit, cartstart
|
||||
.export __CART_HEADER__: absolute = 1
|
||||
|
||||
.import __CARTSIZE__, __CARTFLAGS__, cartinit, cartstart
|
||||
|
||||
.include "atari.inc"
|
||||
|
||||
.segment "CARTHDR"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
.export cartstart
|
||||
|
||||
.import start, copydata
|
||||
.importzp ptr1, ptr2, tmp1, tmp2
|
||||
|
||||
.include "atari.inc"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue