1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

crt0 clean-up

This commit is contained in:
Polluks 2020-11-29 17:10:34 +01:00
parent 2646c06f61
commit 5fa7b90e05
8 changed files with 0 additions and 10 deletions

View File

@ -13,7 +13,6 @@
.import zerobss, copydata
.include "zeropage.inc"
.include "atari5200.inc"
start:

View File

@ -13,7 +13,6 @@
.importzp ST
.include "zeropage.inc"
.include "plus4.inc"
; ------------------------------------------------------------------------
; Startup code

View File

@ -13,7 +13,6 @@
.importzp ST
.include "zeropage.inc"
.include "c64.inc"
; ------------------------------------------------------------------------

View File

@ -12,7 +12,6 @@
.include "zeropage.inc"
.include "pet.inc"
.include "../cbm/cbm.inc"
; ------------------------------------------------------------------------
; Startup code

View File

@ -198,5 +198,3 @@ irqcount: .byte 0
.segment "INIT"
zpsave: .res zpspace

View File

@ -78,5 +78,3 @@ not_dma:
.word nmi
.word reset32kcode
.word irq

View File

@ -12,7 +12,6 @@
.import __MAIN_START__, __MAIN_SIZE__
.include "zeropage.inc"
.include "telestrat.inc"
; ------------------------------------------------------------------------
; Place the startup code in a special segment.

View File

@ -13,7 +13,6 @@
.importzp ST
.include "zeropage.inc"
.include "vic20.inc"
; ------------------------------------------------------------------------
; Startup code