RESTOR and VECTOR moved under own ifdef/endif block
This commit is contained in:
@@ -15,13 +15,14 @@
|
|||||||
.elseif .def(__CBM510__) || .def(__CBM610__)
|
.elseif .def(__CBM510__) || .def(__CBM610__)
|
||||||
IOINIT := $FF7B
|
IOINIT := $FF7B
|
||||||
CINT := $FF7E
|
CINT := $FF7E
|
||||||
VECTOR := $FF84
|
|
||||||
RESTOR := $FF87
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
.if .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
||||||
RESTOR := $FF8A
|
RESTOR := $FF8A
|
||||||
VECTOR := $FF8D
|
VECTOR := $FF8D
|
||||||
|
.elseif .def(__CBM510__) || .def(__CBM610__)
|
||||||
|
VECTOR := $FF84
|
||||||
|
RESTOR := $FF87
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if .def(__CBM510__) || .def(__CBM610__) || .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
.if .def(__CBM510__) || .def(__CBM610__) || .def(__VIC20__) || .def(__C64__) || .def(__C128__) || .def(__C16__)
|
||||||
|
|||||||
Reference in New Issue
Block a user