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:
parent
2646c06f61
commit
9563541870
@ -13,7 +13,6 @@
|
|||||||
.import zerobss, copydata
|
.import zerobss, copydata
|
||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "atari5200.inc"
|
|
||||||
|
|
||||||
start:
|
start:
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
.importzp ST
|
.importzp ST
|
||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "plus4.inc"
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Startup code
|
; Startup code
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
.importzp ST
|
.importzp ST
|
||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "c64.inc"
|
|
||||||
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "pet.inc"
|
.include "pet.inc"
|
||||||
.include "../cbm/cbm.inc"
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Startup code
|
; Startup code
|
||||||
|
@ -198,5 +198,3 @@ irqcount: .byte 0
|
|||||||
.segment "INIT"
|
.segment "INIT"
|
||||||
|
|
||||||
zpsave: .res zpspace
|
zpsave: .res zpspace
|
||||||
|
|
||||||
|
|
||||||
|
@ -78,5 +78,3 @@ not_dma:
|
|||||||
.word nmi
|
.word nmi
|
||||||
.word reset32kcode
|
.word reset32kcode
|
||||||
.word irq
|
.word irq
|
||||||
|
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
.importzp ST
|
.importzp ST
|
||||||
|
|
||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
.include "vic20.inc"
|
|
||||||
|
|
||||||
; ------------------------------------------------------------------------
|
; ------------------------------------------------------------------------
|
||||||
; Startup code
|
; Startup code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user