1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-19 09:28:25 +00:00

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
+2 -1
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"
-1
View File
@@ -7,7 +7,6 @@
.export cartstart
.import start, copydata
.importzp ptr1, ptr2, tmp1, tmp2
.include "atari.inc"