1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

crt0 clean-up

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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