mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Syncronize the Supervision crt0.s with its ld65 config files.
.segment "VECTOR" -> "VECTORS". Fixes #1506.
This commit is contained in:
parent
681c9594cc
commit
663268dca9
@ -67,13 +67,13 @@ not_dma:
|
||||
; Removing this segment gives only a warning.
|
||||
.segment "FFF0"
|
||||
.proc reset32kcode
|
||||
lda #(6<<5) | SV_LCD_ON | SV_NMI_ENABLE_ON
|
||||
lda #(6<<5) | SV_LCD_ON | SV_NMI_ENABLE_ON
|
||||
sta sv_bank
|
||||
; Now, the 32Kbyte image can reside in the top of 64Kbyte and 128Kbyte ROMs.
|
||||
jmp reset
|
||||
.endproc
|
||||
|
||||
.segment "VECTOR"
|
||||
.segment "VECTORS"
|
||||
|
||||
.word nmi
|
||||
.word reset32kcode
|
||||
|
Loading…
Reference in New Issue
Block a user