Minor cleanup.

This commit is contained in:
Oliver Schmidt 2014-01-17 21:20:53 +01:00
parent 8304852521
commit a0a5a66f9e
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -7,7 +7,6 @@
.export cartstart
.import start, copydata
.importzp ptr1, ptr2, tmp1, tmp2
.include "atari.inc"