mirror of
https://github.com/cc65/cc65.git
synced 2025-03-01 11:29:27 +00:00
RESTOR and VECTOR moved under own ifdef/endif block
This commit is contained in:
parent
a22e19a902
commit
accfc14fb1
@ -15,13 +15,14 @@
|
||||
.elseif .def(__CBM510__) || .def(__CBM610__)
|
||||
IOINIT := $FF7B
|
||||
CINT := $FF7E
|
||||
VECTOR := $FF84
|
||||
RESTOR := $FF87
|
||||
.endif
|
||||
|
||||
.if .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
||||
RESTOR := $FF8A
|
||||
VECTOR := $FF8D
|
||||
RESTOR := $FF8A
|
||||
VECTOR := $FF8D
|
||||
.elseif .def(__CBM510__) || .def(__CBM610__)
|
||||
VECTOR := $FF84
|
||||
RESTOR := $FF87
|
||||
.endif
|
||||
|
||||
.if .def(__CBM510__) || .def(__CBM610__) || .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user